diff --git a/app/components/TitleSection.vue b/app/components/TitleSection.vue new file mode 100644 index 0000000..a927e8f --- /dev/null +++ b/app/components/TitleSection.vue @@ -0,0 +1,24 @@ + + + + + {{ subtitle }} + + + {{ title }} + + + + + \ No newline at end of file diff --git a/app/components/landing/D3_INTELLIGENT_APIARY.vue b/app/components/landing/D3_INTELLIGENT_APIARY.vue index 1e39a37..e108cdc 100644 --- a/app/components/landing/D3_INTELLIGENT_APIARY.vue +++ b/app/components/landing/D3_INTELLIGENT_APIARY.vue @@ -3,16 +3,8 @@ - diff --git a/app/components/landing/OUR_STRENGTHS.vue b/app/components/landing/OUR_STRENGTHS.vue new file mode 100644 index 0000000..1610152 --- /dev/null +++ b/app/components/landing/OUR_STRENGTHS.vue @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/components/landing/PRODUCT_INTRODUCTION.vue b/app/components/landing/PRODUCT_INTRODUCTION.vue new file mode 100644 index 0000000..0b6409c --- /dev/null +++ b/app/components/landing/PRODUCT_INTRODUCTION.vue @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/app/components/landing/SERVICE_INTRODUCTION.vue b/app/components/landing/SERVICE_INTRODUCTION.vue index 761f538..307e23f 100644 --- a/app/components/landing/SERVICE_INTRODUCTION.vue +++ b/app/components/landing/SERVICE_INTRODUCTION.vue @@ -64,12 +64,12 @@ const services = [ - + + + diff --git a/public/img/index/advantage.png b/public/img/index/advantage.png new file mode 100644 index 0000000..87aba1c Binary files /dev/null and b/public/img/index/advantage.png differ diff --git a/public/img/index/strength_bg.png b/public/img/index/strength_bg.png new file mode 100644 index 0000000..b12215c Binary files /dev/null and b/public/img/index/strength_bg.png differ