Update src/app/page.tsx
This commit is contained in:
@@ -10,6 +10,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import { Zap, Sparkles, TrendingUp, Heart, HelpCircle } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,8 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Services", id: "services" },
|
||||
{ name: "Process", id: "about" },
|
||||
{ name: "Results", id: "metrics" },
|
||||
{ name: "Reviews", id: "faq" },
|
||||
{ name: "FAQ", id: "faq" }
|
||||
{ name: "Reviews", id: "faq" }
|
||||
]}
|
||||
button={{ text: "Start your project", href: "contact" }}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user