3 Commits

Author SHA1 Message Date
e8d0a81e50 Update src/app/page.tsx 2026-05-30 13:45:49 +00:00
87f4add8b9 Update src/app/page.tsx 2026-05-30 13:42:33 +00:00
b29b2b31ae Update src/app/page.tsx 2026-05-30 13:25:59 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
title="Experience Vision Like Never Before"
title="MAHADEV OPTICALS"
description="Discover premium eyewear collections, advanced eye testing, and luxury optical solutions trusted by thousands in Karimnagar."
background={{
variant: "sparkles-gradient"
@@ -54,7 +54,7 @@ export default function LandingPage() {
]}
testimonials={[]}
mediaAnimation="slide-up"
imageSrc="https://img.b2bpic.net/premium-photo/karen-yeohsins-fashion-editorial-solarizing-master-meets-chicanoinspired-fashion_899449-322554.jpg?id=164734095"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYLWr0Bg9crxtlASEmLAabJsa/uploaded-1780148530865-n1sieyl0.avif"
imageAlt="Luxury eyewear model with premium sunglasses"
/>
</div>
@@ -63,7 +63,7 @@ export default function LandingPage() {
title="11+ Years of Excellence"
description="Mahadev Opticals has been delivering premium vision care and luxury eyewear solutions with exceptional customer satisfaction and professional expertise, setting benchmarks in optical retail and eye care in Karimnagar."
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-kitchen-interior-design_23-2151821330.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYLWr0Bg9crxtlASEmLAabJsa/uploaded-1780148678200-osd96j86.webp"
imageAlt="Elegant optical showroom interior"
imagePosition="left"
textboxLayout="default"
@@ -184,4 +184,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}