diff --git a/src/app/page.tsx b/src/app/page.tsx
index 492eac4..77383ed 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
@@ -56,19 +48,14 @@ export default function LandingPage() {
@@ -81,19 +68,13 @@ export default function LandingPage() {
metrics={[
{
icon: CheckCircle,
- label: "Years in Business",
- value: "25+",
- },
+ label: "Years in Business", value: "25+"},
{
icon: Truck,
- label: "Reliable Deliveries",
- value: "10k+",
- },
+ label: "Reliable Deliveries", value: "10k+"},
{
icon: Award,
- label: "Certified Quality",
- value: "100%",
- },
+ label: "Certified Quality", value: "100%"},
]}
metricsAnimation="blur-reveal"
/>
@@ -107,41 +88,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
- id: "p1",
- name: "Grade A Teak Plank",
- price: "$120/sqft",
- imageSrc: "http://img.b2bpic.net/free-photo/rich-dark-wood-grain-texture-background_84443-74879.jpg",
- },
+ id: "p1", name: "Grade A Teak Plank", price: "$120/sqft", imageSrc: "http://img.b2bpic.net/free-photo/rich-dark-wood-grain-texture-background_84443-74879.jpg"},
{
- id: "p2",
- name: "Polished Teak Decking",
- price: "$150/sqft",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13197.jpg",
- },
+ id: "p2", name: "Polished Teak Decking", price: "$150/sqft", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-13197.jpg"},
{
- id: "p3",
- name: "Rough-Cut Timber",
- price: "$90/sqft",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-background_23-2148823516.jpg",
- },
+ id: "p3", name: "Rough-Cut Timber", price: "$90/sqft", imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-background_23-2148823516.jpg"},
{
- id: "p4",
- name: "Teak Wood Beam",
- price: "$210/unit",
- imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418530.jpg",
- },
+ id: "p4", name: "Teak Wood Beam", price: "$210/unit", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418530.jpg"},
{
- id: "p5",
- name: "Natural Edge Slab",
- price: "$450/unit",
- imageSrc: "http://img.b2bpic.net/free-photo/decorative-background-wood-detai_23-2148210085.jpg",
- },
+ id: "p5", name: "Natural Edge Slab", price: "$450/unit", imageSrc: "http://img.b2bpic.net/free-photo/decorative-background-wood-detai_23-2148210085.jpg"},
{
- id: "p6",
- name: "Teak Siding Panels",
- price: "$180/sqft",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-texture-background_23-2148935984.jpg",
- },
+ id: "p6", name: "Teak Siding Panels", price: "$180/sqft", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wood-texture-background_23-2148935984.jpg"},
]}
title="Premium Teak Collection"
description="Explore our curated inventory of sustainable, high-grade teakwood suitable for fine furniture and architectural projects."
@@ -150,46 +107,25 @@ export default function LandingPage() {
@@ -320,8 +200,7 @@ export default function LandingPage() {