From 42cbb08f3418ebdf0f67acfa390f07191d64aa11 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 23:10:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d60818b..fbd1a38 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import { Award, CheckCircle, Eye } from "lucide-react"; @@ -35,6 +36,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Portfolio", id: "portfolio" }, { name: "Services", id: "services" }, + { name: "Pricing", id: "pricing" }, { name: "Contact", id: "contact" }, ]} brandName="Lens & Light" @@ -99,6 +101,20 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file -- 2.49.1