Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-07 14:00:51 +00:00

View File

@@ -9,7 +9,7 @@ import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import { Award, CalendarDays, Contact, Eye, Family, Glasses, Lens, MessageCircle, Monitor, Stethoscope, Sun, Users, Wrench } from "lucide-react";
import { Award, CalendarDays, Contact, Eye, Glasses, MessageCircle, Monitor, Stethoscope, Sun, Users, Wrench } from "lucide-react";
export default function Page() {
const assetMap = [
@@ -102,7 +102,7 @@ export default function Page() {
description="Grover Opticals has been serving the people of Kalka and surrounding regions since 1962. Built on the values of trust, quality, and customer care, we continue to provide premium eyewear, expert vision consultation, and personalized eye care solutions."
features={[
{ title: "Established in 1962", description: "Over six decades of dedicated service to our community.", bentoComponent: "reveal-icon", icon: CalendarDays },
{ title: "Trusted Family Store", description: "A legacy of care passed down through generations, valuing trust above all.", bentoComponent: "reveal-icon", icon: Family },
{ title: "Trusted Family Store", description: "A legacy of care passed down through generations, valuing trust above all.", bentoComponent: "reveal-icon", icon: Users },
{ title: "Quality Lenses & Frames", description: "Curated selection of durable and stylish eyewear from leading brands.", bentoComponent: "reveal-icon", icon: Eye },
{ title: "Expert Eye Testing", description: "Precise computerized eye examinations by certified professionals.", bentoComponent: "reveal-icon", icon: Stethoscope }
]}
@@ -141,7 +141,7 @@ export default function Page() {
{ title: "Spectacle Dispensing", description: "Professional fitting and selection of eyeglasses for perfect comfort and clarity.", bentoComponent: "reveal-icon", icon: Glasses },
{ title: "Contact Lens Fitting", description: "Expert guidance and precise fitting for all types of contact lenses.", bentoComponent: "reveal-icon", icon: Contact },
{ title: "Frame Repair & Adjustment", description: "Skilled repairs and adjustments to keep your frames in perfect condition.", bentoComponent: "reveal-icon", icon: Wrench },
{ title: "Lens Replacement", description: "Seamless replacement of old or damaged lenses with new ones.", bentoComponent: "reveal-icon", icon: Lens },
{ title: "Lens Replacement", description: "Seamless replacement of old or damaged lenses with new ones.", bentoComponent: "reveal-icon", icon: Eye },
{ title: "Sunglass Consultation", description: "Find the ideal sunglasses for style, protection, and your prescription.", bentoComponent: "reveal-icon", icon: Sun }
]}
animationType="slide-up"