Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-26 15:54:55 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -50,7 +50,7 @@ export default function LandingPage() {
{ imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-with-green-leaves-inside-vase_114579-1439.jpg", imageAlt: "Premium luxury bouquet with red roses" },
{ imageSrc: "https://img.b2bpic.net/free-photo/wedding-roses-bouquet-stands-chair-around-are-scattered-petals-roses_8353-9798.jpg", imageAlt: "Elegant fresh tulip arrangement" },
{ imageSrc: "https://img.b2bpic.net/free-photo/bouquet-pink-roses-single-branch-rose-with-green-leaves-inside-vase_114579-1440.jpg", imageAlt: "Luxury orchid centerpiece arrangement" }
]
]}
autoplayDelay={4000}
showDimOverlay={true}
/>
@@ -75,7 +75,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -124,10 +124,10 @@ export default function LandingPage() {
],
reverse: false
}
]
]}
textboxLayout="default"
animationType="slide-up"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
/>
</div>
@@ -154,7 +154,7 @@ export default function LandingPage() {
inputPlaceholder="Your email address"
buttonText="Subscribe"
termsText="We respect your privacy and will never share your information."
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
imageSrc="https://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg"
mediaPosition="right"
/>
@@ -184,7 +184,7 @@ export default function LandingPage() {
{ label: "Returns", href: "#" }
]
}
]
]}
copyrightText="© 2025 Amigo Flowers. All rights reserved. Crafted with love and passion for flowers."
/>
</div>