Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-01-26 15:54:56 +00:00

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; 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/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/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" } { 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} autoplayDelay={4000}
showDimOverlay={true} showDimOverlay={true}
/> />
@@ -75,7 +75,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -124,10 +124,10 @@ export default function LandingPage() {
], ],
reverse: false reverse: false
} }
] ]}
textboxLayout="default" textboxLayout="default"
animationType="slide-up" animationType="slide-up"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -154,7 +154,7 @@ export default function LandingPage() {
inputPlaceholder="Your email address" inputPlaceholder="Your email address"
buttonText="Subscribe" buttonText="Subscribe"
termsText="We respect your privacy and will never share your information." 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" imageSrc="https://img.b2bpic.net/free-photo/floral-decor-woman-holding-bouquet-anthurium_140725-10842.jpg"
mediaPosition="right" mediaPosition="right"
/> />
@@ -184,7 +184,7 @@ export default function LandingPage() {
{ label: "Returns", href: "#" } { label: "Returns", href: "#" }
] ]
} }
] ]}
copyrightText="© 2025 Amigo Flowers. All rights reserved. Crafted with love and passion for flowers." copyrightText="© 2025 Amigo Flowers. All rights reserved. Crafted with love and passion for flowers."
/> />
</div> </div>