Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 20:09:29 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "About", id: "about" },
{ name: "Reviews", id: "testimonials" },
{ name: "FAQ", id: "faq" },
{ name: "Contact", id: "contact" }
{ name: "Contact", id: "footer" }
]}
/>
</div>
@@ -215,7 +215,7 @@ export default function LandingPage() {
},
{
title: "Support", items: [
{ label: "Contact Us", href: "#contact" },
{ label: "Contact Us", href: "#footer" },
{ label: "FAQ", href: "#faq" },
{ label: "Shipping Info", href: "#" },
{ label: "Returns", href: "#" }