diff --git a/src/app/page.tsx b/src/app/page.tsx index 245c1f1..36e2c78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,27 +1,16 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import Link from "next/link"; import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleApple"; import HeroBillboardCarousel from "@/components/sections/hero/HeroBillboardCarousel"; import FeatureCardTwentySeven from "@/components/sections/feature/FeatureCardTwentySeven"; import SplitAbout from "@/components/sections/about/SplitAbout"; -import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen"; -import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { Sparkles, Zap, Heart, CreditCard, CheckCircle, Users, HelpCircle, DollarSign, Headphones, Shield, Star, Crown } from "lucide-react"; - -const HomePage = () => { - const navItems = [ - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, - { name: "About", id: "about" }, - { name: "Contact", id: "contact" }, - { name: "Blog", id: "https://blog.webild.io" }, - ]; +import { Sparkles, Zap, Heart, DollarSign, Headphones, Shield, CheckCircle } from "lucide-react"; +export default function HomePage() { return ( { secondaryButtonStyle="glass" headingFontWeight="semibold" > - {/* Navbar */} - {/* Hero Section */}
- {/* Features Section */}
- {/* About Section */}
{ }, ]} buttons={[{ text: "Learn More", href: "/about" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" mediaAnimation="blur-reveal" />
- {/* Social Proof Section */}
- {/* Testimonials Section */}
- {/* FAQ Section */} -
- -
- - {/* Footer */}
); -}; - -export default HomePage; \ No newline at end of file +}