Compare commits

...

2 Commits

Author SHA1 Message Date
3827007219 Update src/app/page.tsx 2026-01-20 09:54:42 +00:00
bf6a658b54 Update src/app/page.tsx 2026-01-20 09:53:30 +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 NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -29,7 +29,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
brandName="Brocoli" brandName="Brocoli"
navItems={[ navItems={[
{ name: "Home", id: "home" }, { name: "Home", id: "hero" },
{ name: "Arrangements", id: "products" }, { name: "Arrangements", id: "products" },
{ name: "About", id: "about" }, { name: "About", id: "about" },
{ name: "Testimonials", id: "testimonials" }, { name: "Testimonials", id: "testimonials" },
@@ -64,7 +64,7 @@ export default function LandingPage() {
tag="Our Story" tag="Our Story"
imageSrc="https://img.b2bpic.net/free-photo/front-view-woman-working-with-flowers_23-2149591622.jpg" imageSrc="https://img.b2bpic.net/free-photo/front-view-woman-working-with-flowers_23-2149591622.jpg"
imageAlt="Brocoli flowers studio interior" imageAlt="Brocoli flowers studio interior"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
buttons={[ buttons={[
{ text: "Explore Our Work", href: "products" } { text: "Explore Our Work", href: "products" }
]} ]}
@@ -110,7 +110,7 @@ export default function LandingPage() {
description="Experience the difference of premium floral craftsmanship with our commitment to quality, freshness, and design excellence." description="Experience the difference of premium floral craftsmanship with our commitment to quality, freshness, and design excellence."
tag="Our Expertise" tag="Our Expertise"
textboxLayout="default" textboxLayout="default"
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
showStepNumbers={true} showStepNumbers={true}
features={[ features={[
{ {
@@ -176,7 +176,7 @@ export default function LandingPage() {
inputPlaceholder="Enter your email address" inputPlaceholder="Enter your email address"
buttonText="Get Started" buttonText="Get Started"
termsText="By signing up, you agree to receive updates about our latest collections and special offers." termsText="By signing up, you agree to receive updates about our latest collections and special offers."
useInvertedBackground="invertDefault" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -185,7 +185,7 @@ export default function LandingPage() {
columns={[ columns={[
{ {
title: "Explore", items: [ title: "Explore", items: [
{ label: "Home", href: "#home" }, { label: "Home", href: "#hero" },
{ label: "Arrangements", href: "#products" }, { label: "Arrangements", href: "#products" },
{ label: "About Us", href: "#about" }, { label: "About Us", href: "#about" },
{ label: "Contact", href: "#contact" } { label: "Contact", href: "#contact" }