1 Commits

Author SHA1 Message Date
29d6dd1806 Update src/app/page.tsx 2026-05-30 13:25:37 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardTestimonial <HeroBillboardTestimonial
title="Experience Vision Like Never Before" title=""
description="Discover premium eyewear collections, advanced eye testing, and luxury optical solutions trusted by thousands in Karimnagar." description="Discover premium eyewear collections, advanced eye testing, and luxury optical solutions trusted by thousands in Karimnagar."
background={{ background={{
variant: "sparkles-gradient" variant: "sparkles-gradient"
@@ -184,4 +184,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }