diff --git a/src/app/page.tsx b/src/app/page.tsx
index 7fd3964..abc3fca 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,17 +31,11 @@ export default function LandingPage() {
@@ -53,12 +47,10 @@ export default function LandingPage() {
description="Premium industrial-grade plywood for construction, furniture, and custom design projects. Delivered with precision."
buttons={[
{
- text: "Explore Catalog",
- href: "#products",
- },
+ text: "Explore Catalog", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/natural-wood-texture-background_1249-423.jpg"
- imageAlt="High-quality plywood stacks"
+ imageAlt="plywood sheets stack"
/>
@@ -68,9 +60,7 @@ export default function LandingPage() {
title="Craftsmanship Built on Quality"
buttons={[
{
- text: "Our Standards",
- href: "#",
- },
+ text: "Our Standards", href: "#"},
]}
/>
@@ -83,41 +73,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
- id: "p1",
- name: "Birch Premium Grade",
- price: "From $45",
- imageSrc: "http://img.b2bpic.net/free-photo/texture-wooden-surface_1232-695.jpg",
- },
+ id: "p1", name: "Birch Premium Grade", price: "From $45", imageSrc: "http://img.b2bpic.net/free-photo/texture-wooden-surface_1232-695.jpg"},
{
- id: "p2",
- name: "Oak Veneer Panel",
- price: "From $65",
- imageSrc: "http://img.b2bpic.net/free-photo/wooden-textured-background_53876-30474.jpg",
- },
+ id: "p2", name: "Oak Veneer Panel", price: "From $65", imageSrc: "http://img.b2bpic.net/free-photo/wooden-textured-background_53876-30474.jpg"},
{
- id: "p3",
- name: "Marine Grade Sheet",
- price: "From $85",
- imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15959.jpg",
- },
+ id: "p3", name: "Marine Grade Sheet", price: "From $85", imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15959.jpg"},
{
- id: "p4",
- name: "Structural Plywood",
- price: "From $35",
- imageSrc: "http://img.b2bpic.net/free-photo/carpenter-worker-creating-home-decoration-from-wood-his-workshop_23-2148640327.jpg",
- },
+ id: "p4", name: "Structural Plywood", price: "From $35", imageSrc: "http://img.b2bpic.net/free-photo/carpenter-worker-creating-home-decoration-from-wood-his-workshop_23-2148640327.jpg"},
{
- id: "p5",
- name: "Exterior Weatherproof",
- price: "From $55",
- imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-wooden-surface_1253-199.jpg",
- },
+ id: "p5", name: "Exterior Weatherproof", price: "From $55", imageSrc: "http://img.b2bpic.net/free-photo/blank-paper-wooden-surface_1253-199.jpg"},
{
- id: "p6",
- name: "Sanded Furniture Board",
- price: "From $50",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-very-old-battered-chopping-board-with-deep-cuts-pieces-missing-lying-rustic-wooden-table_346278-442.jpg",
- },
+ id: "p6", name: "Sanded Furniture Board", price: "From $50", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-very-old-battered-chopping-board-with-deep-cuts-pieces-missing-lying-rustic-wooden-table_346278-442.jpg"},
]}
title="Our Product Range"
description="Diverse high-grade plywood solutions for all structural and finishing needs."
@@ -126,24 +92,19 @@ export default function LandingPage() {