Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6712afba8c | |||
| 2d92baa779 | |||
| d76d945a9e | |||
| 12322466be |
210
src/app/page.tsx
210
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Our Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Our Team", id: "team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Unlimited Experiences SA"
|
||||
/>
|
||||
@@ -59,69 +51,37 @@ export default function LandingPage() {
|
||||
description="Your premier partner for strategic consulting and innovative business solutions. We deliver results that transform your business landscape."
|
||||
testimonials={[
|
||||
{
|
||||
name: "John Doe",
|
||||
handle: "@johndoe",
|
||||
testimonial: "Exceptional expertise and unmatched professional standards.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
},
|
||||
name: "John Doe", handle: "@johndoe", testimonial: "Exceptional expertise and unmatched professional standards.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"},
|
||||
{
|
||||
name: "Jane Smith",
|
||||
handle: "@janesmith",
|
||||
testimonial: "Transformed our strategic approach and boosted growth.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
},
|
||||
name: "Jane Smith", handle: "@janesmith", testimonial: "Transformed our strategic approach and boosted growth.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg"},
|
||||
{
|
||||
name: "Marcus Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Strategic clarity when we needed it most.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg",
|
||||
},
|
||||
name: "Marcus Chen", handle: "@mchen", testimonial: "Strategic clarity when we needed it most.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-outdoors-successful-business-person_23-2148763862.jpg"},
|
||||
{
|
||||
name: "Elena Rodriguez",
|
||||
handle: "@erodriguez",
|
||||
testimonial: "Their insights are a game changer for our expansion.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
|
||||
},
|
||||
name: "Elena Rodriguez", handle: "@erodriguez", testimonial: "Their insights are a game changer for our expansion.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg"},
|
||||
{
|
||||
name: "Alex Peterson",
|
||||
handle: "@apeterson",
|
||||
testimonial: "A truly professional and results-oriented partnership.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg",
|
||||
},
|
||||
name: "Alex Peterson", handle: "@apeterson", testimonial: "A truly professional and results-oriented partnership.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-bearded-smiling-black-man-wool-suit_613910-16049.jpg"},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-business-colleagues-partners-starting-meeting-conference-room-standing-table-using-laptop-together-wide-shot-business-communication-concept_74855-11645.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
alt: "Executive Client A",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", alt: "Executive Client A"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg",
|
||||
alt: "Executive Client B",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-businessman-wearing-glasses_329181-677.jpg", alt: "Executive Client B"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
|
||||
alt: "Executive Client C",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg", alt: "Executive Client C"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg",
|
||||
alt: "Executive Client D",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg", alt: "Executive Client D"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "Executive Client E",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "Executive Client E"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -145,20 +105,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Strategic Growth",
|
||||
description: "Expert navigation for scaling enterprise operations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg",
|
||||
},
|
||||
title: "Strategic Growth", description: "Expert navigation for scaling enterprise operations.", imageSrc: "http://img.b2bpic.net/free-photo/woman-property-engineer-searching-layout-details-laptop-office_482257-130146.jpg"},
|
||||
{
|
||||
title: "Team Optimization",
|
||||
description: "Human-centric performance improvements and development.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-their-insurance-agent-using-digital-tablet-meeting_637285-11080.jpg",
|
||||
},
|
||||
title: "Team Optimization", description: "Human-centric performance improvements and development.", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-their-insurance-agent-using-digital-tablet-meeting_637285-11080.jpg"},
|
||||
{
|
||||
title: "Global Market Strategy",
|
||||
description: "Expansion and positioning expertise for global markets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-person-futuristic-business-environment_23-2150970183.jpg",
|
||||
},
|
||||
title: "Global Market Strategy", description: "Expansion and positioning expertise for global markets.", imageSrc: "http://img.b2bpic.net/free-photo/business-person-futuristic-business-environment_23-2150970183.jpg"},
|
||||
]}
|
||||
title="Core Services"
|
||||
description="Comprehensive consulting services designed for high-growth enterprises."
|
||||
@@ -173,23 +124,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "150+",
|
||||
description: "Successful projects",
|
||||
},
|
||||
id: "m1", value: "150+", description: "Successful projects"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "20+",
|
||||
description: "Global industries served",
|
||||
},
|
||||
id: "m2", value: "20+", description: "Global industries served"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "98%",
|
||||
description: "Client satisfaction rate",
|
||||
},
|
||||
id: "m3", value: "98%", description: "Client satisfaction rate"},
|
||||
]}
|
||||
title="Proven Impact"
|
||||
description="Data-driven results for every client."
|
||||
description="Trusted by industry leaders to deliver measurable growth."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -200,34 +142,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
tag: "Essential",
|
||||
price: "$10,000",
|
||||
period: "/month",
|
||||
description: "Perfect for tactical business projects.",
|
||||
button: {
|
||||
text: "Select Plan",
|
||||
},
|
||||
featuresTitle: "Included",
|
||||
features: [
|
||||
"Consultation",
|
||||
"Monthly reporting",
|
||||
],
|
||||
id: "basic", tag: "Essential", price: "$10,000", period: "/month", description: "Perfect for tactical business projects.", button: {
|
||||
text: "Select Plan"},
|
||||
featuresTitle: "Included", features: [
|
||||
"Consultation", "Monthly reporting"],
|
||||
},
|
||||
{
|
||||
id: "pro",
|
||||
tag: "Strategic",
|
||||
price: "$25,000",
|
||||
period: "/month",
|
||||
description: "Comprehensive long-term strategy for growth.",
|
||||
button: {
|
||||
text: "Select Plan",
|
||||
},
|
||||
featuresTitle: "Everything in Essential Plus:",
|
||||
features: [
|
||||
"Direct advisor access",
|
||||
"Bi-weekly strategy",
|
||||
],
|
||||
id: "pro", tag: "Strategic", price: "$25,000", period: "/month", description: "Comprehensive long-term strategy for growth.", button: {
|
||||
text: "Select Plan"},
|
||||
featuresTitle: "Everything in Essential Plus:", features: [
|
||||
"Direct advisor access", "Bi-weekly strategy"],
|
||||
},
|
||||
]}
|
||||
title="Engage With Us"
|
||||
@@ -243,23 +167,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Miller",
|
||||
role: "Senior Consultant",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Miller", role: "Senior Consultant", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "David Grant",
|
||||
role: "Market Strategist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg",
|
||||
},
|
||||
id: "t2", name: "David Grant", role: "Market Strategist", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-looking-camera_23-2148112827.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Chen",
|
||||
role: "Growth Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Chen", role: "Growth Director", imageSrc: "http://img.b2bpic.net/free-photo/confident-african-american-businessman-black-classic-jacket-isolated-dark-background_613910-17885.jpg"},
|
||||
]}
|
||||
title="Meet Our Experts"
|
||||
description="Professional leadership guiding our strategic vision."
|
||||
@@ -271,30 +183,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Client A",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
|
||||
},
|
||||
id: "1", name: "Client A", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Client B",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg",
|
||||
},
|
||||
id: "2", name: "Client B", imageSrc: "http://img.b2bpic.net/free-photo/blond-business-woman-blue-shirt_23-2148095792.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Client C",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-man-cheerful-walking-concept_53876-42819.jpg",
|
||||
},
|
||||
id: "3", name: "Client C", imageSrc: "http://img.b2bpic.net/free-photo/business-man-cheerful-walking-concept_53876-42819.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Client D",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg",
|
||||
},
|
||||
id: "4", name: "Client D", imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Client E",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg",
|
||||
},
|
||||
id: "5", name: "Client E", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg"},
|
||||
]}
|
||||
cardTitle="Client Voices"
|
||||
cardTag="Testimonials"
|
||||
@@ -306,8 +203,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
tag="Contact"
|
||||
title="Start Your Unlimited Experience"
|
||||
description="Ready to transform your business? Reach out for a discovery session."
|
||||
@@ -320,25 +216,17 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Legal",
|
||||
href: "#",
|
||||
},
|
||||
label: "Legal", href: "#"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -348,4 +236,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -12,13 +12,13 @@
|
||||
|
||||
--background: #020617;
|
||||
--card: #0f172a;
|
||||
--foreground: #e2e8f0;
|
||||
--primary-cta: #c4d8f9;
|
||||
--foreground: #f8fafc;
|
||||
--primary-cta: #3b82f6;
|
||||
--primary-cta-text: #020617;
|
||||
--secondary-cta: #041633;
|
||||
--secondary-cta: #1e40af;
|
||||
--secondary-cta-text: #e2e8f0;
|
||||
--accent: #2d30f3;
|
||||
--background-accent: #1d4ed8;
|
||||
--accent: #60a5fa;
|
||||
--background-accent: #1e293b;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user