Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-08 15:43:00 +00:00

View File

@@ -30,15 +30,14 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Login",
id: "#login",
},
name: "Login", id: "#login"},
{
name: "Plans",
id: "#pricing",
},
name: "Plans", id: "#pricing"},
]}
brandName="Vexo"
button={{
text: "Get Started", href: "#pricing"
}}
/>
</div>
@@ -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}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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"},
]}
/>
</div>
@@ -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() {
<FooterLogoReveal
logoText="Vexo"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Terms of Service",
href: "#",
}}
text: "Terms of Service", href: "#"}}
/>
</div>
</ReactLenis>