From bbbba40715eae6ba5811677434bc4f5c411e7470 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:43:51 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index db25f86..9324843 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -33,9 +33,7 @@ export default function RootLayout({ return ( - + {children} -- 2.49.1 From 3c6e925b8b213c736901422ae4e5e155e04b1da0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:43:52 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0779be6..509c3ec 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Eye, Stethoscope, Sparkles, Shield, Check, Zap, Heart, CreditCard, Calendar, Facebook, Instagram, Linkedin, Star, DollarSign, HelpCircle } from "lucide-react"; +import { Eye, Stethoscope, Sparkles, Shield, Check, Zap, Heart, CreditCard, Calendar, Facebook, Instagram, Linkedin, Star, DollarSign, HelpCircle, Lens } from "lucide-react"; export default function LandingPage() { return ( @@ -119,7 +119,7 @@ export default function LandingPage() { ], }, { - title: "Contact Lenses", description: "Full range of contact lens options with expert fitting and personalized care.", bentoComponent: "orbiting-icons", centerIcon: Eye, + title: "Contact Lenses", description: "Full range of contact lens options with expert fitting and personalized care.", bentoComponent: "orbiting-icons", centerIcon: Lens, items: [ { icon: Check, ring: 1, duration: 8 }, { icon: Zap, ring: 2, duration: 10 }, -- 2.49.1