Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-05-25 10:13:22 +00:00

View File

@@ -31,24 +31,13 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Story",
id: "about",
},
{
name: "Products",
id: "products",
},
{
name: "Contact",
id: "contact",
},
{ name: "Home", id: "hero" },
{ name: "Story", id: "about" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="ASTHAM"
button={{ text: "Get Started", href: "#contact" }}
/>
</div>
@@ -57,64 +46,19 @@ export default function LandingPage() {
title="Precision Aluminium Manufacturing Since 1992"
description="Transforming raw aluminium into architectural excellence. Trusted quality for over three decades."
testimonials={[
{
name: "John Doe",
handle: "@ast-client",
testimonial: "Astham's quality control is unmatched in the industry.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg",
},
{
name: "Sarah Miller",
handle: "@sarah_m",
testimonial: "30 years of history shows in every single product.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg",
},
{
name: "Robert Chen",
handle: "@r_chen",
testimonial: "The precision engineering is what keeps us coming back.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg",
},
{
name: "Lisa Wong",
handle: "@lisa_build",
testimonial: "Top-tier manufacturer that prioritizes integrity.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg",
},
{
name: "David Smith",
handle: "@david_sm",
testimonial: "Consistent delivery and exceptional support.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg",
},
{ name: "John Doe", handle: "@ast-client", testimonial: "Astham's quality control is unmatched in the industry.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-successful-businessman-posing-outside_74855-2003.jpg" },
{ name: "Sarah Miller", handle: "@sarah_m", testimonial: "30 years of history shows in every single product.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-smiling_23-2147985511.jpg" },
{ name: "Robert Chen", handle: "@r_chen", testimonial: "The precision engineering is what keeps us coming back.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-shaved-head-male-dressed-grey-suit-dark-grey-background_613910-11352.jpg" },
{ name: "Lisa Wong", handle: "@lisa_build", testimonial: "Top-tier manufacturer that prioritizes integrity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-business-woman_23-2148356286.jpg" },
{ name: "David Smith", handle: "@david_sm", testimonial: "Consistent delivery and exceptional support.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-excited-young-woman-showing-thumbs-up-having-fun_1262-14331.jpg" },
]}
imageSrc="http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg",
alt: "Client 1",
},
{
src: "http://img.b2bpic.net/free-photo/attractive-positive-young-girl-knitted-sweater-agree-with-suggestion-approving-plan-showing-thumbs-up-recommending-awesome-film-smiling-cheering-supporting-friend-effort-encouraging_1258-307672.jpg",
alt: "Client 2",
},
{
src: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg",
alt: "Client 3",
},
{
src: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture_1258-254022.jpg",
alt: "Client 4",
},
{
src: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229592.jpg",
alt: "Client 5",
},
{ src: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229510.jpg", alt: "Client 1" },
{ src: "http://img.b2bpic.net/free-photo/attractive-positive-young-girl-knitted-sweater-agree-with-suggestion-approving-plan-showing-thumbs-up-recommending-awesome-film-smiling-cheering-supporting-friend-effort-encouraging_1258-307672.jpg", alt: "Client 2" },
{ src: "http://img.b2bpic.net/free-photo/very-good-smiling-brunette-woman-shows-ok-okay-hand-sign-looking-satisfied-recommend-great-deal-pleased-with-quality-standing-white-background_176420-46695.jpg", alt: "Client 3" },
{ src: "http://img.b2bpic.net/free-photo/closeup-charming-delighted-cute-female-customer-give-positive-feedback-show-thumbsup-like-gesture_1258-254022.jpg", alt: "Client 4" },
{ src: "http://img.b2bpic.net/free-photo/supportive-cute-blond-girlfriend-cheering-liking-interesting-concept-cool-idea-thumbsup-smiling_1258-229592.jpg", alt: "Client 5" },
]}
/>
</div>
@@ -125,16 +69,10 @@ export default function LandingPage() {
title="Our Legacy of Craftsmanship"
description="What began in 1992 has evolved into a powerhouse of aluminium manufacturing. We blend decades of experience with modern fabrication technology."
metrics={[
{
value: "32+",
title: "Years Experience",
},
{
value: "15K+",
title: "Projects Completed",
},
{ value: "32+", title: "Years Experience" },
{ value: "15K+", title: "Projects Completed" },
]}
imageSrc="http://img.b2bpic.net/free-photo/corporate-manager-talking-group-manual-workers-while-having-staff-meeting-factory_637285-4131.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/corporate-manager-talking-group-manual-workers-while-having-staff-meeting-factory_637285-4131.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -145,33 +83,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{
id: "f1",
title: "Precision Engineering",
descriptions: [
"State-of-the-art CNC machining for perfect tolerances.",
],
imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-server-room-delivering-automation-capabilities_482257-124316.jpg",
imageAlt: "AI powered server room delivering automation capabilities",
},
{
id: "f2",
title: "Durability Focused",
descriptions: [
"Advanced powder coating for extreme climate resistance.",
],
imageSrc: "http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg?_wi=2",
imageAlt: "AI powered server room delivering automation capabilities",
},
{
id: "f3",
title: "Rapid Fulfillment",
descriptions: [
"Optimized production lines to meet strict deadlines.",
],
imageSrc: "http://img.b2bpic.net/free-photo/corporate-manager-talking-group-manual-workers-while-having-staff-meeting-factory_637285-4131.jpg?_wi=2",
imageAlt: "AI powered server room delivering automation capabilities",
},
{ id: "f1", title: "Precision Engineering", descriptions: ["State-of-the-art CNC machining for perfect tolerances."], imageSrc: "http://img.b2bpic.net/free-photo/ai-powered-server-room-delivering-automation-capabilities_482257-124316.jpg", imageAlt: "Precision" },
{ id: "f2", title: "Durability Focused", descriptions: ["Advanced powder coating for extreme climate resistance."], imageSrc: "http://img.b2bpic.net/free-photo/factory-workshop-interior-machines-glass-industry-background-process-production_645730-545.jpg", imageAlt: "Durability" },
{ id: "f3", title: "Rapid Fulfillment", descriptions: ["Optimized production lines to meet strict deadlines."], imageSrc: "http://img.b2bpic.net/free-photo/corporate-manager-talking-group-manual-workers-while-having-staff-meeting-factory_637285-4131.jpg", imageAlt: "Speed" },
]}
title="Why Choose Astham"
description="Industry-leading manufacturing capabilities."
@@ -185,60 +99,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
brand: "Astham",
name: "Standard Series Profile",
price: "Contact for Pricing",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283266.jpg",
},
{
id: "p2",
brand: "Astham",
name: "Heavy Duty Extrusion",
price: "Contact for Pricing",
rating: 5,
reviewCount: "89",
imageSrc: "http://img.b2bpic.net/free-photo/background-with-geometric-grid-texture_23-2150275523.jpg",
},
{
id: "p3",
brand: "Astham",
name: "Custom Industrial Frame",
price: "Contact for Pricing",
rating: 5,
reviewCount: "45",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-black-trousers-looking-distance-through-window-hall-waiting-daytime-building-job-activity_140725-15215.jpg",
},
{
id: "p4",
brand: "Astham",
name: "Window System Alpha",
price: "Contact for Pricing",
rating: 5,
reviewCount: "62",
imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162861.jpg",
},
{
id: "p5",
brand: "Astham",
name: "Commercial Cladding",
price: "Contact for Pricing",
rating: 5,
reviewCount: "38",
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-facade_158595-5102.jpg",
},
{
id: "p6",
brand: "Astham",
name: "Precision Tube Set",
price: "Contact for Pricing",
rating: 5,
reviewCount: "21",
imageSrc: "http://img.b2bpic.net/free-photo/modern-construction-office-building_1127-2194.jpg",
},
{ id: "p1", brand: "Astham", name: "Standard Series Profile", price: "Contact for Pricing", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283266.jpg" },
{ id: "p2", brand: "Astham", name: "Heavy Duty Extrusion", price: "Contact for Pricing", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/background-with-geometric-grid-texture_23-2150275523.jpg" },
{ id: "p3", brand: "Astham", name: "Custom Industrial Frame", price: "Contact for Pricing", rating: 5, reviewCount: "45", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-beautiful-lady-white-shirt-black-trousers-looking-distance-through-window-hall-waiting-daytime-building-job-activity_140725-15215.jpg" },
{ id: "p4", brand: "Astham", name: "Window System Alpha", price: "Contact for Pricing", rating: 5, reviewCount: "62", imageSrc: "http://img.b2bpic.net/free-photo/brutalist-inspiration-architecture-background_23-2149162861.jpg" },
{ id: "p5", brand: "Astham", name: "Commercial Cladding", price: "Contact for Pricing", rating: 5, reviewCount: "38", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-building-facade_158595-5102.jpg" },
{ id: "p6", brand: "Astham", name: "Precision Tube Set", price: "Contact for Pricing", rating: 5, reviewCount: "21", imageSrc: "http://img.b2bpic.net/free-photo/modern-construction-office-building_1127-2194.jpg" },
]}
title="Our Aluminium Catalog"
description="High-grade profiles and custom fabrications."
@@ -251,36 +117,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "99.9%",
title: "Success Rate",
items: [
"Certified Processes",
"Quality Check",
"ISO Standards",
],
},
{
id: "m2",
value: "15K+",
title: "Clients Served",
items: [
"Global Partners",
"Architects",
"Construction Firms",
],
},
{
id: "m3",
value: "24h",
title: "Response Time",
items: [
"Support Desk",
"Technical Advice",
"Account Managers",
],
},
{ id: "m1", value: "99.9%", title: "Success Rate", items: ["Certified", "QC", "ISO"] },
{ id: "m2", value: "15K+", title: "Clients", items: ["Global", "Local"] },
{ id: "m3", value: "24h", title: "Response", items: ["Support", "Fast"] },
]}
title="Global Manufacturing Reach"
description="Driving industrial growth through reliable supply chains."
@@ -293,50 +132,15 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
handle: "@sarah_arch",
testimonial: "Astham provides the most reliable aluminium profiles in the region.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg",
},
{
id: "t2",
name: "David Miller",
handle: "@miller_const",
testimonial: "30 years of history shows in every single product they deliver.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg",
},
{
id: "t3",
name: "Emily Chen",
handle: "@chen_design",
testimonial: "Exceptional customer support and consistent delivery times.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg",
},
{
id: "t4",
name: "Robert Smith",
handle: "@robert_build",
testimonial: "The precision engineering is what keeps us coming back.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg",
},
{
id: "t5",
name: "Lisa Wong",
handle: "@wong_estates",
testimonial: "Top-tier manufacturer that prioritizes architectural integrity.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124272.jpg",
},
{ id: "t1", name: "Sarah J", handle: "@s", testimonial: "Great service.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-young-businessman-with-his-arms-crossed-looking-camera_23-2148176207.jpg" },
{ id: "t2", name: "David M", handle: "@d", testimonial: "Very reliable.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-cheerful-africanamerican-girl-showing-thumbsup-support-like-agree-with-y_1258-138554.jpg" },
{ id: "t3", name: "Emily C", handle: "@e", testimonial: "Fast delivery.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-female-office-workers-thumbing-up-smiling-two-cheerful-professional-businesswomen-standing-together-posing-meeting-room-teamwork-business-success-cooperation-concept_74855-7378.jpg" },
{ id: "t4", name: "Robert S", handle: "@r", testimonial: "Precision engineering.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/satisfied-happy-female-customer-making-like-gesture_74855-3668.jpg" },
{ id: "t5", name: "Lisa W", handle: "@l", testimonial: "Architectural integrity.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/building-construction-worker-site-with-architect_23-2149124272.jpg" },
]}
showRating={true}
title="Industry Testimonials"
description="Voices of trust from partners and contractors."
description="Voices of trust from partners."
/>
</div>
@@ -345,24 +149,12 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{
id: "q1",
title: "Can I order custom specifications?",
content: "Yes, we handle bespoke extrusion and manufacturing requirements.",
},
{
id: "q2",
title: "What is the lead time for orders?",
content: "Standard profiles are ready within 5-10 business days.",
},
{
id: "q3",
title: "Do you offer international shipping?",
content: "Yes, we ship across various regions with certified logistics partners.",
},
{ id: "q1", title: "Can I order custom?", content: "Yes, we handle bespoke extrusion." },
{ id: "q2", title: "Lead times?", content: "5-10 days." },
{ id: "q3", title: "International shipping?", content: "Yes, worldwide." },
]}
title="Frequently Asked Questions"
description="Get answers about our manufacturing and ordering processes."
description="Get answers here."
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/metallic-ovens-inside-big-factory_114579-2819.jpg"
/>
@@ -372,26 +164,12 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={true}
title="Get in touch with ASTHAM"
description="Ready to discuss your next big project?"
description="Ready to discuss your project?"
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
},
{ name: "name", type: "text", placeholder: "Your Name", required: true },
{ name: "email", type: "email", placeholder: "Email Address", required: true },
]}
textarea={{
name: "message",
placeholder: "Describe your project requirements...",
required: true,
}}
textarea={{ name: "message", placeholder: "Describe your project...", required: true }}
imageSrc="http://img.b2bpic.net/free-photo/successful-engineer-teamwork-casual-positive-converation-working-together-warehouse-factorymale-worker-with-safety-helmet-checking-quantity-quality-product-boxes-storage-shelf-warehouse_609648-723.jpg"
/>
</div>
@@ -400,36 +178,12 @@ export default function LandingPage() {
<FooterBaseReveal
logoText="ASTHAM"
columns={[
{
title: "Company",
items: [
{
label: "About",
href: "#about",
},
{
label: "Products",
href: "#products",
},
],
},
{
title: "Resources",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "FAQ",
href: "#faq",
},
],
},
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Products", href: "#products" }] },
{ title: "Resources", items: [{ label: "Contact", href: "#contact" }, { label: "FAQ", href: "#faq" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}