Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:57:34 +00:00
parent c0a4132053
commit 084bdabd55

View File

@@ -3,14 +3,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCTA from '@/components/sections/contact/ContactCTA'; import ContactCTA from '@/components/sections/contact/ContactCTA';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterMedia from '@/components/sections/footer/FooterMedia'; import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial'; import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
import MediaAbout from '@/components/sections/about/MediaAbout'; import MediaAbout from '@/components/sections/about/MediaAbout';
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree'; import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Star } from "lucide-react"; import { Star } from "lucide-react";
@@ -71,6 +68,8 @@ export default function LandingPage() {
description="Indulge in our curated luxury selection." description="Indulge in our curated luxury selection."
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="blur-reveal" animationType="blur-reveal"
textboxLayout="default"
useInvertedBackground={false}
products={[ products={[
{ id: "1", name: "Signature Truffle Chocolate", price: "₹999", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOetGioPr3CYuA3dZL53sLAvNC/uploaded-1778158613592-92xjzeif.jpg" }, { id: "1", name: "Signature Truffle Chocolate", price: "₹999", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOetGioPr3CYuA3dZL53sLAvNC/uploaded-1778158613592-92xjzeif.jpg" },
{ id: "2", name: "Bespoke Theme Cake", price: "₹1500+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOetGioPr3CYuA3dZL53sLAvNC/uploaded-1778158613592-u6fsc5lr.jpg" }, { id: "2", name: "Bespoke Theme Cake", price: "₹1500+", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOetGioPr3CYuA3dZL53sLAvNC/uploaded-1778158613592-u6fsc5lr.jpg" },
@@ -82,8 +81,11 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen <TestimonialCardThirteen
title="What Our Patrons Say" title="What Our Patrons Say"
description="Real feedback from our happy clients."
showRating={true} showRating={true}
animationType="depth-3d" animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "t1", name: "Priya M.", handle: "@priyam", testimonial: "The presentation was so luxurious. Truly worth it!", rating: 5, icon: Star }, { id: "t1", name: "Priya M.", handle: "@priyam", testimonial: "The presentation was so luxurious. Truly worth it!", rating: 5, icon: Star },
{ id: "t2", name: "Vikram P.", handle: "@vikp", testimonial: "Prompt delivery and the cake was absolutely gorgeous.", rating: 5, icon: Star } { id: "t2", name: "Vikram P.", handle: "@vikp", testimonial: "Prompt delivery and the cake was absolutely gorgeous.", rating: 5, icon: Star }
@@ -97,6 +99,8 @@ export default function LandingPage() {
title="Bring Joy Home" title="Bring Joy Home"
description="Ready to celebrate? Click below to start your order via WhatsApp for seamless, premium service." description="Ready to celebrate? Click below to start your order via WhatsApp for seamless, premium service."
buttons={[{ text: "Message on WhatsApp", href: "#" }]} buttons={[{ text: "Message on WhatsApp", href: "#" }]}
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={true}
/> />
</div> </div>