14 Commits

Author SHA1 Message Date
16f1598946 Merge version_6 into main
Merge version_6 into main
2026-05-31 06:20:58 +00:00
499eb2f447 Update src/app/page.tsx 2026-05-31 06:20:55 +00:00
e2b4d51c04 Merge version_6 into main
Merge version_6 into main
2026-05-31 06:07:45 +00:00
612364daf6 Update src/app/page.tsx 2026-05-31 06:07:39 +00:00
d34de84c88 Merge version_6 into main
Merge version_6 into main
2026-05-31 05:59:31 +00:00
d146561585 Update src/app/page.tsx 2026-05-31 05:59:28 +00:00
b9bc8f1e17 Merge version_6 into main
Merge version_6 into main
2026-05-31 05:53:18 +00:00
d3affc3f9d Update src/app/page.tsx 2026-05-31 05:53:15 +00:00
291716acb1 Merge version_6 into main
Merge version_6 into main
2026-05-31 05:48:05 +00:00
f5fc3ea18c Update src/app/page.tsx 2026-05-31 05:48:02 +00:00
9dcb6ff16d Merge version_6 into main
Merge version_6 into main
2026-05-30 13:52:08 +00:00
fcff39f400 Update theme colors 2026-05-30 13:52:05 +00:00
232027936f Merge version_5 into main
Merge version_5 into main
2026-05-30 13:51:49 +00:00
039cefa230 Merge version_4 into main
Merge version_4 into main
2026-05-30 13:49:50 +00:00
2 changed files with 8 additions and 6 deletions

View File

@@ -91,10 +91,12 @@ export default function LandingPage() {
title="Explore Our Luxury Collections & Gallery"
description="Indulge in our exclusive range of designer frames, premium sunglasses, and advanced lens technologies. Each piece is a blend of artistry and optical precision. Discover our exquisite gallery showcasing store interiors, happy customers, and our diverse eyewear selection."
products={[
{ id: "p1", name: "Designer Frames", price: "From ₹8,000", imageSrc: "http://img.b2bpic.net/free-photo/medical-desk-assortment-with-empty-clipboard_23-2148502871.jpg", imageAlt: "Luxury prescription frames" },
{ id: "p2", name: "Premium Sunglasses", price: "From ₹6,000", imageSrc: "http://img.b2bpic.net/free-photo/colorful-transparent-sunglasses_52683-107511.jpg", imageAlt: "Premium stylish sunglasses" },
{ id: "p3", name: "Contact Lenses", price: "From ₹1,500", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-contact-lenses-case-with-copy-space_23-2148429650.jpg", imageAlt: "Comfortable contact lenses" },
{ id: "p4", name: "Kids Collection", price: "From ₹3,000", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-with-sunglasses-necklace_23-2149409795.jpg", imageAlt: "Stylish eyewear for children" },
{ id: "p1", name: "Designer Frames", price: "rom ₹8,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYLWr0Bg9crxtlASEmLAabJsa/uploaded-1780207143935-0kii4zq7.jpg", imageAlt: "Luxury prescription frames" },
{ id: "p2", name: "Premium Sunglasses", price: "
", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYLWr0Bg9crxtlASEmLAabJsa/uploaded-1780208224037-v3pc7rln.jpg", imageAlt: "Premium stylish sunglasses" },
{ id: "p3", name: "Contact Lenses", price: "From ₹1,500", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYLWr0Bg9crxtlASEmLAabJsa/uploaded-1780206468699-ebpw0i95.jpg", imageAlt: "Comfortable contact lenses" },
{ id: "p4", name: "Kids Collection", price: "From ₹3,000", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ERYLWr0Bg9crxtlASEmLAabJsa/uploaded-1780207643350-ydljy3j6.jpg", imageAlt: "Stylish eyewear for children" },
{ id: "p5", name: "Blue Cut Lenses", price: "From ₹2,500", imageSrc: "http://img.b2bpic.net/free-photo/young-workaholic_1098-13345.jpg", imageAlt: "Blue cut lenses for digital protection" },
{ id: "p6", name: "Progressive Lenses", price: "From ₹7,000", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheerful-young-woman-wearing-glasses_1262-4778.jpg", imageAlt: "Advanced vision progressive lenses" }
]}
@@ -158,7 +160,7 @@ export default function LandingPage() {
<ContactCTA
tag="Seamless Experience"
title="Book Your Professional Eye Examination"
description="Schedule your comprehensive eye test with our certified optometrists for precise prescriptions and personalized vision care. Provide your details below, and we will contact you to confirm your appointment. You can also connect via WhatsApp or call us directly. We are located in Karimnagar, Telangana. Mahadev Opticals: Luxury Vision. Timeless Style. Phone: +91 97036 49499"
description="Schedule your comprehensive eye test with our certified optometrists for precise prescriptions and personalized vision care. Provide your details below, and we will contact you to confirm your appointment. You can also connect via WhatsApp or call us directly. We are located in Karimnagar, Telangana. Mahadev Opticals: Luxury Vision. Timeless Style. "
buttons={[
{ text: "Schedule Appointment", href: "#" },
{ text: "WhatsApp Us", href: "https://wa.me/919703649499" },

View File

@@ -14,7 +14,7 @@
--card: #1A1A1A;
--foreground: #FFFFFF;
--primary-cta: #D4AF37;
--primary-cta-text: #f2c101;
--primary-cta-text: #000000;
--secondary-cta: #EAEAEA;
--secondary-cta-text: #0A0A0A;
--accent: #D4AF37;