From cc9153316659150e52568fc635da8debd6aefd71 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 15:42:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 125 ++++++++++++----------------------------------- 1 file changed, 31 insertions(+), 94 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f602142..5fc2fac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,15 +30,14 @@ export default function LandingPage() { @@ -48,11 +47,9 @@ export default function LandingPage() { description="Your vision, our agency. Elevating brands in the digital landscape with high-end production and performance-driven strategies." buttons={[ { - text: "Explore Services", - href: "#pricing", - }, + text: "Explore Services", href: "#pricing"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/office-tools-cup-coffee-table_140725-8636.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/office-tools-cup-coffee-table_140725-8636.jpg" showDimOverlay={true} /> @@ -64,59 +61,28 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "lite", - badge: "Starter", - price: "EGP 5,000", - subtitle: "Essential digital visibility.", - buttons: [ + id: "lite", badge: "Starter", price: "EGP 5,000", subtitle: "Essential digital visibility.", buttons: [ { - text: "Select Plan", - href: "#", - }, + text: "Select Plan", href: "#"}, ], features: [ - "8 Graphic Posts", - "1 Social Platform", - "Basic SEO Optimization", - ], + "8 Graphic Posts", "1 Social Platform", "Basic SEO Optimization"], }, { - id: "pro", - badge: "Most Popular", - price: "EGP 12,000", - subtitle: "Full performance acceleration.", - buttons: [ + id: "pro", badge: "Most Popular", price: "EGP 12,000", subtitle: "Full performance acceleration.", buttons: [ { - text: "Select Plan", - href: "#", - }, + text: "Select Plan", href: "#"}, ], features: [ - "Everything in Lite", - "4 Professional Reels", - "2 Social Platforms", - "Meta Ads Management", - "Monthly Performance Reports", - ], + "Everything in Lite", "4 Professional Reels", "2 Social Platforms", "Meta Ads Management", "Monthly Performance Reports"], }, { - id: "elite", - badge: "Pro Production", - price: "EGP 25,000", - subtitle: "Full digital dominance.", - buttons: [ + id: "elite", badge: "Pro Production", price: "EGP 25,000", subtitle: "Full digital dominance.", buttons: [ { - text: "Select Plan", - href: "#", - }, + text: "Select Plan", href: "#"}, ], features: [ - "Everything in Pro", - "On-site Prof. Filming", - "24/7 Priority Support", - "Full Digital Strategy", - "Daily Content Management", - ], + "Everything in Pro", "On-site Prof. Filming", "24/7 Priority Support", "Full Digital Strategy", "Daily Content Management"], }, ]} title="Choose Your Vexo Plan" @@ -134,23 +100,14 @@ export default function LandingPage() { tag="Impact" metrics={[ { - id: "m1", - icon: TrendingUp, - title: "Campaign Growth", - value: "350%", - }, + id: "m1", icon: TrendingUp, + title: "Campaign Growth", value: "350%"}, { - id: "m2", - icon: Users, - title: "Active Clients", - value: "50+", - }, + id: "m2", icon: Users, + title: "Active Clients", value: "50+"}, { - id: "m3", - icon: Award, - title: "Awards Won", - value: "12", - }, + id: "m3", icon: Award, + title: "Awards Won", value: "12"}, ]} /> @@ -166,21 +123,11 @@ export default function LandingPage() { tag="Testimonials" testimonials={[ { - id: "t1", - name: "Ahmed Hassan", - role: "Founder", - company: "TechStream", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/office-tools-cup-coffee-table_140725-8636.jpg?_wi=2", - }, + id: "t1", name: "Ahmed Hassan", role: "Founder", company: "TechStream", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/office-tools-cup-coffee-table_140725-8636.jpg"}, { - id: "t2", - name: "Sara Mahmoud", - role: "Marketing Director", - company: "Luxe Apparel", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-big-red-coronavirus-cell-left-with-black-background_181624-26047.jpg?_wi=1", - }, + id: "t2", name: "Sara Mahmoud", role: "Marketing Director", company: "Luxe Apparel", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-big-red-coronavirus-cell-left-with-black-background_181624-26047.jpg"}, ]} /> @@ -192,19 +139,13 @@ export default function LandingPage() { description="Sign in to manage your digital transformation journey. New to Vexo? Explore our packages below." inputs={[ { - name: "email", - type: "email", - placeholder: "Email or Username", - required: true, + name: "email", type: "email", placeholder: "Email or Username", required: true, }, { - name: "password", - type: "password", - placeholder: "Enter your password", - required: true, + name: "password", type: "password", placeholder: "Enter your password", required: true, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-big-red-coronavirus-cell-left-with-black-background_181624-26047.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-big-red-coronavirus-cell-left-with-black-background_181624-26047.jpg" buttonText="Sign In" mediaPosition="right" mediaAnimation="blur-reveal" @@ -215,13 +156,9 @@ export default function LandingPage() { -- 2.49.1