Merge version_8 into main
Merge version_8 into main
This commit was merged in pull request #8.
This commit is contained in:
@@ -33,14 +33,14 @@ export default function LandingPage() {
|
|||||||
button={{
|
button={{
|
||||||
text: "Shop Now", href: "products"
|
text: "Shop Now", href: "products"
|
||||||
}}
|
}}
|
||||||
navItems={[
|
links={[
|
||||||
{ name: "Home", id: "hero" },
|
{ label: "Home", href: "hero" },
|
||||||
{ name: "Why Edgetabs", id: "about" },
|
{ label: "Why Edgetabs", href: "about" },
|
||||||
{ name: "Features", id: "features" },
|
{ label: "Features", href: "features" },
|
||||||
{ name: "Products", id: "products" },
|
{ label: "Products", href: "products" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ label: "Testimonials", href: "testimonials" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ label: "FAQ", href: "faq" },
|
||||||
{ name: "Contact", id: "contact" }
|
{ label: "Contact", href: "contact" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user