Update src/app/page.tsx
This commit is contained in:
@@ -34,32 +34,32 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "#home",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
href: "#products",
|
||||
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "#about",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "#testimonials",
|
||||
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "#faq",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "#contact",
|
||||
|
||||
},
|
||||
]}
|
||||
brandName="Pure Glow"
|
||||
|
||||
Reference in New Issue
Block a user