3 Commits

Author SHA1 Message Date
a0de36a5c3 Update src/app/page.tsx 2026-04-21 15:30:21 +00:00
e58763d1ac Update src/app/page.tsx 2026-04-21 15:29:47 +00:00
0dd3c86c77 Merge version_2 into main
Merge version_2 into main
2026-04-21 15:28:56 +00:00

View File

@@ -2,15 +2,15 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter'; import ContactText from '@/components/sections/contact/ContactText';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterBase from '@/components/sections/footer/FooterBase'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import HeroOverlay from '@/components/sections/hero/HeroOverlay';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, Calendar, Smile } from "lucide-react"; import { Award, Calendar, Smile, Star } from "lucide-react";
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -101,33 +101,32 @@ export default function LandingPage() {
</div> </div>
<div id="testimonials" data-section="testimonials"> <div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve <TestimonialCardThirteen
cardTitle="What Our Clients Say" title="What Our Clients Say"
cardTag="Testimonials" description="Refining the art of luxury floral experiences."
cardAnimation="blur-reveal" showRating={true}
useInvertedBackground={true} animationType="depth-3d"
textboxLayout="default"
useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "t1", name: "Varun", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-point-finger-you_93675-135553.jpg" }, { id: "t1", name: "Varun", handle: "@varun", testimonial: "The floral arrangements were absolutely breathtaking, turning our venue into a dreamland.", rating: 5, icon: Star },
{ id: "t2", name: "Srija", imageSrc: "http://img.b2bpic.net/free-photo/businessman-black-suit-with-tie-posing_114579-15876.jpg" }, { id: "t2", name: "Srija", handle: "@srija", testimonial: "Professionalism and artistry combined perfectly. Truly memorable experiences.", rating: 5, icon: Star },
{ id: "t3", name: "Priya", imageSrc: "http://img.b2bpic.net/free-photo/people-taking-selfie-medium-shot_23-2149110910.jpg" }, { id: "t3", name: "Priya", handle: "@priya", testimonial: "The attention to detail in every bouquet is unmatched. We loved it!", rating: 5, icon: Star },
{ id: "t4", name: "Amit", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-talking-with-each-other_23-2148395400.jpg" },
{ id: "t5", name: "Sneha", imageSrc: "http://img.b2bpic.net/free-photo/toast-you-dear-colleague_637285-9641.jpg" },
]} ]}
/> />
</div> </div>
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactCenter <ContactText
tag="Contact" text="Let's create something extraordinary together."
title="Bring Your Vision to Life"
description="Let's craft the perfect floral arrangement for your next celebration."
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
buttons={[{ text: "Start Consultation", href: "#" }]}
useInvertedBackground={false} useInvertedBackground={false}
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterBase <FooterBaseCard
logoText="The Secret Garden" logoText="The Secret Garden"
columns={[ columns={[
{ {