From ff7a2183be1507f5560215577499deb9be14088c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Feb 2026 10:32:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 58 ++++++++++++++++++++++++++++++++++++++---------- 1 file changed, 46 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c83627..e5586f6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,11 +5,13 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import FeatureProcessSteps from '@/components/sections/feature/FeatureProcessSteps'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Package } from 'lucide-react'; +import { Package, Sparkles, Heart, Eye } from 'lucide-react'; export default function SitePage() { return ( @@ -30,11 +32,13 @@ export default function SitePage() { navItems={[ { name: "Moments", id: "features" }, { name: "Products", id: "products" }, + { name: "Pricing", id: "pricing" }, { name: "About", id: "about" }, { name: "Stories", id: "testimonials" }, - { name: "Contact", id: "contact" } + { name: "Contact", id: "contact" }, + { name: "Impact", id: "metrics" } ]} - brandName="In My Life" + brandName="Life In Me" button={{ text: "View Gallery", href: "#gallery" }} buttonClassName="min-w-fit px-4 py-2 text-sm rounded-full font-medium shadow-lg hover:shadow-xl transition-all duration-300 ease-in-out" buttonTextClassName="text-foreground" @@ -43,7 +47,7 @@ export default function SitePage() {
+
+ +
+
@@ -111,7 +130,7 @@ export default function SitePage() {
+
+ +
+