2 Commits

Author SHA1 Message Date
d0ca6d5850 Update src/app/page.tsx 2026-03-11 08:44:24 +00:00
bb5ed86f3a Merge version_1 into main
Merge version_1 into main
2026-03-11 08:10:07 +00:00

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
logoText="GIFT GURU"
description="Thoughtfully curated corporate gifts that celebrate relationships and strengthen business bonds with style and elegance"
buttons={[
{ text: "Explore Solutions", href: "#features" },
{ text: "Browse Gift Plans", href: "#pricing" },
{ text: "Get Started", href: "#contact" }
]}
slides={[
@@ -230,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}