Merge version_1 into main #1
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
tag="Our Story"
|
||||
title="Where Passion Meets Petals"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
buttons={[
|
||||
{ text: "Learn More", href: "contact" },
|
||||
{ text: "View Portfolio", href: "gallery" }
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
/>
|
||||
</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."
|
||||
ctaButton={{ text: "Start Your Order", href: "#" }}
|
||||
ctaIcon={Flower}
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
accordionAnimationType="smooth"
|
||||
faqs={[
|
||||
|
||||
Reference in New Issue
Block a user