2 Commits

Author SHA1 Message Date
2d097f93d6 Update src/app/page.tsx 2026-04-23 09:28:45 +00:00
27a5ea31f4 Merge version_2 into main
Merge version_2 into main
2026-04-23 09:27:40 +00:00

View File

@@ -40,7 +40,7 @@ export default function LandingPage() {
{
name: "Contact", id: "contact"},
]}
brandName="GiftHaven"
brandName="giftsbyD"
/>
</div>
@@ -210,7 +210,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoReveal
logoText="GiftHaven"
logoText="giftsbyD"
leftLink={{
text: "Privacy Policy", href: "#"}}
rightLink={{
@@ -220,4 +220,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}