diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f665c8..36c76eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,28 +32,14 @@ export default function LandingPage() { @@ -62,75 +48,20 @@ export default function LandingPage() { title="Scale Your Business With Lig Media." description="We build high-performance marketing systems that turn clicks into clients. Proven strategies for scaling your brand to the next level." testimonials={[ - { - name: "Alex Smith", - handle: "@alexs", - testimonial: "Lig Media scaled our revenue by 3x in just 90 days. Incredible.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg?_wi=1", - imageAlt: "luxurious business office interior", - }, - { - name: "Sarah J.", - handle: "@sarahj", - testimonial: "Best agency I've worked with. No fluff, just results.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-graphic-holography_23-2149160934.jpg?_wi=1", - imageAlt: "luxurious business office interior", - }, - { - name: "Mark L.", - handle: "@markl", - testimonial: "The systems they built are absolute game-changers for our brand.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/financial-manager-doing-accounting-work-pc-with-chroma-key-screen_482257-126417.jpg?_wi=1", - imageAlt: "luxurious business office interior", - }, - { - name: "David R.", - handle: "@davidr", - testimonial: "If you need growth, hire them. Simple as that.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-internet-learning-concept_53876-13766.jpg?_wi=1", - imageAlt: "luxurious business office interior", - }, - { - name: "Elena V.", - handle: "@elenav", - testimonial: "Professional, efficient, and results-oriented. Highly recommended.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg?_wi=1", - imageAlt: "luxurious business office interior", - }, + { name: "Alex Smith", handle: "@alexs", testimonial: "Lig Media scaled our revenue by 3x in just 90 days. Incredible.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg", imageAlt: "luxurious business office interior" }, + { name: "Sarah J.", handle: "@sarahj", testimonial: "Best agency I've worked with. No fluff, just results.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-graphic-holography_23-2149160934.jpg", imageAlt: "luxurious business office interior" }, + { name: "Mark L.", handle: "@markl", testimonial: "The systems they built are absolute game-changers for our brand.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/financial-manager-doing-accounting-work-pc-with-chroma-key-screen_482257-126417.jpg", imageAlt: "luxurious business office interior" }, + { name: "David R.", handle: "@davidr", testimonial: "If you need growth, hire them. Simple as that.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-internet-learning-concept_53876-13766.jpg", imageAlt: "luxurious business office interior" }, + { name: "Elena V.", handle: "@elenav", testimonial: "Professional, efficient, and results-oriented. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg", imageAlt: "luxurious business office interior" } ]} - buttons={[ - { - text: "Book a Consultation", - href: "#contact", - }, - ]} - imageSrc="http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg?_wi=2" + buttons={[{ text: "Book a Consultation", href: "#contact" }]} + imageSrc="http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg" avatars={[ - { - src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", - alt: "Smiling Middle-aged Business Leader at Window", - }, - { - src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", - alt: "Positive confident businessman posing outside", - }, - { - src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", - alt: "Happy young professional posing in office", - }, - { - src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", - alt: "Portrait smiley modern male", - }, - { - src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", - alt: "Image of corporate woman working in an office sitting in front of laptop preparing for business", - }, + { src: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", alt: "Smiling Middle-aged Business Leader at Window" }, + { src: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", alt: "Positive confident businessman posing outside" }, + { src: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg", alt: "Happy young professional posing in office" }, + { src: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg", alt: "Portrait smiley modern male" }, + { src: "http://img.b2bpic.net/free-photo/image-corporate-woman-working-office-sitting-front-laptop-preparing-business_1258-194628.jpg", alt: "Image of corporate woman working in an office sitting in front of laptop preparing for business" } ]} avatarText="Trusted by 150+ industry leaders" /> @@ -142,24 +73,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: TrendingUp, - title: "Revenue Generated", - value: "$10M+", - }, - { - id: "m2", - icon: Users, - title: "Clients Scaled", - value: "150+", - }, - { - id: "m3", - icon: Target, - title: "ROAS Average", - value: "5.4x", - }, + { id: "m1", icon: TrendingUp, title: "Revenue Generated", value: "$10M+" }, + { id: "m2", icon: Users, title: "Clients Scaled", value: "150+" }, + { id: "m3", icon: Target, title: "ROAS Average", value: "5.4x" }, ]} title="The Results Are Undeniable." description="Our growth-focused approach yields measurable success." @@ -171,21 +87,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Our Agency Philosophy" metrics={[ - { - icon: ShieldCheck, - label: "Reliability", - value: "Always", - }, - { - icon: Zap, - label: "Execution Speed", - value: "Fast", - }, - { - icon: BarChart, - label: "Growth Focus", - value: "Daily", - }, + { icon: ShieldCheck, label: "Reliability", value: "Always" }, + { icon: Zap, label: "Execution Speed", value: "Fast" }, + { icon: BarChart, label: "Growth Focus", value: "Daily" }, ]} metricsAnimation="slide-up" /> @@ -197,23 +101,11 @@ export default function LandingPage() { title="What We Do" description="Comprehensive marketing systems designed to dominate your industry." accordionItems={[ - { - id: "s1", - title: "Paid Media Management", - content: "Full scale management of FB/IG and Google ads to drive consistent ROI.", - }, - { - id: "s2", - title: "Conversion Rate Optimization", - content: "Turning your website traffic into paying customers through data-backed funnels.", - }, - { - id: "s3", - title: "Growth Systems Strategy", - content: "Building long-term operational infrastructure for your business to scale endlessly.", - }, + { id: "s1", title: "Paid Media Management", content: "Full scale management of FB/IG and Google ads to drive consistent ROI." }, + { id: "s2", title: "Conversion Rate Optimization", content: "Turning your website traffic into paying customers through data-backed funnels." }, + { id: "s3", title: "Growth Systems Strategy", content: "Building long-term operational infrastructure for your business to scale endlessly." }, ]} - imageSrc="http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg" mediaAnimation="slide-up" /> @@ -224,40 +116,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} plans={[ - { - id: "p1", - badge: "Growth", - price: "$3,000/mo", - subtitle: "For early-stage scaling", - features: [ - "Ad management", - "Funnel review", - "Weekly updates", - ], - }, - { - id: "p2", - badge: "Elite", - price: "$7,500/mo", - subtitle: "Full Agency Service", - features: [ - "Full scale media", - "Dedicated manager", - "Daily reporting", - "Creative strategy", - ], - }, - { - id: "p3", - badge: "Custom", - price: "Custom", - subtitle: "Tailored for enterprises", - features: [ - "Enterprise strategy", - "Custom infrastructure", - "Priority support", - ], - }, + { id: "p1", badge: "Growth", price: "$3,000/mo", subtitle: "For early-stage scaling", features: ["Ad management", "Funnel review", "Weekly updates"] }, + { id: "p2", badge: "Elite", price: "$7,500/mo", subtitle: "Full Agency Service", features: ["Full scale media", "Dedicated manager", "Daily reporting", "Creative strategy"] }, + { id: "p3", badge: "Custom", price: "Custom", subtitle: "Tailored for enterprises", features: ["Enterprise strategy", "Custom infrastructure", "Priority support"] }, ]} title="Pricing Packages" description="Flexible plans for brands ready to reach the next level." @@ -269,63 +130,14 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "t1", - name: "Alex S.", - date: "2024", - title: "Founder", - quote: "The ROI is undeniable. Best choice we made.", - tag: "Scaling", - avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg?_wi=3", - imageAlt: "business executive headshot", - }, - { - id: "t2", - name: "Sarah K.", - date: "2024", - title: "CEO", - quote: "Lig Media treats your business like their own.", - tag: "Strategy", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-graphic-holography_23-2149160934.jpg?_wi=2", - imageAlt: "business executive headshot", - }, - { - id: "t3", - name: "Mike J.", - date: "2023", - title: "Founder", - quote: "Scalability increased dramatically.", - tag: "Revenue", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/financial-manager-doing-accounting-work-pc-with-chroma-key-screen_482257-126417.jpg?_wi=2", - imageAlt: "business executive headshot", - }, - { - id: "t4", - name: "David W.", - date: "2024", - title: "Owner", - quote: "Professional, clean, high-performance work.", - tag: "Ops", - avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-internet-learning-concept_53876-13766.jpg?_wi=2", - imageAlt: "business executive headshot", - }, - { - id: "t5", - name: "Emma R.", - date: "2023", - title: "CMO", - quote: "Top-tier media performance.", - tag: "Marketing", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg?_wi=3", - imageAlt: "business executive headshot", - }, + { id: "t1", name: "Alex S.", date: "2024", title: "Founder", quote: "The ROI is undeniable. Best choice we made.", tag: "Scaling", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-confident-asian-man-with-arms-crossed_1262-884.jpg", imageSrc: "http://img.b2bpic.net/free-photo/corporate-employee-working-overhours-marketing-project_482257-77551.jpg", imageAlt: "business executive headshot" }, + { id: "t2", name: "Sarah K.", date: "2024", title: "CEO", quote: "Lig Media treats your business like their own.", tag: "Strategy", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-good-looking-smiling-friendly-female-trainee-ready-tackle-assignments-smiling-broadly-feeling-lucky-day-work-self-assured-encouraged-achieve-success-goal-white-wall_176420-35567.jpg", imageSrc: "http://img.b2bpic.net/free-photo/business-concept-with-graphic-holography_23-2149160934.jpg", imageAlt: "business executive headshot" }, + { id: "t3", name: "Mike J.", date: "2023", title: "Founder", quote: "Scalability increased dramatically.", tag: "Revenue", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-outdoor-businessman_23-2148763884.jpg", imageSrc: "http://img.b2bpic.net/free-photo/financial-manager-doing-accounting-work-pc-with-chroma-key-screen_482257-126417.jpg", imageAlt: "business executive headshot" }, + { id: "t4", name: "David W.", date: "2024", title: "Owner", quote: "Professional, clean, high-performance work.", tag: "Ops", avatarSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-prepared-meeting_1098-2188.jpg", imageSrc: "http://img.b2bpic.net/free-photo/creative-ideas-internet-learning-concept_53876-13766.jpg", imageAlt: "business executive headshot" }, + { id: "t5", name: "Emma R.", date: "2023", title: "CMO", quote: "Top-tier media performance.", tag: "Marketing", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-successful-beautiful-confident-senior-businesswoman-her-fifties-with-gray-hair-blue-wise-eyes-posing-indoors-keeping-arms-folded-looking-with-charming-smile_344912-1851.jpg", imageSrc: "http://img.b2bpic.net/free-photo/modern-equipped-computer-lab_23-2149241199.jpg", imageAlt: "business executive headshot" }, ]} title="Client Feedback" + description="Hear from our successful partners." /> @@ -333,21 +145,9 @@ export default function LandingPage() { @@ -387,38 +173,20 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Services", - href: "#services", - }, - { - label: "Results", - href: "#results", - }, + { label: "Services", href: "#services" }, + { label: "Results", href: "#results" }, ], }, { items: [ - { - label: "Pricing", - href: "#pricing", - }, - { - label: "Contact", - href: "#contact", - }, + { label: "Pricing", href: "#pricing" }, + { label: "Contact", href: "#contact" }, ], }, { items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Service", - href: "#", - }, + { label: "Privacy Policy", href: "#" }, + { label: "Terms of Service", href: "#" }, ], }, ]}