2 Commits

Author SHA1 Message Date
9187a657a3 Update src/app/page.tsx 2026-05-08 22:51:45 +00:00
2db5a3ae98 Merge version_1 into main
Merge version_1 into main
2026-05-08 22:50:57 +00:00

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
{
text: "View Collection", href: "#products"},
{
text: "Inquire", href: "#contact"},
text: "Request a Consultation", 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>
);
}
}