3 Commits

Author SHA1 Message Date
8bf2375a2a Merge version_3 into main
Merge version_3 into main
2026-05-08 22:52:33 +00:00
3c6f74ca4b Update src/app/page.tsx 2026-05-08 22:52:30 +00:00
cdbc39d3b1 Merge version_2 into main
Merge version_2 into main
2026-05-08 22:51:48 +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>
);
}
}