Merge version_1 into main #2
268
src/app/page.tsx
268
src/app/page.tsx
@@ -32,64 +32,32 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="British Polythene Industries"
|
||||
button={{ text: "Get Quote", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Precision Polythene for a Changing World"
|
||||
description="Founding excellence since 1924. Delivering industrial-grade solutions with City of London precision and British manufacturing standards."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Solutions",
|
||||
href: "#products",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Explore Solutions", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg?_wi=1",
|
||||
imageAlt: "Polythene industrial facility",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg?_wi=2",
|
||||
imageAlt: "Polythene industrial facility",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg?_wi=3",
|
||||
imageAlt: "Polythene industrial facility",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg?_wi=4",
|
||||
imageAlt: "Polythene industrial facility",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg?_wi=5",
|
||||
imageAlt: "Polythene industrial facility",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg?_wi=6",
|
||||
imageAlt: "Polythene industrial facility",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg", imageAlt: "industrial geometric background navy gold" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg", imageAlt: "industrial geometric background navy gold" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg", imageAlt: "industrial geometric background navy gold" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg", imageAlt: "industrial geometric background navy gold" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg", imageAlt: "industrial geometric background navy gold" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/background-design-with-diagonal-dark-blue-line-pattern-ai-generated-image_511042-658.jpg", imageAlt: "industrial geometric background navy gold" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -99,21 +67,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="A Legacy of British Engineering"
|
||||
metrics={[
|
||||
{
|
||||
icon: Building,
|
||||
label: "Founded",
|
||||
value: "1924",
|
||||
},
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Address",
|
||||
value: "One London Wall",
|
||||
},
|
||||
{
|
||||
icon: Building2,
|
||||
label: "Manufacturing",
|
||||
value: "British Based",
|
||||
},
|
||||
{ icon: Building, label: "Founded", value: "1924" },
|
||||
{ icon: MapPin, label: "Address", value: "One London Wall" },
|
||||
{ icon: Building2, label: "Manufacturing", value: "British Based" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -126,34 +82,10 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100+",
|
||||
title: "Years",
|
||||
description: "Century of excellence",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "3M+",
|
||||
title: "Tonnes",
|
||||
description: "Annual throughput",
|
||||
icon: Scale,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "40+",
|
||||
title: "Markets",
|
||||
description: "Global footprint",
|
||||
icon: Globe,
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "98%",
|
||||
title: "Satisfaction",
|
||||
description: "Client success rate",
|
||||
icon: Smile,
|
||||
},
|
||||
{ id: "m1", value: "100+", title: "Years", description: "Century of excellence", icon: Award },
|
||||
{ id: "m2", value: "3M+", title: "Tonnes", description: "Annual throughput", icon: Scale },
|
||||
{ id: "m3", value: "40+", title: "Markets", description: "Global footprint", icon: Globe },
|
||||
{ id: "m4", value: "98%", title: "Satisfaction", description: "Client success rate", icon: Smile }
|
||||
]}
|
||||
title="Performance at Scale"
|
||||
description="Trusted by industries globally for our unwavering commitment to quality and scale."
|
||||
@@ -167,42 +99,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Agricultural Films",
|
||||
price: "High Performance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974230.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Industrial Packaging",
|
||||
price: "Heavy Duty",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894546.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Construction Membranes",
|
||||
price: "Certified",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894524.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Geomembranes",
|
||||
price: "Environmental",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894536.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Food Films",
|
||||
price: "Hygienic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-plastic-bags_23-2148309903.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Bespoke Solutions",
|
||||
price: "Customized",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg",
|
||||
},
|
||||
{ id: "p1", name: "Agricultural Films", price: "High Performance", imageSrc: "http://img.b2bpic.net/free-photo/top-view-glasses-abstract-table_23-2149974230.jpg" },
|
||||
{ id: "p2", name: "Industrial Packaging", price: "Heavy Duty", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894546.jpg" },
|
||||
{ id: "p3", name: "Construction Membranes", price: "Certified", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894524.jpg" },
|
||||
{ id: "p4", name: "Geomembranes", price: "Environmental", imageSrc: "http://img.b2bpic.net/free-photo/close-up-perforated-fabric_23-2149894536.jpg" },
|
||||
{ id: "p5", name: "Food Films", price: "Hygienic", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-plastic-bags_23-2148309903.jpg" },
|
||||
{ id: "p6", name: "Bespoke Solutions", price: "Customized", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-crafting-objects-arrangement_23-2148742304.jpg" }
|
||||
]}
|
||||
title="Our Industrial Solutions"
|
||||
description="Comprehensive range of high-performance polythene products engineered for demanding environments."
|
||||
@@ -215,34 +117,10 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "30% Recycled Content",
|
||||
subtitle: "Minimizing carbon footprint",
|
||||
category: "Sustainability",
|
||||
value: "2025 Goal",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Net Zero 2040",
|
||||
subtitle: "Carbon neutral manufacturing",
|
||||
category: "Climate",
|
||||
value: "Target",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Take-Back Scheme",
|
||||
subtitle: "Circular loop initiatives",
|
||||
category: "Operations",
|
||||
value: "Active",
|
||||
},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Renewable Power",
|
||||
subtitle: "100% green energy sourcing",
|
||||
category: "Energy",
|
||||
value: "Enabled",
|
||||
},
|
||||
{ id: "f1", title: "30% Recycled Content", subtitle: "Minimizing carbon footprint", category: "Sustainability", value: "2025 Goal" },
|
||||
{ id: "f2", title: "Net Zero 2040", subtitle: "Carbon neutral manufacturing", category: "Climate", value: "Target" },
|
||||
{ id: "f3", title: "Take-Back Scheme", subtitle: "Circular loop initiatives", category: "Operations", value: "Active" },
|
||||
{ id: "f4", title: "Renewable Power", subtitle: "100% green energy sourcing", category: "Energy", value: "Enabled" }
|
||||
]}
|
||||
title="Sustainability Commitment"
|
||||
description="Pioneering the transition to a circular polythene economy."
|
||||
@@ -255,41 +133,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "John Doe",
|
||||
handle: "CEO, AgriCorp",
|
||||
testimonial: "The precision and quality provided by British Polythene Industries is unmatched in the market.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Jane Smith",
|
||||
handle: "Director, BuildCo",
|
||||
testimonial: "Reliable, robust, and committed to sustainability. A true partner for our construction projects.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Alan Rick",
|
||||
handle: "Ops Lead, FoodSafe",
|
||||
testimonial: "Their bespoke film solutions have transformed our packaging efficiency.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Elena V.",
|
||||
handle: "Manager, GlobalPkg",
|
||||
testimonial: "Exceptional customer service and technical expertise throughout every engagement.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mark Evans",
|
||||
handle: "Engineer, InfraGroup",
|
||||
testimonial: "Industry standard setters. Their geomembranes are the benchmark for our work.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg?_wi=3",
|
||||
},
|
||||
{ id: "t1", name: "John Doe", handle: "CEO, AgriCorp", testimonial: "The precision and quality provided by British Polythene Industries is unmatched in the market.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg" },
|
||||
{ id: "t2", name: "Jane Smith", handle: "Director, BuildCo", testimonial: "Reliable, robust, and committed to sustainability. A true partner for our construction projects.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg" },
|
||||
{ id: "t3", name: "Alan Rick", handle: "Ops Lead, FoodSafe", testimonial: "Their bespoke film solutions have transformed our packaging efficiency.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg" },
|
||||
{ id: "t4", name: "Elena V.", handle: "Manager, GlobalPkg", testimonial: "Exceptional customer service and technical expertise throughout every engagement.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1349.jpg" },
|
||||
{ id: "t5", name: "Mark Evans", handle: "Engineer, InfraGroup", testimonial: "Industry standard setters. Their geomembranes are the benchmark for our work.", imageSrc: "http://img.b2bpic.net/free-photo/solar-panels-industry-technician-high-tech-factory-inspection-quality-control-production_482257-132256.jpg" }
|
||||
]}
|
||||
title="Industry Leaders Speak"
|
||||
description="See why top-tier partners trust us."
|
||||
@@ -299,9 +147,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Get In Touch"
|
||||
title="Contact Our Team"
|
||||
description="Speak to our technical experts at +44 1475 501000 or fill out the form below."
|
||||
@@ -312,45 +158,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="British Polythene Industries"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
{
|
||||
label: "Agricultural",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "Construction",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "Sustainability",
|
||||
href: "#sustainability",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Registration",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Products", items: [{ label: "Agricultural", href: "#products" }, { label: "Construction", href: "#products" }] },
|
||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Sustainability", href: "#sustainability" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Registration", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 British Polythene Industries. Company Reg: SC000000."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user