diff --git a/src/app/page.tsx b/src/app/page.tsx
index e094a8a..b481fce 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,64 +32,32 @@ export default function LandingPage() {
@@ -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() {