Merge version_1 into main #1
175
src/app/page.tsx
175
src/app/page.tsx
@@ -16,7 +16,7 @@ export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="text-stagger"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="rounded"
|
||||
contentWidth="small"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Industries",
|
||||
id: "#industries",
|
||||
},
|
||||
name: "Industries", id: "#industries"},
|
||||
{
|
||||
name: "Metrics",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Metrics", id: "#metrics"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="AdEdge"
|
||||
/>
|
||||
@@ -54,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Gateway to Asian Markets"
|
||||
description="AdEdge Limited specializes in product sourcing and order management across Asia and India. We handle procurement, logistics, and worldwide delivery for all product categories."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Request a Quote", href: "#contact"},
|
||||
{
|
||||
text: "Explore Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Services", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/global-connectivity-airplane-flying-world-map-with-lines_23-2152005447.jpg"
|
||||
imageAlt="global shipping logistics"
|
||||
@@ -81,17 +68,11 @@ export default function LandingPage() {
|
||||
description="From sourcing to delivery, we handle every aspect of international trade so you can focus on growing your business. AdEdge is your trusted bridge to Asian manufacturing powerhouses."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Bulk Negotiation",
|
||||
description: "Leverage our network to secure the best prices on high-volume orders.",
|
||||
},
|
||||
title: "Bulk Negotiation", description: "Leverage our network to secure the best prices on high-volume orders."},
|
||||
{
|
||||
title: "Product Sourcing",
|
||||
description: "Access thousands of verified manufacturers across Asia.",
|
||||
},
|
||||
title: "Product Sourcing", description: "Access thousands of verified manufacturers across Asia."},
|
||||
{
|
||||
title: "Global Logistics",
|
||||
description: "End-to-end shipping solutions with customs clearance and worldwide delivery.",
|
||||
},
|
||||
title: "Global Logistics", description: "End-to-end shipping solutions with customs clearance and worldwide delivery."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/creative-agency-business-brain-storm-meeting-presentation-team-discussing-roadmap-product-launch-presentation-planning-strategy-new-business-development_609648-2236.jpg"
|
||||
imageAlt="asian international trade office"
|
||||
@@ -106,39 +87,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Bulk Negotiation",
|
||||
subtitle: "Volume advantage",
|
||||
category: "Operational",
|
||||
value: "Cost-effective procurement",
|
||||
buttons: [
|
||||
id: "f1", title: "Bulk Negotiation", subtitle: "Volume advantage", category: "Operational", value: "Cost-effective procurement", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Sourcing Excellence",
|
||||
subtitle: "Verified network",
|
||||
category: "Procurement",
|
||||
value: "Quality assured sourcing",
|
||||
buttons: [
|
||||
id: "f2", title: "Sourcing Excellence", subtitle: "Verified network", category: "Procurement", value: "Quality assured sourcing", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Global Logistics",
|
||||
subtitle: "World reach",
|
||||
category: "Supply Chain",
|
||||
value: "Customs to door delivery",
|
||||
buttons: [
|
||||
id: "f3", title: "Global Logistics", subtitle: "World reach", category: "Supply Chain", value: "Customs to door delivery", buttons: [
|
||||
{
|
||||
text: "Learn More",
|
||||
},
|
||||
text: "Learn More"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -155,47 +118,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Laboratory Cosmetics",
|
||||
price: "Custom Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg",
|
||||
imageAlt: "skincare product packaging",
|
||||
},
|
||||
id: "p1", name: "Laboratory Cosmetics", price: "Custom Pricing", imageSrc: "http://img.b2bpic.net/free-photo/skin-regeneration-product-still-life_23-2151232242.jpg", imageAlt: "skincare product packaging"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Custom Tiles & Ceramics",
|
||||
price: "Volume Rates",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-opaque-glass-background_23-2148383577.jpg",
|
||||
imageAlt: "custom ceramic tiles texture",
|
||||
},
|
||||
id: "p2", name: "Custom Tiles & Ceramics", price: "Volume Rates", imageSrc: "http://img.b2bpic.net/free-photo/close-up-opaque-glass-background_23-2148383577.jpg", imageAlt: "custom ceramic tiles texture"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Lab Equipment",
|
||||
price: "B2B Quote",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-green-liquid-assortment_23-2149481744.jpg",
|
||||
imageAlt: "scientific laboratory equipment",
|
||||
},
|
||||
id: "p3", name: "Lab Equipment", price: "B2B Quote", imageSrc: "http://img.b2bpic.net/free-photo/laboratory-glassware-with-green-liquid-assortment_23-2149481744.jpg", imageAlt: "scientific laboratory equipment"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Electronic Parts",
|
||||
price: "Standard Pricing",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067189.jpg",
|
||||
imageAlt: "electronics manufacturing components",
|
||||
},
|
||||
id: "p4", name: "Electronic Parts", price: "Standard Pricing", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-her-workshop-creative-invention_23-2149067189.jpg", imageAlt: "electronics manufacturing components"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Sustainable Textiles",
|
||||
price: "Negotiable",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sewing-indoors_23-2149007435.jpg",
|
||||
imageAlt: "textile manufacturing samples",
|
||||
},
|
||||
id: "p5", name: "Sustainable Textiles", price: "Negotiable", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-sewing-indoors_23-2149007435.jpg", imageAlt: "textile manufacturing samples"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Building Materials",
|
||||
price: "Inquiry Basis",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2532.jpg",
|
||||
imageAlt: "construction materials wholesale",
|
||||
},
|
||||
id: "p6", name: "Building Materials", price: "Inquiry Basis", imageSrc: "http://img.b2bpic.net/free-photo/many-metal-kegs-beer_1398-2532.jpg", imageAlt: "construction materials wholesale"},
|
||||
]}
|
||||
title="Any Product. Any Industry."
|
||||
description="From laboratory products to custom manufacturing, we source across all industries."
|
||||
@@ -209,29 +142,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "225%",
|
||||
title: "Growth",
|
||||
description: "Year-over-year expansion",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrow-drawn-with-chalk_23-2148456082.jpg",
|
||||
imageAlt: "exponential growth chart",
|
||||
},
|
||||
id: "m1", value: "225%", title: "Growth", description: "Year-over-year expansion", imageSrc: "http://img.b2bpic.net/free-photo/arrow-drawn-with-chalk_23-2148456082.jpg", imageAlt: "exponential growth chart"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Team",
|
||||
description: "Expert specialists",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg",
|
||||
imageAlt: "diverse business team",
|
||||
},
|
||||
id: "m2", value: "50+", title: "Team", description: "Expert specialists", imageSrc: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-while-working-office_637285-9843.jpg", imageAlt: "diverse business team"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "40+",
|
||||
title: "Countries",
|
||||
description: "Delivering worldwide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294552.jpg",
|
||||
imageAlt: "global world map network",
|
||||
},
|
||||
id: "m3", value: "40+", title: "Countries", description: "Delivering worldwide", imageSrc: "http://img.b2bpic.net/free-photo/variety-people-multitasking-3d-cartoon-scene_23-2151294552.jpg", imageAlt: "global world map network"},
|
||||
]}
|
||||
title="Exponential Growth"
|
||||
description="Demonstrating our ability to scale and deliver exceptional results."
|
||||
@@ -243,14 +158,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"China",
|
||||
"Japan",
|
||||
"South Korea",
|
||||
"Vietnam",
|
||||
"Thailand",
|
||||
"Indonesia",
|
||||
"Germany",
|
||||
]}
|
||||
"China", "Japan", "South Korea", "Vietnam", "Thailand", "Indonesia", "Germany"]}
|
||||
title="Global Trade Network"
|
||||
description="Connecting businesses across Asia, Europe, Americas, and Middle East."
|
||||
/>
|
||||
@@ -261,11 +169,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"ISO 9001:2015 Certified",
|
||||
"Hong Kong Trade Council Member",
|
||||
"AEO Customs Compliant",
|
||||
"HK76678435 Registered",
|
||||
]}
|
||||
"ISO 9001:2015 Certified", "Hong Kong Trade Council Member", "AEO Customs Compliant", "HK76678435 Registered"]}
|
||||
title="Certifications & Standards"
|
||||
description="Compliance and excellence at every level."
|
||||
/>
|
||||
@@ -275,8 +179,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
tag="Contact Us"
|
||||
title="Let's Start Working Together"
|
||||
description="For any information or quote request, please send us an email. Our team will get back to you within 24 hours."
|
||||
@@ -290,29 +193,19 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user