Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
220
src/app/page.tsx
220
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
},
|
||||
name: "Services", id: "services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Address Gateway"
|
||||
/>
|
||||
@@ -55,60 +47,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Trusted Gateway to Professional Business Services"
|
||||
description="Streamlining your operations with expert business support. From compliance to administrative excellence, we are the gateway to your growth."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12355.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/top-view-assortment-with-different-feelings_23-2148860332.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/modern-urban-buildings-view_23-2149092116.jpg",
|
||||
alt: "Client",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/woman-standing-with-arms-crossed-kitchen_107420-12355.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-businessman-with-folded-arms-looking-camera_23-2147955314.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/top-view-assortment-with-different-feelings_23-2148860332.jpg", alt: "Client" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/modern-urban-buildings-view_23-2149092116.jpg", alt: "Client" },
|
||||
]}
|
||||
avatarText="Trusted by 500+ successful businesses"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Corporate Compliance",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Strategic Consulting",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Registration",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Virtual Infrastructure",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Operational Excellence",
|
||||
},
|
||||
{ type: "text", text: "Corporate Compliance" },
|
||||
{ type: "text", text: "Strategic Consulting" },
|
||||
{ type: "text", text: "Global Registration" },
|
||||
{ type: "text", text: "Virtual Infrastructure" },
|
||||
{ type: "text", text: "Operational Excellence" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,21 +77,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Driving Results Through Excellence"
|
||||
metrics={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
label: "Years Experience",
|
||||
value: "15+",
|
||||
},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Satisfied Clients",
|
||||
value: "800+",
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
label: "Processes Optimized",
|
||||
value: "2000+",
|
||||
},
|
||||
{ icon: CheckCircle, label: "Years Experience", value: "15+" },
|
||||
{ icon: Users, label: "Satisfied Clients", value: "800+" },
|
||||
{ icon: Zap, label: "Processes Optimized", value: "2000+" },
|
||||
]}
|
||||
metricsAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -144,27 +91,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Corporate Registration",
|
||||
subtitle: "Simplified setup",
|
||||
category: "Compliance",
|
||||
value: "Fast",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Virtual Office Suites",
|
||||
subtitle: "Professional presence",
|
||||
category: "Infrastructure",
|
||||
value: "Instant",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Strategic Consulting",
|
||||
subtitle: "Expert guidance",
|
||||
category: "Strategy",
|
||||
value: "Impact",
|
||||
},
|
||||
{ id: "f1", title: "Corporate Registration", subtitle: "Simplified setup", category: "Compliance", value: "Fast" },
|
||||
{ id: "f2", title: "Virtual Office Suites", subtitle: "Professional presence", category: "Infrastructure", value: "Instant" },
|
||||
{ id: "f3", title: "Strategic Consulting", subtitle: "Expert guidance", category: "Strategy", value: "Impact" },
|
||||
]}
|
||||
title="Comprehensive Business Gateway"
|
||||
description="Tailored service suites designed to empower your organizational potential."
|
||||
@@ -178,21 +107,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "99.9%",
|
||||
description: "Operational Uptime",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "24/7",
|
||||
description: "Support Availability",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100+",
|
||||
description: "Global Jurisdictions",
|
||||
},
|
||||
{ id: "m1", value: "99.9%", description: "Operational Uptime" },
|
||||
{ id: "m2", value: "24/7", description: "Support Availability" },
|
||||
{ id: "m3", value: "100+", description: "Global Jurisdictions" },
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Quantifiable milestones reflecting our commitment to your business efficiency."
|
||||
@@ -203,42 +120,18 @@ export default function LandingPage() {
|
||||
<TestimonialCardSix
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
animationType="blur-reveal"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sjohnson",
|
||||
testimonial: "An incredible team. They turned our administrative hurdles into streamlined workflows overnight.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", handle: "@sjohnson", testimonial: "An incredible team. They turned our administrative hurdles into streamlined workflows overnight.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
handle: "@mchen",
|
||||
testimonial: "Address Gateway provides the structure we needed to scale without compromise. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", handle: "@mchen", testimonial: "Address Gateway provides the structure we needed to scale without compromise. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-walking-outside-modern-office-building_1139-1079.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
handle: "@erod",
|
||||
testimonial: "Exceptional customer service and unmatched professionalism. My business is in safe hands.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", handle: "@erod", testimonial: "Exceptional customer service and unmatched professionalism. My business is in safe hands.", imageSrc: "http://img.b2bpic.net/free-photo/happy-executive-looking-information_1098-2091.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
handle: "@dkim",
|
||||
testimonial: "The virtual office solutions saved us thousands in overhead costs. A game changer.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-posing-with-digital-tablet_329181-10340.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", handle: "@dkim", testimonial: "The virtual office solutions saved us thousands in overhead costs. A game changer.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-woman-posing-with-digital-tablet_329181-10340.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Laura Smith",
|
||||
handle: "@lsmith",
|
||||
testimonial: "Professional, efficient, and proactive. The absolute gold standard in services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nobody-architectural-office-with-building-model-maquette-design-property-real-estate-empty-space-plan-construction-layout-structure-with-blueprints-urban-sketch_482257-38861.jpg",
|
||||
},
|
||||
id: "5", name: "Laura Smith", handle: "@lsmith", testimonial: "Professional, efficient, and proactive. The absolute gold standard in services.", imageSrc: "http://img.b2bpic.net/free-photo/nobody-architectural-office-with-building-model-maquette-design-property-real-estate-empty-space-plan-construction-layout-structure-with-blueprints-urban-sketch_482257-38861.jpg"},
|
||||
]}
|
||||
title="Proven by Our Partners"
|
||||
description="Hear directly from industry leaders who trust us to manage their business gateway."
|
||||
@@ -250,21 +143,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How fast is corporate registration?",
|
||||
content: "Our streamlined process ensures registration in as little as 48 hours.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer international services?",
|
||||
content: "Yes, we facilitate operations in over 100+ global jurisdictions.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I upgrade my virtual office?",
|
||||
content: "Certainly, our plans are flexible and designed to grow as your business grows.",
|
||||
},
|
||||
{ id: "q1", title: "How fast is corporate registration?", content: "Our streamlined process ensures registration in as little as 48 hours." },
|
||||
{ id: "q2", title: "Do you offer international services?", content: "Yes, we facilitate operations in over 100+ global jurisdictions." },
|
||||
{ id: "q3", title: "Can I upgrade my virtual office?", content: "Certainly, our plans are flexible and designed to grow as your business grows." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Your quick gateway to understanding how we support your business journey."
|
||||
@@ -276,8 +157,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Let's Connect"
|
||||
title="Begin Your Journey Today"
|
||||
description="Ready to streamline your operations? Fill in your details below and our concierge team will reach out."
|
||||
@@ -292,38 +172,20 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Help Center",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Contact", href: "#contact" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user