Update src/app/page.tsx

This commit is contained in:
2026-03-03 15:36:16 +00:00
parent 249eca15f2
commit 4b13826e46

View File

@@ -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" }}
/>