Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
"use client"
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
|||||||
<TextAbout
|
<TextAbout
|
||||||
tag="Our Story"
|
tag="Our Story"
|
||||||
title="Where Passion Meets Petals"
|
title="Where Passion Meets Petals"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Learn More", href: "contact" },
|
{ text: "Learn More", href: "contact" },
|
||||||
{ text: "View Portfolio", href: "gallery" }
|
{ text: "View Portfolio", href: "gallery" }
|
||||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
|||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
|||||||
ctaDescription="Get in touch with our team to discuss your floral needs and book your custom arrangement today."
|
ctaDescription="Get in touch with our team to discuss your floral needs and book your custom arrangement today."
|
||||||
ctaButton={{ text: "Start Your Order", href: "#" }}
|
ctaButton={{ text: "Start Your Order", href: "#" }}
|
||||||
ctaIcon={Flower}
|
ctaIcon={Flower}
|
||||||
useInvertedBackground="invertDefault"
|
useInvertedBackground="noInvert"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
accordionAnimationType="smooth"
|
accordionAnimationType="smooth"
|
||||||
faqs={[
|
faqs={[
|
||||||
|
|||||||
Reference in New Issue
Block a user