Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #10.
This commit is contained in:
2026-05-28 00:17:31 +00:00

View File

@@ -47,23 +47,23 @@ export default function LandingPage() {
background={{ variant: "plain" }}
testimonials={[
{
id: "1", name: "Julian Vance", handle: "", testimonial: "Aurelia Optics eyewear is a revelation. The craftsmanship is impeccable, and the style is simply timeless. My go-to for understated elegance.", rating: 5,
name: "Julian Vance", handle: "", testimonial: "Aurelia Optics eyewear is a revelation. The craftsmanship is impeccable, and the style is simply timeless. My go-to for understated elegance.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-posing-library_23-2148727866.jpg", imageAlt: "professional young man smiling satisfied"
},
{
id: "2", name: "Camille Dubois", handle: "", testimonial: "Finally, sunglasses that complement my personal philosophy. Aurelia Optics understands quiet luxury better than anyone. Absolutely essential.", rating: 5,
name: "Camille Dubois", handle: "", testimonial: "Finally, sunglasses that complement my personal philosophy. Aurelia Optics understands quiet luxury better than anyone. Absolutely essential.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-designer_171337-15575.jpg", imageAlt: "elegant woman looking thoughtful city background"
},
{
id: "3", name: "Ethan Hayes", handle: "", testimonial: "The quality and design of Aurelia Optics are unmatched. They feel substantial, look sophisticated, and truly stand apart without needing a logo.", rating: 5,
name: "Ethan Hayes", handle: "", testimonial: "The quality and design of Aurelia Optics are unmatched. They feel substantial, look sophisticated, and truly stand apart without needing a logo.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-with-winter-clothes-walking-street_1303-20160.jpg", imageAlt: "young man in classic attire smiling subtly"
},
{
id: "4", name: "Isabelle Laurent", handle: "", testimonial: "Wearing Aurelia Optics is an experience. The attention to detail, the subtle elegance—it's everything I seek in luxury accessories. Pure class.", rating: 5,
name: "Isabelle Laurent", handle: "", testimonial: "Wearing Aurelia Optics is an experience. The attention to detail, the subtle elegance—it's everything I seek in luxury accessories. Pure class.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/thinking-secretary_23-2147626567.jpg", imageAlt: "woman with quiet confidence professional setting"
},
{
id: "5", name: "Marcus Thorne", handle: "", testimonial: "These aren't just sunglasses; they're an extension of my identity. Aurelia Optics perfectly captures the essence of modern old money. My new favorites.", rating: 5,
name: "Marcus Thorne", handle: "", testimonial: "These aren't just sunglasses; they're an extension of my identity. Aurelia Optics perfectly captures the essence of modern old money. My new favorites.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-confident-stylish-hipster-lambersexual-modelsexy-modern-man-dressed-white-shirt-trousers-fashion-male-posing-street-background-europe-city-sunset-sunglasses_158538-22388.jpg", imageAlt: "young man looking at camera with conviction"
}
]}
@@ -123,7 +123,6 @@ export default function LandingPage() {
<div id="story" data-section="story">
<TextAbout
title="Quiet. Refined. Always."
description="In a world of fleeting trends, Aurelia Optics stands as a beacon of enduring style. Our story isn't one of bold proclamations, but of subtle details and an unwavering commitment to quality. We believe true luxury is whispered, not shouted. It's found in the thoughtful design, the premium materials, and the timeless appeal that transcends seasons. For the individual who understands that appearance is an extension of personal philosophy, our eyewear is more than an accessory—it's an affirmation of a life lived with intentional elegance. Join us in celebrating a heritage of craftsmanship, redefined for the modern connoisseur. This is luxury, unburdened by logos, anchored in meaning."
useInvertedBackground={true}
/>
</div>