4 Commits

Author SHA1 Message Date
c0a9b3d8cb Update src/app/page.tsx 2026-03-11 16:22:55 +00:00
5480cd03aa Merge version_1 into main
Merge version_1 into main
2026-03-11 16:21:35 +00:00
8f94f055c7 Merge version_1 into main
Merge version_1 into main
2026-03-11 16:21:07 +00:00
c7202514fd Merge version_1 into main
Merge version_1 into main
2026-03-11 16:20:44 +00:00

View File

@@ -220,7 +220,7 @@ export default function LandingPage() {
tag="Get Started"
tagIcon={Mail}
title="Ready to Transform Your Space?"
description="Let our design consultants help you find the perfect Sheesham wood furniture pieces for your home or office. Contact us today for personalized recommendations and exclusive offers."
description="Get Expert Design Consultation & 20% Off Your First Order. Let our design consultants help you find the perfect Sheesham wood furniture pieces for your home or office. Contact us today for personalized recommendations and exclusive offers."
buttons={[
{ text: "Contact Us", href: "#" },
{ text: "Browse Collection", href: "#products" }
@@ -264,4 +264,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}