diff --git a/src/app/page.tsx b/src/app/page.tsx index df9b232..d848232 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import { Zap, Users, BarChart, Layout } from 'lucide-react'; +import { Zap, BarChart } from 'lucide-react'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; @@ -48,6 +48,7 @@ export default function LandingPage() { logoText="Vantage Social" description="We craft premium social media strategies that turn followers into communities and audiences into loyal customers." imageSrc="http://img.b2bpic.net/free-photo/3d-geometric-shapes-indoors-background_23-2150697326.jpg" + buttons={[{text: "Get Started"}]} /> @@ -59,6 +60,8 @@ export default function LandingPage() { tag="OUR PHILOSOPHY" imageSrc="http://img.b2bpic.net/free-photo/panoramic-sauna-view-organic-wooden-columns-resort-style-wellness_169016-68883.jpg" textboxLayout="split" + bulletPoints={[{title: "Strategy", description: "Data-backed growth"}, {title: "Creative", description: "High-end production"}]} + mediaAnimation="slide-up" /> @@ -69,11 +72,10 @@ export default function LandingPage() { textboxLayout="default" gridVariant="bento-grid" animationType="slide-up" + useInvertedBackground={false} features={[ { title: "Social Content Strategy", description: "High-end content planning designed to convert.", imageSrc: "http://img.b2bpic.net/free-photo/statistics-analysis-diagram-data-strategy-growth-concept_53876-121535.jpg" }, - { title: "Influencer Ecosystems", description: "Curating premium collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/female-fashion-blogger-streaming-home-with-smartphone_23-2148771594.jpg" }, - { title: "Performance Analytics", description: "Data-driven reporting for ROI.", imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-analytics-information-report-concept_53876-121035.jpg" }, - { title: "Brand Identity", description: "Cohesive visual storytelling.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-measuring-tools-still-life_23-2150440941.jpg" } + { title: "Influencer Ecosystems", description: "Curating premium collaborations.", imageSrc: "http://img.b2bpic.net/free-photo/female-fashion-blogger-streaming-home-with-smartphone_23-2148771594.jpg" } ]} /> @@ -88,7 +90,8 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { id: "1", name: "Luxury Watch Brand", price: "145% Growth", variant: "Case Study", imageSrc: "http://img.b2bpic.net/free-vector/marketing-content-flat-background_23-2148002909.jpg" }, - { id: "2", name: "Eco Apparel", price: "2.1x ROAS", variant: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-58033.jpg" } + { id: "2", name: "Eco Apparel", price: "2.1x ROAS", variant: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/man-trading-browsing-online-stock-investments-night_169016-58033.jpg" }, + { id: "3", name: "Tech Startup", price: "300% Engagement", variant: "Case Study", imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-analytics-information-report-concept_53876-121035.jpg" } ]} /> @@ -99,6 +102,7 @@ export default function LandingPage() { description="Choose the level of engagement that fits your ambitions." textboxLayout="split" animationType="slide-up" + useInvertedBackground={true} plans={[ { id: "ess", title: "Core", price: "$5,000", period: "/mo", features: ["Content Calendar", "Basic Analytics"], button: { text: "Get Started" } }, { id: "growth", title: "Optimal", price: "$12,000", period: "/mo", features: ["Influencer Campaigns", "Advanced Reporting"], button: { text: "Get Started" } } @@ -111,8 +115,8 @@ export default function LandingPage() { title="Proven Track Record" description="Results that speak for themselves." textboxLayout="split" - gridVariant="bento-grid" animationType="slide-up" + useInvertedBackground={false} metrics={[ { id: "1", icon: Zap, title: "Reach", value: "120M+" }, { id: "2", icon: BarChart, title: "ROAS", value: "4.5x" } @@ -126,8 +130,10 @@ export default function LandingPage() { description="Client stories of success." textboxLayout="split" animationType="slide-up" + useInvertedBackground={true} testimonials={[ - { id: "1", name: "Sarah Miller", role: "CEO", testimonial: "The best agency we have worked with." } + { id: "1", name: "Sarah Miller", role: "CEO", testimonial: "The best agency we have worked with." }, + { id: "2", name: "John Doe", role: "Founder", testimonial: "Unmatched strategy and execution." } ]} /> @@ -137,10 +143,12 @@ export default function LandingPage() { title="Frequently Asked Questions" description="Everything you need to know." faqs={[ - { id: "1", title: "How fast can we see results?", content: "Usually within 30-45 days." } + { id: "1", title: "How fast can we see results?", content: "Usually within 30-45 days." }, + { id: "2", title: "What industries do you serve?", content: "We specialize in premium lifestyle brands." } ]} faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={true} /> @@ -152,6 +160,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Email Address" }, { name: "name", type: "text", placeholder: "Your Name" } ]} + useInvertedBackground={false} />