diff --git a/src/app/page.tsx b/src/app/page.tsx index 92b742a..33ee266 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,13 +4,12 @@ import HeroBillboardScroll from "@/components/sections/hero/HeroBillboardScroll" import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; import FeatureCardNine from "@/components/sections/feature/FeatureCardNine"; import SplitAbout from "@/components/sections/about/SplitAbout"; -import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { LayoutTemplate, Layers, Wand2, Zap, Palette, Rocket, Shield, Star, HelpCircle, Mail } from "lucide-react"; +import { LayoutTemplate, Layers, Wand2, Zap, Star, Rocket } from "lucide-react"; export default function WebsiteBuilderPage() { const navItems = [ @@ -54,6 +53,7 @@ export default function WebsiteBuilderPage() { animationType="slide-up" textboxLayout="default" showStepNumbers={true} + useInvertedBackground={false} features={[ { title: "Modern SaaS", description: "Optimized for product showcases and conversion.", phoneOne: { imageSrc: "https://images.unsplash.com/photo-1551288049-bebda4e38f71?w=400&h=800&fit=crop" }, @@ -73,6 +73,7 @@ export default function WebsiteBuilderPage() { title="Design Without Limits" description="Drag-and-drop your way to perfection. Our intuitive editor gives you full control over typography, colors, and layout structure." textboxLayout="split" + useInvertedBackground={false} bulletPoints={[ { title: "Drag & Drop", description: "Simply move blocks to where you want them.", icon: Layers }, { title: "Smart Styling", description: "Apply global styles that adapt automatically.", icon: Wand2 }, @@ -86,6 +87,7 @@ export default function WebsiteBuilderPage() { description="Pick a plan that grows with your business." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "basic", badge: "Starter", price: "$19/mo", subtitle: "Everything you need to launch.", buttons: [{ text: "Get Started" }], @@ -107,11 +109,13 @@ export default function WebsiteBuilderPage() { { id: "2", title: "Can I export my site?", content: "Yes, Pro users can export their static code anytime." }, ]} faqsAnimation="slide-up" + useInvertedBackground={false} />