diff --git a/src/app/page.tsx b/src/app/page.tsx index c48c5a3..b2aee0b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { Heart, Sparkles } from "lucide-react"; +import { Wine, PartyPopper, Heart, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -31,16 +31,13 @@ export default function LandingPage() { @@ -48,37 +45,16 @@ export default function LandingPage() { @@ -86,19 +62,15 @@ export default function LandingPage() {
@@ -106,23 +78,13 @@ export default function LandingPage() { @@ -132,87 +94,53 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={true} metrics={[ - { - id: "c1", value: "100%", title: "Love", description: "Surrounded by support and care.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CctceCfl7FBtuehov1NPPJzNyX/uploaded-1776696815119-kfb160jg.jpg?_wi=3"}, - { - id: "c2", value: "365", title: "Days", description: "Lived fully and intentionally.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CctceCfl7FBtuehov1NPPJzNyX/uploaded-1776696815119-nr8ale91.jpg?_wi=3"}, - { - id: "c3", value: "∞", title: "Happiness", description: "Wishing for limitless joy.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CctceCfl7FBtuehov1NPPJzNyX/uploaded-1776696815119-cmb05aad.jpg?_wi=2"}, + { id: "c1", value: "100%", title: "Laughter", description: "Guaranteed at every celebration.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CctceCfl7FBtuehov1NPPJzNyX/uploaded-1776696815119-kfb160jg.jpg?_wi=3" }, + { id: "c2", value: "50+", title: "Toasts", description: "Shared with the best people.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CctceCfl7FBtuehov1NPPJzNyX/uploaded-1776696815119-nr8ale91.jpg?_wi=3" }, + { id: "c3", value: "∞", title: "Smiles", description: "Creating limitless memories.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CctceCfl7FBtuehov1NPPJzNyX/uploaded-1776696815119-cmb05aad.jpg?_wi=2" }, ]} - title="Counting Blessings" - description="Celebrating the milestones, big and small." + title="Counting Cheers" + description="Quantifying the joy and gratitude we feel today." />