Merge version_1 into main #2
@@ -20,8 +20,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Products", href: "/products" },
|
||||
@@ -30,8 +29,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Spectacle Frames", href: "/frames" },
|
||||
{ label: "Prescription Lenses", href: "/lenses" },
|
||||
{ label: "Sunglasses", href: "/sunglasses" },
|
||||
@@ -40,8 +38,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "📞 +91 99160 15096", href: "tel:+919916015096" },
|
||||
{ label: "📞 +91 97102 41159", href: "tel:+919710241159" },
|
||||
{ label: "📍 Kundalahalli, Brookfield", href: "https://maps.google.com/?q=SeeSaw+Opticals+Kundalahalli+Brookefield+Bengaluru" },
|
||||
@@ -81,8 +78,9 @@ export default function AboutPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg?_wi=6"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg"
|
||||
imageAlt="SeeSaw Opticals team and store interior"
|
||||
mediaAnimation="none"
|
||||
bulletPoints={[
|
||||
{ title: "Founded on Trust", description: "Serving the local community with integrity and quality", icon: Star },
|
||||
{ title: "Expert Professionals", description: "Experienced opticians dedicated to your vision care", icon: CheckCircle },
|
||||
@@ -103,14 +101,7 @@ export default function AboutPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Best optical showroom with reasonable prices",
|
||||
"Got lenses made in 20 minutes",
|
||||
"Repaired my frame free of cost",
|
||||
"Wide selection at affordable rates",
|
||||
"Friendly staff, quick service",
|
||||
"Quality lenses, best value",
|
||||
"Highly recommend for kids frames",
|
||||
]}
|
||||
"Best optical showroom with reasonable prices", "Got lenses made in 20 minutes", "Repaired my frame free of cost", "Wide selection at affordable rates", "Friendly staff, quick service", "Quality lenses, best value", "Highly recommend for kids frames"]}
|
||||
speed={50}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -120,35 +111,17 @@ export default function AboutPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long has SeeSaw Opticals been serving the community?",
|
||||
content: "We've been the trusted optical partner for customers across Kundalahalli, Whitefield, and nearby areas, with 865+ satisfied customers.",
|
||||
},
|
||||
id: "1", title: "How long has SeeSaw Opticals been serving the community?", content: "We've been the trusted optical partner for customers across Kundalahalli, Whitefield, and nearby areas, with 865+ satisfied customers."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What makes SeeSaw Opticals different?",
|
||||
content: "We combine speed (20-minute lens processing), affordability (frames from ₹300), quality products, and exceptional customer service.",
|
||||
},
|
||||
id: "2", title: "What makes SeeSaw Opticals different?", content: "We combine speed (20-minute lens processing), affordability (frames from ₹300), quality products, and exceptional customer service."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are your staff trained professionals?",
|
||||
content: "Yes! Our team includes experienced opticians and eyewear specialists dedicated to providing expert guidance and fitting.",
|
||||
},
|
||||
id: "3", title: "Are your staff trained professionals?", content: "Yes! Our team includes experienced opticians and eyewear specialists dedicated to providing expert guidance and fitting."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you only serve Kundalahalli?",
|
||||
content: "We primarily serve Kundalahalli, Brookfield, AECS Layout, Whitefield, and Marathahalli areas. We welcome customers from nearby regions too.",
|
||||
},
|
||||
id: "4", title: "Do you only serve Kundalahalli?", content: "We primarily serve Kundalahalli, Brookfield, AECS Layout, Whitefield, and Marathahalli areas. We welcome customers from nearby regions too."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What is your business philosophy?",
|
||||
content: "We believe quality eye care should be accessible to everyone. We focus on affordability without compromising on quality or service.",
|
||||
},
|
||||
id: "5", title: "What is your business philosophy?", content: "We believe quality eye care should be accessible to everyone. We focus on affordability without compromising on quality or service."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Why do customers keep coming back?",
|
||||
content: "Fast service, transparent pricing, free consultations, complimentary repairs, and genuine care for customer satisfaction.",
|
||||
},
|
||||
id: "6", title: "Why do customers keep coming back?", content: "Fast service, transparent pricing, free consultations, complimentary repairs, and genuine care for customer satisfaction."},
|
||||
]}
|
||||
ctaTitle="Visit Us Today"
|
||||
ctaDescription="Experience the SeeSaw Opticals difference. We're open daily and ready to assist you with all your optical needs."
|
||||
|
||||
201
src/app/page.tsx
201
src/app/page.tsx
@@ -25,8 +25,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Products", href: "/products" },
|
||||
@@ -35,8 +34,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Spectacle Frames", href: "/frames" },
|
||||
{ label: "Prescription Lenses", href: "/lenses" },
|
||||
{ label: "Sunglasses", href: "/sunglasses" },
|
||||
@@ -45,8 +43,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "📞 +91 99160 15096", href: "tel:+919916015096" },
|
||||
{ label: "📞 +91 97102 41159", href: "tel:+919710241159" },
|
||||
{ label: "📍 Kundalahalli, Brookfield", href: "https://maps.google.com/?q=SeeSaw+Opticals+Kundalahalli+Brookefield+Bengaluru" },
|
||||
@@ -105,14 +102,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Best optical showroom with reasonable prices",
|
||||
"Got lenses made in 20 minutes",
|
||||
"Repaired my frame free of cost",
|
||||
"Wide selection at affordable rates",
|
||||
"Friendly staff, quick service",
|
||||
"Quality lenses, best value",
|
||||
"Highly recommend for kids frames",
|
||||
]}
|
||||
"Best optical showroom with reasonable prices", "Got lenses made in 20 minutes", "Repaired my frame free of cost", "Wide selection at affordable rates", "Friendly staff, quick service", "Quality lenses, best value", "Highly recommend for kids frames"]}
|
||||
speed={50}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -130,46 +120,22 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Spectacle Frames",
|
||||
description: "Budget-friendly to premium frames. Wide selection for all ages and styles.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colored-frames-display_23-2148273147.jpg?_wi=1",
|
||||
imageAlt: "Spectacle frames collection",
|
||||
},
|
||||
title: "Spectacle Frames", description: "Budget-friendly to premium frames. Wide selection for all ages and styles.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colored-frames-display_23-2148273147.jpg", imageAlt: "Spectacle frames collection"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Prescription Lenses",
|
||||
description: "High-quality prescription lenses. Single vision, bifocal, and progressive options.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-lens_23-2150801422.jpg?_wi=1",
|
||||
imageAlt: "Prescription lenses",
|
||||
},
|
||||
title: "Prescription Lenses", description: "High-quality prescription lenses. Single vision, bifocal, and progressive options.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-lens_23-2150801422.jpg", imageAlt: "Prescription lenses"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Progressive Lenses",
|
||||
description: "Advanced progressive lenses for seamless vision correction at all distances.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg?_wi=1",
|
||||
imageAlt: "Progressive lenses demonstration",
|
||||
},
|
||||
title: "Progressive Lenses", description: "Advanced progressive lenses for seamless vision correction at all distances.", imageSrc: "http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg", imageAlt: "Progressive lenses demonstration"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Computer Glasses",
|
||||
description: "Specialized lenses to reduce eye strain during screen time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-office-business-equipment-black-background_1387-730.jpg?_wi=1",
|
||||
imageAlt: "Computer glasses",
|
||||
},
|
||||
title: "Computer Glasses", description: "Specialized lenses to reduce eye strain during screen time.", imageSrc: "http://img.b2bpic.net/free-photo/black-office-business-equipment-black-background_1387-730.jpg", imageAlt: "Computer glasses"},
|
||||
{
|
||||
id: 5,
|
||||
title: "Sunglasses",
|
||||
description: "Branded and non-branded sunglasses with UV protection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-concept-with-sunglasses_23-2147797710.jpg?_wi=1",
|
||||
imageAlt: "Sunglasses collection",
|
||||
},
|
||||
title: "Sunglasses", description: "Branded and non-branded sunglasses with UV protection.", imageSrc: "http://img.b2bpic.net/free-photo/summer-concept-with-sunglasses_23-2147797710.jpg", imageAlt: "Sunglasses collection"},
|
||||
{
|
||||
id: 6,
|
||||
title: "Kids Frames",
|
||||
description: "Durable, stylish frames designed specifically for children.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-holding-books-isolated-studio_1303-31007.jpg?_wi=1",
|
||||
imageAlt: "Kids eyewear frames",
|
||||
},
|
||||
title: "Kids Frames", description: "Durable, stylish frames designed specifically for children.", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-holding-books-isolated-studio_1303-31007.jpg", imageAlt: "Kids eyewear frames"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -183,8 +149,9 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg"
|
||||
imageAlt="SeeSaw Opticals team and store interior"
|
||||
mediaAnimation="none"
|
||||
bulletPoints={[
|
||||
{ title: "Lenses in 20 Minutes", description: "Fast turnaround without compromising quality", icon: Zap },
|
||||
{ title: "Frames from ₹300", description: "Affordable options for every budget", icon: Wallet },
|
||||
@@ -208,47 +175,17 @@ export default function HomePage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Budget Frames Collection",
|
||||
price: "₹300 - ₹550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-smiling-woman_23-2147654301.jpg?_wi=1",
|
||||
imageAlt: "Budget eyeglass frames",
|
||||
},
|
||||
id: "1", name: "Budget Frames Collection", price: "₹300 - ₹550", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-smiling-woman_23-2147654301.jpg", imageAlt: "Budget eyeglass frames"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Aviator Frames",
|
||||
price: "₹800 - ₹2000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carefree-caucasian-woman-with-red-lips-enjoying-city-views-warm-windy-day-outdoor-photo-cute-female-lady-trendy-jakcet-drinking-coffee-summer-terrace-european-town_291650-2560.jpg?_wi=1",
|
||||
imageAlt: "Premium aviator frames",
|
||||
},
|
||||
id: "2", name: "Aviator Frames", price: "₹800 - ₹2000", imageSrc: "http://img.b2bpic.net/free-photo/carefree-caucasian-woman-with-red-lips-enjoying-city-views-warm-windy-day-outdoor-photo-cute-female-lady-trendy-jakcet-drinking-coffee-summer-terrace-european-town_291650-2560.jpg", imageAlt: "Premium aviator frames"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Kids Frames",
|
||||
price: "₹400 - ₹1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-holding-books-isolated-studio_1303-31007.jpg?_wi=2",
|
||||
imageAlt: "Kids eyeglass frames",
|
||||
},
|
||||
id: "3", name: "Kids Frames", price: "₹400 - ₹1200", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-holding-books-isolated-studio_1303-31007.jpg", imageAlt: "Kids eyeglass frames"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Essilor Crizal Lenses",
|
||||
price: "₹1500 - ₹4500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-eye-chart-white-background_1387-278.jpg?_wi=1",
|
||||
imageAlt: "Essilor Crizal prescription lenses",
|
||||
},
|
||||
id: "4", name: "Essilor Crizal Lenses", price: "₹1500 - ₹4500", imageSrc: "http://img.b2bpic.net/free-photo/glasses-eye-chart-white-background_1387-278.jpg", imageAlt: "Essilor Crizal prescription lenses"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Power Tinted Glass",
|
||||
price: "₹2000 - ₹5000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-optics-style-eyewear-fashion-concept-portrait-attractive-young-european-female-with-wavy-hair-looking-with-charming-smile-lifting-her-trendy-rectangular-eyeglasses_343059-1369.jpg?_wi=1",
|
||||
imageAlt: "Power tinted eyeglass lenses",
|
||||
},
|
||||
id: "5", name: "Power Tinted Glass", price: "₹2000 - ₹5000", imageSrc: "http://img.b2bpic.net/free-photo/people-optics-style-eyewear-fashion-concept-portrait-attractive-young-european-female-with-wavy-hair-looking-with-charming-smile-lifting-her-trendy-rectangular-eyeglasses_343059-1369.jpg", imageAlt: "Power tinted eyeglass lenses"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Sunglasses Collection",
|
||||
price: "₹600 - ₹3000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mirrored-sunglasses_1339-3094.jpg?_wi=1",
|
||||
imageAlt: "Branded and non-branded sunglasses",
|
||||
},
|
||||
id: "6", name: "Sunglasses Collection", price: "₹600 - ₹3000", imageSrc: "http://img.b2bpic.net/free-photo/mirrored-sunglasses_1339-3094.jpg", imageAlt: "Branded and non-branded sunglasses"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -264,30 +201,18 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "offer-1",
|
||||
badge: "Best Seller",
|
||||
badgeIcon: Sparkles,
|
||||
price: "Buy 1 Nova Lens",
|
||||
subtitle: "Get Second Pair 50% Off",
|
||||
buttons: [{ text: "Call Now to Claim", href: "tel:+919916015096" }],
|
||||
id: "offer-1", badge: "Best Seller", badgeIcon: Sparkles,
|
||||
price: "Buy 1 Nova Lens", subtitle: "Get Second Pair 50% Off", buttons: [{ text: "Call Now to Claim", href: "tel:+919916015096" }],
|
||||
features: ["Valid on prescription lenses", "Non-transferable offer", "Limited time only", "Free lens processing"],
|
||||
},
|
||||
{
|
||||
id: "offer-2",
|
||||
badge: "New Offer",
|
||||
badgeIcon: Star,
|
||||
price: "Kids Frame Package",
|
||||
subtitle: "₹600 with Free Lens",
|
||||
buttons: [{ text: "Get Your Child's Frames", href: "tel:+919916015096" }],
|
||||
id: "offer-2", badge: "New Offer", badgeIcon: Star,
|
||||
price: "Kids Frame Package", subtitle: "₹600 with Free Lens", buttons: [{ text: "Get Your Child's Frames", href: "tel:+919916015096" }],
|
||||
features: ["Durable children frames", "Includes lenses", "Free adjustments", "1-year warranty"],
|
||||
},
|
||||
{
|
||||
id: "offer-3",
|
||||
badge: "Popular",
|
||||
badgeIcon: Star,
|
||||
price: "Frame + Lens Combo",
|
||||
subtitle: "Starting ₹1299",
|
||||
buttons: [{ text: "Shop Now", href: "tel:+919916015096" }],
|
||||
id: "offer-3", badge: "Popular", badgeIcon: Star,
|
||||
price: "Frame + Lens Combo", subtitle: "Starting ₹1299", buttons: [{ text: "Shop Now", href: "tel:+919916015096" }],
|
||||
features: ["Budget-friendly combo", "Quality frames included", "Prescription lenses", "20-minute processing"],
|
||||
},
|
||||
]}
|
||||
@@ -306,53 +231,17 @@ export default function HomePage() {
|
||||
speed={45}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
handle: "@rajesh_bfld",
|
||||
testimonial: "Best optical showroom in Kundalahalli! Reasonable prices and quick service. Got my lenses in just 20 minutes. Highly recommended!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", handle: "@rajesh_bfld", testimonial: "Best optical showroom in Kundalahalli! Reasonable prices and quick service. Got my lenses in just 20 minutes. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
handle: "@priya_whitefield",
|
||||
testimonial: "Found perfect frames for my daughter here. The staff was very patient and helpful. Great quality at affordable rates!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", handle: "@priya_whitefield", testimonial: "Found perfect frames for my daughter here. The staff was very patient and helpful. Great quality at affordable rates!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Patel",
|
||||
handle: "@amit_aecslayout",
|
||||
testimonial: "My frame hinge broke, they repaired it free of charge! This is the kind of service that builds trust. Will definitely recommend to friends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
imageAlt: "Amit Patel",
|
||||
},
|
||||
id: "3", name: "Amit Patel", handle: "@amit_aecslayout", testimonial: "My frame hinge broke, they repaired it free of charge! This is the kind of service that builds trust. Will definitely recommend to friends.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Amit Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anjali Mehta",
|
||||
handle: "@anjali_marathahalli",
|
||||
testimonial: "Wide variety of frames at every price point. From ₹300 budget frames to premium options, they have everything. Super satisfied!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2",
|
||||
imageAlt: "Anjali Mehta",
|
||||
},
|
||||
id: "4", name: "Anjali Mehta", handle: "@anjali_marathahalli", testimonial: "Wide variety of frames at every price point. From ₹300 budget frames to premium options, they have everything. Super satisfied!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Anjali Mehta"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Vikram Singh",
|
||||
handle: "@vikram_office_pro",
|
||||
testimonial: "Got my computer glasses here. The staff understood my work-from-home needs perfectly. Best purchase for eye comfort during long hours.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg",
|
||||
imageAlt: "Vikram Singh",
|
||||
},
|
||||
id: "5", name: "Vikram Singh", handle: "@vikram_office_pro", testimonial: "Got my computer glasses here. The staff understood my work-from-home needs perfectly. Best purchase for eye comfort during long hours.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-homosexual-man-official-suit-looking-camera-close-up-shot-happy-gay-getting-dressed-wedding-ceremony-standing-hotel-room-with-his-partner-background-love-emotion-concept_74855-22675.jpg", imageAlt: "Vikram Singh"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Deepa Nair",
|
||||
handle: "@deepa_family_mom",
|
||||
testimonial: "Took my family here for eye check-ups and new frames. They handle kids with so much patience. Frames quality is excellent!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiley-family-posing-while-giving-thumbs-up_23-2148414907.jpg",
|
||||
imageAlt: "Deepa Nair",
|
||||
},
|
||||
id: "6", name: "Deepa Nair", handle: "@deepa_family_mom", testimonial: "Took my family here for eye check-ups and new frames. They handle kids with so much patience. Frames quality is excellent!", imageSrc: "http://img.b2bpic.net/free-photo/happy-smiley-family-posing-while-giving-thumbs-up_23-2148414907.jpg", imageAlt: "Deepa Nair"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -361,35 +250,17 @@ export default function HomePage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does lens processing take?",
|
||||
content: "Most prescription lenses are ready in just 20 minutes! Progressive and specialized lenses may take 30-45 minutes. Rush service available.",
|
||||
},
|
||||
id: "1", title: "How long does lens processing take?", content: "Most prescription lenses are ready in just 20 minutes! Progressive and specialized lenses may take 30-45 minutes. Rush service available."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What's the price range for frames?",
|
||||
content: "We offer frames starting from ₹300 for budget options up to premium imported frames at ₹5000+. All quality ranges available to suit every budget.",
|
||||
},
|
||||
id: "2", title: "What's the price range for frames?", content: "We offer frames starting from ₹300 for budget options up to premium imported frames at ₹5000+. All quality ranges available to suit every budget."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer free repairs?",
|
||||
content: "Yes! We provide free minor repairs like hinge adjustments and small frame fixes. Major repairs are done at nominal charges.",
|
||||
},
|
||||
id: "3", title: "Do you offer free repairs?", content: "Yes! We provide free minor repairs like hinge adjustments and small frame fixes. Major repairs are done at nominal charges."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I book an eye test appointment?",
|
||||
content: "You can walk in anytime during business hours for eye tests. For guaranteed slots, call us ahead. Eye tests are free with frame purchase.",
|
||||
},
|
||||
id: "4", title: "Can I book an eye test appointment?", content: "You can walk in anytime during business hours for eye tests. For guaranteed slots, call us ahead. Eye tests are free with frame purchase."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you have kids frames?",
|
||||
content: "Yes! We have a special kids eyewear collection with durable, colorful frames. All frames include comfortable fit and come with warranty.",
|
||||
},
|
||||
id: "5", title: "Do you have kids frames?", content: "Yes! We have a special kids eyewear collection with durable, colorful frames. All frames include comfortable fit and come with warranty."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What brands do you stock?",
|
||||
content: "We carry both premium brands (Essilor, Crizal) and non-branded quality options. Mix and match frames and lenses for custom solutions.",
|
||||
},
|
||||
id: "6", title: "What brands do you stock?", content: "We carry both premium brands (Essilor, Crizal) and non-branded quality options. Mix and match frames and lenses for custom solutions."},
|
||||
]}
|
||||
ctaTitle="Get in Touch Today"
|
||||
ctaDescription="Have questions? Need eye care advice? Contact us now for quick assistance. We're here to help!"
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ProductsPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Products", href: "/products" },
|
||||
@@ -30,8 +29,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Spectacle Frames", href: "/frames" },
|
||||
{ label: "Prescription Lenses", href: "/lenses" },
|
||||
{ label: "Sunglasses", href: "/sunglasses" },
|
||||
@@ -40,8 +38,7 @@ export default function ProductsPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "📞 +91 99160 15096", href: "tel:+919916015096" },
|
||||
{ label: "📞 +91 97102 41159", href: "tel:+919710241159" },
|
||||
{ label: "📍 Kundalahalli, Brookfield", href: "https://maps.google.com/?q=SeeSaw+Opticals+Kundalahalli+Brookefield+Bengaluru" },
|
||||
@@ -84,47 +81,17 @@ export default function ProductsPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Budget Frames Collection",
|
||||
price: "₹300 - ₹550",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-smiling-woman_23-2147654301.jpg?_wi=2",
|
||||
imageAlt: "Budget eyeglass frames",
|
||||
},
|
||||
id: "1", name: "Budget Frames Collection", price: "₹300 - ₹550", imageSrc: "http://img.b2bpic.net/free-photo/close-up-pretty-smiling-woman_23-2147654301.jpg", imageAlt: "Budget eyeglass frames"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Aviator & Premium Frames",
|
||||
price: "₹800 - ₹2000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/carefree-caucasian-woman-with-red-lips-enjoying-city-views-warm-windy-day-outdoor-photo-cute-female-lady-trendy-jakcet-drinking-coffee-summer-terrace-european-town_291650-2560.jpg?_wi=2",
|
||||
imageAlt: "Premium aviator frames",
|
||||
},
|
||||
id: "2", name: "Aviator & Premium Frames", price: "₹800 - ₹2000", imageSrc: "http://img.b2bpic.net/free-photo/carefree-caucasian-woman-with-red-lips-enjoying-city-views-warm-windy-day-outdoor-photo-cute-female-lady-trendy-jakcet-drinking-coffee-summer-terrace-european-town_291650-2560.jpg", imageAlt: "Premium aviator frames"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Kids Eyeglasses Collection",
|
||||
price: "₹400 - ₹1200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-holding-books-isolated-studio_1303-31007.jpg?_wi=4",
|
||||
imageAlt: "Kids eyeglass frames",
|
||||
},
|
||||
id: "3", name: "Kids Eyeglasses Collection", price: "₹400 - ₹1200", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-holding-books-isolated-studio_1303-31007.jpg", imageAlt: "Kids eyeglass frames"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Essilor Crizal Lenses",
|
||||
price: "₹1500 - ₹4500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glasses-eye-chart-white-background_1387-278.jpg?_wi=2",
|
||||
imageAlt: "Essilor Crizal prescription lenses",
|
||||
},
|
||||
id: "4", name: "Essilor Crizal Lenses", price: "₹1500 - ₹4500", imageSrc: "http://img.b2bpic.net/free-photo/glasses-eye-chart-white-background_1387-278.jpg", imageAlt: "Essilor Crizal prescription lenses"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Power Tinted Lenses",
|
||||
price: "₹2000 - ₹5000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-optics-style-eyewear-fashion-concept-portrait-attractive-young-european-female-with-wavy-hair-looking-with-charming-smile-lifting-her-trendy-rectangular-eyeglasses_343059-1369.jpg?_wi=2",
|
||||
imageAlt: "Power tinted eyeglass lenses",
|
||||
},
|
||||
id: "5", name: "Power Tinted Lenses", price: "₹2000 - ₹5000", imageSrc: "http://img.b2bpic.net/free-photo/people-optics-style-eyewear-fashion-concept-portrait-attractive-young-european-female-with-wavy-hair-looking-with-charming-smile-lifting-her-trendy-rectangular-eyeglasses_343059-1369.jpg", imageAlt: "Power tinted eyeglass lenses"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Branded Sunglasses",
|
||||
price: "₹600 - ₹3000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mirrored-sunglasses_1339-3094.jpg?_wi=2",
|
||||
imageAlt: "Branded and non-branded sunglasses",
|
||||
},
|
||||
id: "6", name: "Branded Sunglasses", price: "₹600 - ₹3000", imageSrc: "http://img.b2bpic.net/free-photo/mirrored-sunglasses_1339-3094.jpg", imageAlt: "Branded and non-branded sunglasses"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,8 +105,9 @@ export default function ProductsPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="left"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg"
|
||||
imageAlt="SeeSaw Opticals product showcase"
|
||||
mediaAnimation="none"
|
||||
bulletPoints={[
|
||||
{ title: "Budget Frames from ₹300", description: "Quality eyewear for every price point", icon: Wallet },
|
||||
{ title: "Premium Lens Options", description: "Essilor, Crizal, and advanced coatings", icon: Star },
|
||||
@@ -155,35 +123,17 @@ export default function ProductsPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Are all frames quality even at ₹300?",
|
||||
content: "Absolutely! Our budget frames are durable and stylish. We maintain quality standards across all price ranges.",
|
||||
},
|
||||
id: "1", title: "Are all frames quality even at ₹300?", content: "Absolutely! Our budget frames are durable and stylish. We maintain quality standards across all price ranges."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Can I mix and match frames and lenses?",
|
||||
content: "Yes! You can choose any frame with any lens option. Our staff will help you find the best combination for your needs.",
|
||||
},
|
||||
id: "2", title: "Can I mix and match frames and lenses?", content: "Yes! You can choose any frame with any lens option. Our staff will help you find the best combination for your needs."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What lens coatings do you offer?",
|
||||
content: "We offer anti-glare, UV protection, anti-reflective, and tinted lens options. Premium Crizal coatings are also available.",
|
||||
},
|
||||
id: "3", title: "What lens coatings do you offer?", content: "We offer anti-glare, UV protection, anti-reflective, and tinted lens options. Premium Crizal coatings are also available."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you stock kids eyewear in different sizes?",
|
||||
content: "Yes! We have a complete range of kids frames in various sizes and colorful designs for different age groups.",
|
||||
},
|
||||
id: "4", title: "Do you stock kids eyewear in different sizes?", content: "Yes! We have a complete range of kids frames in various sizes and colorful designs for different age groups."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Are imported brands available?",
|
||||
content: "We stock premium imported frames and lenses alongside quality non-branded options. Mix and match as needed.",
|
||||
},
|
||||
id: "5", title: "Are imported brands available?", content: "We stock premium imported frames and lenses alongside quality non-branded options. Mix and match as needed."},
|
||||
{
|
||||
id: "6",
|
||||
title: "What warranty comes with products?",
|
||||
content: "All frames come with warranty coverage. Lenses have manufacturing guarantees. Ask our staff for details.",
|
||||
},
|
||||
id: "6", title: "What warranty comes with products?", content: "All frames come with warranty coverage. Lenses have manufacturing guarantees. Ask our staff for details."},
|
||||
]}
|
||||
ctaTitle="Ready to Find Your Perfect Glasses?"
|
||||
ctaDescription="Visit our store or call us for personalized product recommendations."
|
||||
|
||||
@@ -20,8 +20,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Products", href: "/products" },
|
||||
@@ -30,8 +29,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Spectacle Frames", href: "/frames" },
|
||||
{ label: "Prescription Lenses", href: "/lenses" },
|
||||
{ label: "Sunglasses", href: "/sunglasses" },
|
||||
@@ -40,8 +38,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "📞 +91 99160 15096", href: "tel:+919916015096" },
|
||||
{ label: "📞 +91 97102 41159", href: "tel:+919710241159" },
|
||||
{ label: "📍 Kundalahalli, Brookfield", href: "https://maps.google.com/?q=SeeSaw+Opticals+Kundalahalli+Brookefield+Bengaluru" },
|
||||
@@ -84,46 +81,22 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Spectacle Frames",
|
||||
description: "Budget-friendly to premium frames from leading brands. Wide selection for all ages, styles, and face shapes. Expert fitting assistance available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-colored-frames-display_23-2148273147.jpg?_wi=2",
|
||||
imageAlt: "Spectacle frames collection",
|
||||
},
|
||||
title: "Spectacle Frames", description: "Budget-friendly to premium frames from leading brands. Wide selection for all ages, styles, and face shapes. Expert fitting assistance available.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-colored-frames-display_23-2148273147.jpg", imageAlt: "Spectacle frames collection"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Prescription Lenses",
|
||||
description: "High-quality prescription lenses with fast turnaround. Single vision, bifocal, and progressive options. Essilor and Crizal available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-lens_23-2150801422.jpg?_wi=2",
|
||||
imageAlt: "Prescription lenses",
|
||||
},
|
||||
title: "Prescription Lenses", description: "High-quality prescription lenses with fast turnaround. Single vision, bifocal, and progressive options. Essilor and Crizal available.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-hand-holding-lens_23-2150801422.jpg", imageAlt: "Prescription lenses"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Progressive & Multifocal Lenses",
|
||||
description: "Advanced progressive lenses for seamless vision correction at all distances. Perfect for presbyopia and multiple vision needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg?_wi=3",
|
||||
imageAlt: "Progressive lenses demonstration",
|
||||
},
|
||||
title: "Progressive & Multifocal Lenses", description: "Advanced progressive lenses for seamless vision correction at all distances. Perfect for presbyopia and multiple vision needs.", imageSrc: "http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg", imageAlt: "Progressive lenses demonstration"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Computer & Blue Light Glasses",
|
||||
description: "Specialized lenses to reduce eye strain and digital fatigue. Anti-glare coatings for work-from-home professionals.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-office-business-equipment-black-background_1387-730.jpg?_wi=2",
|
||||
imageAlt: "Computer glasses",
|
||||
},
|
||||
title: "Computer & Blue Light Glasses", description: "Specialized lenses to reduce eye strain and digital fatigue. Anti-glare coatings for work-from-home professionals.", imageSrc: "http://img.b2bpic.net/free-photo/black-office-business-equipment-black-background_1387-730.jpg", imageAlt: "Computer glasses"},
|
||||
{
|
||||
id: 5,
|
||||
title: "UV-Protected Sunglasses",
|
||||
description: "Branded and non-branded sunglasses with 100% UV protection. Stylish designs for outdoor and leisure activities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-concept-with-sunglasses_23-2147797710.jpg?_wi=2",
|
||||
imageAlt: "Sunglasses collection",
|
||||
},
|
||||
title: "UV-Protected Sunglasses", description: "Branded and non-branded sunglasses with 100% UV protection. Stylish designs for outdoor and leisure activities.", imageSrc: "http://img.b2bpic.net/free-photo/summer-concept-with-sunglasses_23-2147797710.jpg", imageAlt: "Sunglasses collection"},
|
||||
{
|
||||
id: 6,
|
||||
title: "Kids Eyewear & Frames",
|
||||
description: "Durable, colorful frames designed for children. Comfortable fit with playful designs. Expert pediatric fitting available.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-holding-books-isolated-studio_1303-31007.jpg?_wi=3",
|
||||
imageAlt: "Kids eyewear frames",
|
||||
},
|
||||
title: "Kids Eyewear & Frames", description: "Durable, colorful frames designed for children. Comfortable fit with playful designs. Expert pediatric fitting available.", imageSrc: "http://img.b2bpic.net/free-photo/cute-little-girl-holding-books-isolated-studio_1303-31007.jpg", imageAlt: "Kids eyewear frames"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,8 +110,9 @@ export default function ServicesPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/customer-shoosing-spectacles-optic-store-with-help-sales-person_1303-28831.jpg"
|
||||
imageAlt="SeeSaw Opticals team and store interior"
|
||||
mediaAnimation="none"
|
||||
bulletPoints={[
|
||||
{ title: "Rapid 20-Minute Processing", description: "Most prescription lenses ready in just 20 minutes. No unnecessary delays.", icon: Zap },
|
||||
{ title: "Starting at Just ₹300", description: "Quality frames and eyewear at prices that fit every budget.", icon: Wallet },
|
||||
@@ -154,35 +128,17 @@ export default function ServicesPage() {
|
||||
<ContactFaq
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How long does lens processing take?",
|
||||
content: "Most prescription lenses are ready in just 20 minutes! Progressive and specialized lenses may take 30-45 minutes. Rush service is available upon request.",
|
||||
},
|
||||
id: "1", title: "How long does lens processing take?", content: "Most prescription lenses are ready in just 20 minutes! Progressive and specialized lenses may take 30-45 minutes. Rush service is available upon request."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What's the price range for frames?",
|
||||
content: "We offer frames starting from ₹300 for budget options up to premium imported frames at ₹5000+. All quality ranges are available to suit every budget.",
|
||||
},
|
||||
id: "2", title: "What's the price range for frames?", content: "We offer frames starting from ₹300 for budget options up to premium imported frames at ₹5000+. All quality ranges are available to suit every budget."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer eye tests and fittings?",
|
||||
content: "Yes! We provide free eye tests with frame purchase. Our expert staff ensures perfect fitting for comfort and optimal vision correction.",
|
||||
},
|
||||
id: "3", title: "Do you offer eye tests and fittings?", content: "Yes! We provide free eye tests with frame purchase. Our expert staff ensures perfect fitting for comfort and optimal vision correction."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you work with prescriptions from other opticians?",
|
||||
content: "Absolutely! We accept prescriptions from any optician or eye care professional. Just bring your prescription and we'll handle the rest.",
|
||||
},
|
||||
id: "4", title: "Do you work with prescriptions from other opticians?", content: "Absolutely! We accept prescriptions from any optician or eye care professional. Just bring your prescription and we'll handle the rest."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What services do you offer for kids?",
|
||||
content: "We have a specialized kids collection with durable frames, expert fitting for children, and warranty on all kids eyewear.",
|
||||
},
|
||||
id: "5", title: "What services do you offer for kids?", content: "We have a specialized kids collection with durable frames, expert fitting for children, and warranty on all kids eyewear."},
|
||||
{
|
||||
id: "6",
|
||||
title: "Do you offer warranty or guarantees?",
|
||||
content: "Yes! All frames come with warranty coverage. Minor repairs are free, and we stand behind the quality of our products.",
|
||||
},
|
||||
id: "6", title: "Do you offer warranty or guarantees?", content: "Yes! All frames come with warranty coverage. Minor repairs are free, and we stand behind the quality of our products."},
|
||||
]}
|
||||
ctaTitle="Ready to See Better?"
|
||||
ctaDescription="Visit us today or call to schedule an appointment for your eye care needs."
|
||||
|
||||
Reference in New Issue
Block a user