1 Commits

Author SHA1 Message Date
ef2e3aa2e7 Update src/app/page.tsx 2026-03-09 02:47:47 +00:00

View File

@@ -54,38 +54,6 @@ export default function LandingPage() {
/>
</div>
<div id="services" data-section="services">
<FeatureCardTwentyOne
title="Our Services"
description="Comprehensive eye care solutions tailored to your vision needs and lifestyle."
tag="Services"
tagIcon={Glasses}
tagAnimation="slide-up"
accordionItems={[
{
id: "1", title: "Professional Eye Exams", content: "Our experienced optometrists use the latest diagnostic equipment to provide thorough vision assessments. We test for refractive errors, eye health, and conditions like glaucoma and cataracts. Comprehensive eye exams are essential for maintaining optimal vision and detecting eye diseases early."
},
{
id: "2", title: "Prescription Glasses", content: "We offer an extensive selection of designer and affordable frames for all ages. Our skilled opticians ensure perfect fit and optimal lens prescriptions. From classic styles to trendy designs, find frames that match your personality and vision correction needs."
},
{
id: "3", title: "Sunglasses & UV Protection", content: "Protect your eyes with our premium sunglasses collection. We offer both fashion-forward styles and prescription sunglasses with full UV protection. All our sunglasses safeguard against harmful UVA and UVB rays while keeping your eyes comfortable."
},
{
id: "4", title: "Fast Lens Service", content: "Need new lenses quickly? We provide fast turnaround times for lens replacements and upgrades. Our in-house lab ensures quality craftsmanship and rapid delivery, so you're back to clear vision without long waits."
}
]}
imageSrc="http://img.b2bpic.net/free-photo/medical-eyepieces-dental-cabinet_140725-7722.jpg"
imageAlt="Professional eye examination setup"
mediaAnimation="slide-up"
useInvertedBackground={false}
mediaPosition="left"
buttons={[
{ text: "Learn More", href: "#contact" }
]}
/>
</div>
<div id="why-us" data-section="why-us">
<MediaAbout
title="Why Choose ClearVision Optics"
@@ -192,9 +160,9 @@ export default function LandingPage() {
columns={[
{
title: "Services", items: [
{ label: "Eye Exams", href: "#services" },
{ label: "Prescription Glasses", href: "#services" },
{ label: "Sunglasses", href: "#services" }
{ label: "Eye Exams", href: "#why-us" },
{ label: "Prescription Glasses", href: "#why-us" },
{ label: "Sunglasses", href: "#why-us" }
]
},
{