Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-25 15:19:59 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -78,7 +78,7 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
buttons={[
{ text: "View All Products", href: "products" }
]}
@@ -114,7 +114,7 @@ export default function LandingPage() {
"OptiVue was founded on the belief that quality eyewear shouldn't compromise on style. For over 15 years, we've been dedicated to creating frames that elevate your everyday vision.", "Our commitment to excellence extends beyond products—we invest in sustainable manufacturing practices, fair trade partnerships, and accessible pricing. Every pair of glasses carries our promise of superior quality and timeless design.", "Join thousands of satisfied customers who trust OptiVue for their most important accessory."
]}
showBorder={true}
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
buttons={[
{ text: "Discover Our Collections", href: "products" },
{ text: "Contact Us", href: "contact" }
@@ -146,7 +146,7 @@ export default function LandingPage() {
tag="FAQ"
tagIcon={HelpCircle}
textboxLayout="default"
useInvertedBackground="invertDefault"
useInvertedBackground="noInvert"
mediaPosition="right"
imageSrc="https://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg"
imageAlt="Customer support and assistance"
@@ -157,7 +157,7 @@ export default function LandingPage() {
{ id: "3", title: "Do you offer prescription lenses?", content: "Yes! We can fit most of our frames with prescription lenses. During checkout, you'll have the option to add your prescription details. Our certified opticians will handle the rest." },
{ id: "4", title: "How should I care for my glasses?", content: "Use our included microfiber cloth and lens cleaning solution. Store your frames in the protective case when not in use. Avoid exposing them to extreme heat and always use both hands to put on and take off your glasses." },
{ id: "5", title: "Do you ship internationally?", content: "We currently ship to over 50 countries worldwide. Shipping times and costs vary by location. Check our shipping page for detailed information about your destination." }
]
]}
/>
</div>