From f7850beaeb2598016f30b56d8004718442562ca4 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 04:01:17 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe2ae3e..63153ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,13 +1,13 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import HeroBillboardTestimonial from "@/components/sections/hero/HeroBillboardTestimonial"; -import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; -import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve"; -import ContactText from "@/components/sections/contact/ContactText"; -import FooterMedia from "@/components/sections/footer/FooterMedia"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; +import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; +import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import ContactText from '@/components/sections/contact/ContactText'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Sparkles, Leaf, Heart } from "lucide-react"; export default function LandingPage() { @@ -49,6 +49,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/fresh-cookies-with-chocolate-are-ready-be-removed-from-oven-bakery-shop_613910-17461.jpg" imageAlt="Signature artisan pastry" mediaAnimation="slide-up" + background={{ variant: "plain" }} buttons={[ { text: "Explore Collection", href: "#collection" }, { text: "Pre-Order Now", href: "#order" } @@ -57,15 +58,15 @@ export default function LandingPage() { testimonials={[ { name: "Sarah Mitchell", handle: "Food Critic, Artisan Weekly", testimonial: "The finest pastries I've ever experienced. Every bite reveals meticulous craftsmanship.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-stylish-pretty-young-woman-look-professional-cross-hands-chest-smiling-confident-camera-wear-glasses-standing-near-reception-office-hall-discuss-business_197531-22165.jpg" }, { name: "James Chen", handle: "Chef, Michelin-starred Restaurant", testimonial: "Impeccable quality. Their sourdough is a masterpiece of technique and flavor.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-businessman-model-dressed-elegant-blue-suit-with-glasses_158538-4406.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-fashion-businessman-model-dressed-elegant-blue-suit-with-glasses_158538-4406.jpg" }, { name: "Emma Rodriguez", handle: "Food Blogger, Culinary Stories", testimonial: "Pure elegance on a plate. This is what premium baking looks like.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/indian-person-working-freelance-laptop-website-analyzing-online-report-browsing-internet-from-home-dong-remote-work-wireless-computer-send-email-research-plan-webinar-study_482257-50278.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/indian-person-working-freelance-laptop-website-analyzing-online-report-browsing-internet-from-home-dong-remote-work-wireless-computer-send-email-research-plan-webinar-study_482257-50278.jpg" } ]} testimonialRotationInterval={5000} @@ -98,8 +99,8 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" animationType="slide-up" useInvertedBackground={false} - titleClassName="text-4xl font-semibold mb-4" - descriptionClassName="text-lg text-gray-600 max-w-2xl" + cardTitleClassName="text-4xl font-semibold mb-4" + cardDescriptionClassName="text-lg text-gray-600 max-w-2xl" /> @@ -130,13 +131,13 @@ export default function LandingPage() {