diff --git a/src/app/page.tsx b/src/app/page.tsx
index dcb90da..f210c3f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,26 +32,11 @@ export default function LandingPage() {
@@ -60,98 +45,31 @@ export default function LandingPage() {
@@ -161,21 +79,9 @@ export default function LandingPage() {
useInvertedBackground={true}
title="Industry-Leading Metrics"
metrics={[
- {
- icon: Building2,
- label: "Projects Completed",
- value: "250+",
- },
- {
- icon: Truck,
- label: "Supplies Delivered",
- value: "15k+",
- },
- {
- icon: Users,
- label: "Active Partners",
- value: "120+",
- },
+ { icon: Building2, label: "Projects Completed", value: "250+" },
+ { icon: Truck, label: "Supplies Delivered", value: "15k+" },
+ { icon: Users, label: "Active Partners", value: "120+" },
]}
metricsAnimation="slide-up"
/>
@@ -187,30 +93,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
- {
- bentoComponent: "reveal-icon",
- icon: Database,
- title: "Resource Management",
- description: "Centralized database for all heavy machinery and tools.",
- imageSrc: "http://img.b2bpic.net/free-vector/flat-construction-elements_98292-2741.jpg?_wi=2",
- imageAlt: "construction logistics icon design",
- },
- {
- bentoComponent: "reveal-icon",
- icon: ShieldCheck,
- title: "Safety Protocols",
- description: "Integrated compliance monitoring and safety tracking.",
- imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light_23-2149194840.jpg?_wi=3",
- imageAlt: "construction logistics icon design",
- },
- {
- bentoComponent: "reveal-icon",
- icon: LineChart,
- title: "Real-time Analytics",
- description: "Dynamic data visualization for project lifecycle KPIs.",
- imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-computer-with-electronic-business-icons_24911-45478.jpg?_wi=2",
- imageAlt: "construction logistics icon design",
- },
+ { bentoComponent: "reveal-icon", icon: Database, title: "Resource Management", description: "Centralized database for all heavy machinery and tools." },
+ { bentoComponent: "reveal-icon", icon: ShieldCheck, title: "Safety Protocols", description: "Integrated compliance monitoring and safety tracking." },
+ { bentoComponent: "reveal-icon", icon: LineChart, title: "Real-time Analytics", description: "Dynamic data visualization for project lifecycle KPIs." },
]}
title="Built for Modern Construction"
description="Our core features help construction leaders manage complex sites and logistics effortlessly."
@@ -224,42 +109,12 @@ export default function LandingPage() {
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
- {
- id: "p1",
- name: "Industrial Cement",
- price: "$150/ton",
- imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg?_wi=2",
- },
- {
- id: "p2",
- name: "Structural Rebar",
- price: "$800/ton",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-bridge-with-yellow-grey-metal-fragments_181624-11879.jpg",
- },
- {
- id: "p3",
- name: "Power Drill Kit",
- price: "$450",
- imageSrc: "http://img.b2bpic.net/free-photo/hand-tools_1048-2926.jpg",
- },
- {
- id: "p4",
- name: "Safety Hardhats",
- price: "$25",
- imageSrc: "http://img.b2bpic.net/free-photo/angry-young-blonde-engineer-builder-girl-uniform-dental-braces-talking-phone-isolated-white-space-with-copy-space_141793-91817.jpg",
- },
- {
- id: "p5",
- name: "Masonry Bricks",
- price: "$0.50/ea",
- imageSrc: "http://img.b2bpic.net/free-photo/cinder-blocks-lie-ground-dried_661209-369.jpg",
- },
- {
- id: "p6",
- name: "Forklift Truck",
- price: "$12,000",
- imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128287.jpg",
- },
+ { id: "p1", name: "Industrial Cement", price: "$150/ton", imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg" },
+ { id: "p2", name: "Structural Rebar", price: "$800/ton", imageSrc: "http://img.b2bpic.net/free-photo/modern-bridge-with-yellow-grey-metal-fragments_181624-11879.jpg" },
+ { id: "p3", name: "Power Drill Kit", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/hand-tools_1048-2926.jpg" },
+ { id: "p4", name: "Safety Hardhats", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/angry-young-blonde-engineer-builder-girl-uniform-dental-braces-talking-phone-isolated-white-space-with-copy-space_141793-91817.jpg" },
+ { id: "p5", name: "Masonry Bricks", price: "$0.50/ea", imageSrc: "http://img.b2bpic.net/free-photo/cinder-blocks-lie-ground-dried_661209-369.jpg" },
+ { id: "p6", name: "Forklift Truck", price: "$12,000", imageSrc: "http://img.b2bpic.net/free-photo/people-working-together-warehouse_23-2149128287.jpg" },
]}
title="High-Performance Materials"
description="Source high-grade materials and equipment directly from our trusted inventory."
@@ -272,38 +127,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
plans={[
- {
- id: "basic",
- badge: "Essential",
- price: "$2,000",
- subtitle: "For small projects",
- features: [
- "Inventory tracker",
- "Basic support",
- ],
- },
- {
- id: "pro",
- badge: "Growth",
- price: "$5,000",
- subtitle: "For mid-size development",
- features: [
- "Advanced analytics",
- "24/7 support",
- "API Access",
- ],
- },
- {
- id: "ent",
- badge: "Enterprise",
- price: "Custom",
- subtitle: "Large scale industrial",
- features: [
- "Global supply chain",
- "Dedicated manager",
- "Security suites",
- ],
- },
+ { id: "basic", badge: "Essential", price: "$2,000", subtitle: "For small projects", features: ["Inventory tracker", "Basic support"] },
+ { id: "pro", badge: "Growth", price: "$5,000", subtitle: "For mid-size development", features: ["Advanced analytics", "24/7 support", "API Access"] },
+ { id: "ent", badge: "Enterprise", price: "Custom", subtitle: "Large scale industrial", features: ["Global supply chain", "Dedicated manager", "Security suites"] },
]}
title="Flexible Scaling Plans"
description="Choose a tier designed for the specific size and scale of your enterprise project."
@@ -315,56 +141,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
- {
- id: "1",
- name: "Alice Johnson",
- date: "Jan 2024",
- title: "Project Lead",
- quote: "Seamless operations since switching.",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiley-architect-office_23-2148242899.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/heavy-excavator-digging-day-light_23-2149194840.jpg?_wi=4",
- imageAlt: "professional architect portrait studio",
- },
- {
- id: "2",
- name: "Bob Williams",
- date: "Feb 2024",
- title: "Director",
- quote: "Essential tools for our daily site oversight.",
- avatarSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-protection-helmet_23-2148921427.jpg",
- imageSrc: "http://img.b2bpic.net/free-vector/flat-construction-elements_98292-2741.jpg?_wi=3",
- imageAlt: "professional architect portrait studio",
- },
- {
- id: "3",
- name: "Clara Evans",
- date: "Mar 2024",
- title: "Operations",
- quote: "The platform is incredibly user-friendly.",
- avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-architect-woman-with-yellow-hardhat_329181-1451.jpg",
- imageSrc: "http://img.b2bpic.net/free-vector/set-laptop-computer-with-electronic-business-icons_24911-45478.jpg?_wi=3",
- imageAlt: "professional architect portrait studio",
- },
- {
- id: "4",
- name: "David Ross",
- date: "Apr 2024",
- title: "Site Supervisor",
- quote: "Efficiency has nearly doubled.",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-working-laptop_23-2148886881.jpg?_wi=2",
- imageAlt: "professional architect portrait studio",
- },
- {
- id: "5",
- name: "Elena Smith",
- date: "May 2024",
- title: "Architect",
- quote: "A revolutionary approach to material sourcing.",
- avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-carpenter-his-carpentry-workshop_342744-826.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/roof-tile-parquet-tile_1357-342.jpg?_wi=3",
- imageAlt: "professional architect portrait studio",
- },
+ { id: "1", name: "Alice Johnson", date: "Jan 2024", title: "Project Lead", quote: "Seamless operations since switching.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-architect-office_23-2148242899.jpg" },
+ { id: "2", name: "Bob Williams", date: "Feb 2024", title: "Director", quote: "Essential tools for our daily site oversight.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-man-wearing-protection-helmet_23-2148921427.jpg" },
+ { id: "3", name: "Clara Evans", date: "Mar 2024", title: "Operations", quote: "The platform is incredibly user-friendly.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-smiling-architect-woman-with-yellow-hardhat_329181-1451.jpg" },
+ { id: "4", name: "David Ross", date: "Apr 2024", title: "Site Supervisor", quote: "Efficiency has nearly doubled.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-male-car-mechanic-car-repair-shop_23-2150367540.jpg" },
+ { id: "5", name: "Elena Smith", date: "May 2024", title: "Architect", quote: "A revolutionary approach to material sourcing.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-carpenter-his-carpentry-workshop_342744-826.jpg" },
]}
title="Trusted by Construction Leaders"
description="Proven success stories from firms across the globe."
@@ -375,21 +156,9 @@ export default function LandingPage() {