97 lines
4.5 KiB
TypeScript
97 lines
4.5 KiB
TypeScript
export const en = {
|
|
meta: {
|
|
title: "New Optic in Temara | Trusted local optician since 2004",
|
|
description: "New Optic in Temara offers authentic frames, repairs, contact lenses, colored contact lenses, prescription glasses, sunglasses and kids eyewear with fair prices."
|
|
},
|
|
nav: {
|
|
links: [
|
|
{ label: "Home", href: "#home" },
|
|
{ label: "Services", href: "#services" },
|
|
{ label: "Collections", href: "#collections" },
|
|
{ label: "Trust", href: "#trust" },
|
|
{ label: "Contact", href: "#contact" }
|
|
],
|
|
cta: "WhatsApp",
|
|
menu: "Menu"
|
|
},
|
|
hero: {
|
|
eyebrow: "Local optician in Temara since 2004",
|
|
title: "Your trusted optician in Temara.",
|
|
subtitle: "Authentic frames, professional service, fair prices and complete support for your eyewear.",
|
|
primary: "Contact us",
|
|
secondary: "Explore services",
|
|
note: "Repairs, contact lenses, colored contact lenses, prescription glasses, sunglasses and kids eyewear.",
|
|
imageAlt: "New Optic shop and eyewear selection in Temara"
|
|
},
|
|
about: {
|
|
eyebrow: "A trusted local address",
|
|
title: "Optical service that is clear, professional and reliable.",
|
|
body: "Since around 2004, New Optic has supported customers in Temara with a simple promise: honest guidance, authentic frames, fair prices and reliable after-sales support.",
|
|
cards: ["Strong local reputation", "Original frames only", "Guidance from frame to warranty"]
|
|
},
|
|
services: {
|
|
eyebrow: "Services",
|
|
title: "Everything essential for your eyewear, in one place.",
|
|
items: [
|
|
{ title: "Contact lenses", text: "Contact lenses and colored contact lenses available in store, with guidance on suitable choices." },
|
|
{ title: "Repairs", text: "Adjustment and repair for prescription glasses and sunglasses depending on frame condition." },
|
|
{ title: "Prescription glasses", text: "Authentic frames, suitable lenses and patient support through the final choice." },
|
|
{ title: "Sunglasses", text: "Authentic sunglasses for comfort, protection and everyday style." },
|
|
{ title: "Kids glasses", text: "Practical, comfortable options designed around family needs." },
|
|
{ title: "Complete support", text: "Guidance for lenses, frames, fitting and warranty service." }
|
|
]
|
|
},
|
|
collections: {
|
|
eyebrow: "Collections",
|
|
title: "Real eyewear choices, presented clearly.",
|
|
body: "The in-store selection covers the essentials customers in Temara ask for most: optical, sun, kids and fair-budget frames.",
|
|
items: [
|
|
{ title: "Prescription glasses", text: "Correction, comfort and lens guidance for everyday use." },
|
|
{ title: "Sunglasses", text: "Authentic models made for protection, comfort and a refined finish." },
|
|
{ title: "Kids glasses", text: "Practical, stable frames selected around family needs." },
|
|
{ title: "Budget frames", text: "Accessible options with the same serious guidance and fitting support." }
|
|
]
|
|
},
|
|
why: {
|
|
eyebrow: "Why New Optic",
|
|
title: "Trust comes first.",
|
|
items: [
|
|
"Fair prices explained clearly",
|
|
"Strong local reputation in Temara",
|
|
"Original and authentic frames only",
|
|
"Professional, simple and human service",
|
|
"Support from correction to warranty",
|
|
"Solutions for adults, children and families"
|
|
]
|
|
},
|
|
trust: {
|
|
eyebrow: "Reputation",
|
|
title: "A neighborhood optician with lasting standards.",
|
|
stats: [
|
|
{ value: "2004", label: "local presence since around" },
|
|
{ value: "100%", label: "authentic frames" },
|
|
{ value: "360°", label: "guidance, lenses, frames and support" }
|
|
],
|
|
body: "No exaggerated claims. New Optic earns trust through guidance, consistent service and a selection of authentic products."
|
|
},
|
|
contact: {
|
|
eyebrow: "Contact",
|
|
title: "Visit the store or contact us directly.",
|
|
body: "Need help with lenses, a repair or a new frame? Send a WhatsApp message, call us, or visit New Optic in Massira 1, Temara.",
|
|
whatsapp: "Message on WhatsApp",
|
|
call: "Call now",
|
|
visit: "Open directions",
|
|
qr: "Scan to open the location",
|
|
phoneLabel: "Phone",
|
|
whatsappLabel: "WhatsApp",
|
|
addressLabel: "Address",
|
|
hoursLabel: "Hours",
|
|
hoursValue: "Hours are not published online. Contact the store before visiting.",
|
|
whatsappMessage: "Hello New Optic, I would like information about your eyewear and services."
|
|
},
|
|
footer: {
|
|
tagline: "Local optician in Temara, authentic frames and professional service.",
|
|
rights: "All rights reserved."
|
|
}
|
|
} as const;
|