diff --git a/src/app/page.tsx b/src/app/page.tsx index b1408f7..5d9dbc7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,6 +7,8 @@ import FeatureBento from "@/components/sections/feature/FeatureBento"; import AboutMetric from "@/components/sections/about/AboutMetric"; import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; +import FaqDouble from "@/components/sections/faq/FaqDouble"; +import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; import Link from "next/link"; import { @@ -28,46 +30,7 @@ export default function HomePage() { { name: "How It Works", id: "how-it-works" }, { name: "Pricing", id: "pricing" }, { name: "FAQ", id: "faq" }, - { name: "Blog", id: "blog" }, - ]; - - const footerColumns = [ - { - title: "Product", - items: [ - { label: "Features", href: "/" }, - { label: "Pricing", href: "/pricing" }, - { label: "How It Works", href: "/" }, - { label: "FAQ", href: "/" }, - ], - }, - { - title: "Company", - items: [ - { label: "About Us", href: "/about" }, - { label: "Blog", href: "/blog" }, - { label: "Careers", href: "/careers" }, - { label: "Contact", href: "/contact" }, - ], - }, - { - title: "Resources", - items: [ - { label: "Documentation", href: "/docs" }, - { label: "API Reference", href: "/api" }, - { label: "Community", href: "/community" }, - { label: "Support", href: "/support" }, - ], - }, - { - title: "Legal", - items: [ - { label: "Privacy Policy", href: "/privacy" }, - { label: "Terms of Service", href: "/terms" }, - { label: "Security", href: "/security" }, - { label: "Cookie Policy", href: "/cookies" }, - ], - }, + { name: "Contact", id: "contact" }, ]; return ( @@ -86,33 +49,27 @@ export default function HomePage() {
+
+ +
+
-
-
-
-

- Ready to Build Your Dream Website? -

-

- Join hundreds of creators and businesses already building with Vibecoding. Start your free trial today—no credit card required. -

- - - -
-
+
+ +
+ +
+