Update src/app/page.tsx
This commit is contained in:
@@ -33,32 +33,32 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "#home",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
href: "#features",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Gallery",
|
||||
id: "products",
|
||||
href: "#products",
|
||||
|
||||
},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "#about",
|
||||
|
||||
},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "#testimonials",
|
||||
|
||||
},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "faq",
|
||||
href: "#faq",
|
||||
|
||||
},
|
||||
]}
|
||||
button={{
|
||||
|
||||
Reference in New Issue
Block a user