diff --git a/src/app/page.tsx b/src/app/page.tsx
index 0b1e066..31161a8 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardFour from '@/components/sections/product/ProductCardFour';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
-import { Award, Calendar, Eye, ShieldCheck } from "lucide-react";
+import { Award, Eye, ShieldCheck, Calendar, Zap, Shield } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,22 +31,11 @@ export default function LandingPage() {
@@ -54,73 +43,27 @@ export default function LandingPage() {
@@ -132,26 +75,10 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "25+",
- description: "Years of Experience",
- },
- {
- id: "m2",
- value: "1000+",
- description: "Satisfied Customers",
- },
- {
- id: "m3",
- value: "Free",
- description: "Expert Eye Testing",
- },
- {
- id: "m4",
- value: "In-house",
- description: "Expert Fitting",
- },
+ { id: "m1", value: "25+", description: "Years of Experience" },
+ { id: "m2", value: "1000+", description: "Satisfied Customers" },
+ { id: "m3", value: "Free", description: "Expert Eye Testing" },
+ { id: "m4", value: "In-house", description: "Expert Fitting" }
]}
title="Our Legacy"
description="Excellence in optics for over two decades."
@@ -163,27 +90,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Blue Light Shield",
- description: "Protect your eyes from harmful screen radiation.",
- buttonIcon: "Zap",
- imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-hat-eyeglasses_23-2148068352.jpg?_wi=2",
- imageAlt: "luxury eyewear design dark background",
- },
- {
- title: "Prescription Clarity",
- description: "Precision lenses tailored to your exact needs.",
- buttonIcon: "Eye",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-dental-microscope_23-2147862126.jpg",
- imageAlt: "professional eye exam clinic",
- },
- {
- title: "Perfect Fitting",
- description: "In-house experts ensure total frame comfort.",
- buttonIcon: "Shield",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg?_wi=1",
- imageAlt: "happy customer wearing glasses",
- },
+ { title: "Blue Light Shield", description: "Protect your eyes from harmful screen radiation.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-woman-hat-eyeglasses_23-2148068352.jpg", imageAlt: "luxury eyewear" },
+ { title: "Prescription Clarity", description: "Precision lenses tailored to your exact needs.", buttonIcon: Eye, imageSrc: "http://img.b2bpic.net/free-photo/close-up-dental-microscope_23-2147862126.jpg", imageAlt: "clinic" },
+ { title: "Perfect Fitting", description: "In-house experts ensure total frame comfort.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg", imageAlt: "customer" }
]}
title="Struggling with Eye Strain?"
description="Digital fatigue is real. Our expert solutions help you see clearly and work comfortably."
@@ -192,52 +101,17 @@ export default function LandingPage() {
@@ -262,41 +134,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "t1",
- name: "Arjun Mehta",
- role: "Software Engineer",
- testimonial: "Royal Opticians is my go-to place. The blue light glasses really reduced my screen headaches.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg?_wi=2",
- },
- {
- id: "t2",
- name: "Sunita Sharma",
- role: "Architect",
- testimonial: "I have been coming here for 10 years. Expert fitting every single time.",
- imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-trying-eyeglasses-frames_23-2148273163.jpg?_wi=1",
- },
- {
- id: "t3",
- name: "Vikram Singh",
- role: "Student",
- testimonial: "Great collection and very honest with their advice. Highly recommended for students.",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-4011.jpg",
- },
- {
- id: "t4",
- name: "Pooja Verma",
- role: "Teacher",
- testimonial: "Free eye test was very thorough. Professional and kind service.",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg?_wi=3",
- },
- {
- id: "t5",
- name: "Rohan Khanna",
- role: "Business Owner",
- testimonial: "Fair pricing and excellent quality. They truly value their long-term customers.",
- imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-trying-eyeglasses-frames_23-2148273163.jpg?_wi=2",
- },
+ { id: "t1", name: "Arjun Mehta", role: "Software Engineer", testimonial: "Royal Opticians is my go-to place. The blue light glasses really reduced my screen headaches.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg" },
+ { id: "t2", name: "Sunita Sharma", role: "Architect", testimonial: "I have been coming here for 10 years. Expert fitting every single time.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-trying-eyeglasses-frames_23-2148273163.jpg" },
+ { id: "t3", name: "Vikram Singh", role: "Student", testimonial: "Great collection and very honest with their advice. Highly recommended for students.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-playing-with-party-accesories_1187-4011.jpg" },
+ { id: "t4", name: "Pooja Verma", role: "Teacher", testimonial: "Free eye test was very thorough. Professional and kind service.", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiling-man-winter-sweater-is-posing-photographer-studio_613910-13711.jpg" },
+ { id: "t5", name: "Rohan Khanna", role: "Business Owner", testimonial: "Fair pricing and excellent quality. They truly value their long-term customers.", imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-trying-eyeglasses-frames_23-2148273163.jpg" }
]}
title="Customer Stories"
description="What our Chandigarh family says about us."
@@ -306,67 +148,18 @@ export default function LandingPage() {