Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-08 22:52:33 +00:00

View File

@@ -46,13 +46,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="VerandaLux"
logoText="Transform Your Garden into a Year-Round Sanctuary"
description="Exquisite Dutch veranda systems designed for refined outdoor living. Elevate your terrace with precision, style, and lasting quality."
buttons={[
{
text: "View Collection", href: "#products"},
{
text: "Request a Consultation", href: "#contact"},
text: "Inquire", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/amazing-european-girl-with-tanned-skin-enjoying-good-day-while-sitting-window-sill-photo-graceful-white-female-model-jeans-posing-cafe_197531-9230.jpg"
imageAlt="High-end Dutch glass veranda"
@@ -205,4 +205,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}