diff --git a/src/app/page.tsx b/src/app/page.tsx
index fb50fbb..cd658c5 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
@@ -55,37 +47,23 @@ export default function LandingPage() {
description="Professional-grade tools, building materials, and reliable service at competitive prices. Get what you need, delivered straight to your site."
buttons={[
{
- text: "Shop Now",
- href: "#products",
- },
+ text: "Shop Now", href: "#products"},
{
- text: "WhatsApp Us",
- href: "https://wa.me/27870934417",
- },
+ text: "WhatsApp Us", href: "https://wa.me/27870934417"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428273.jpg"
imageAlt="Tradesman Hardware Workshop"
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/pleased-young-couple-construction-worker-uniform-cap-looking-each-other-girl-holding-pencil-clipboard-showing-thumb-up-isolated-purple-wall_141793-113913.jpg",
- alt: "Local Contractor",
- },
+ src: "http://img.b2bpic.net/free-photo/pleased-young-couple-construction-worker-uniform-cap-looking-each-other-girl-holding-pencil-clipboard-showing-thumb-up-isolated-purple-wall_141793-113913.jpg", alt: "Local Contractor"},
{
- src: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469427.jpg",
- alt: "Happy Homeowner",
- },
+ src: "http://img.b2bpic.net/free-photo/performing-housework-gentle-dreamy-atmosphere_23-2151469427.jpg", alt: "Happy Homeowner"},
{
- src: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg",
- alt: "Site Manager",
- },
+ src: "http://img.b2bpic.net/free-photo/happy-professional-architecture-holding-clipboard-construction-site_23-2148204025.jpg", alt: "Site Manager"},
{
- src: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384796.jpg",
- alt: "Professional Carpenter",
- },
+ src: "http://img.b2bpic.net/free-photo/men-working-cutting-mdf-board_23-2149384796.jpg", alt: "Professional Carpenter"},
{
- src: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25159.jpg",
- alt: "Local Renovator",
- },
+ src: "http://img.b2bpic.net/free-photo/young-cute-couple-repairs-room_1157-25159.jpg", alt: "Local Renovator"},
]}
avatarText="Trusted by 500+ local professionals"
/>
@@ -98,26 +76,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- id: "f1",
- title: "Paints & Solvents",
- description: "Professional grade coatings for every surface.",
- tag: "Popular",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-painting-brushes-with-paint-cans_23-2148591316.jpg?_wi=1",
- },
+ id: "f1", title: "Paints & Solvents", description: "Professional grade coatings for every surface.", tag: "Popular", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-painting-brushes-with-paint-cans_23-2148591316.jpg"},
{
- id: "f2",
- title: "Power & Hand Tools",
- description: "Reliable equipment built for real work.",
- tag: "Top Pick",
- imageSrc: "http://img.b2bpic.net/free-photo/creative-man-working-wood-workshop_23-2148970802.jpg?_wi=1",
- },
+ id: "f2", title: "Power & Hand Tools", description: "Reliable equipment built for real work.", tag: "Top Pick", imageSrc: "http://img.b2bpic.net/free-photo/creative-man-working-wood-workshop_23-2148970802.jpg"},
{
- id: "f3",
- title: "Electrical Materials",
- description: "Switches, plugs, and industrial wiring components.",
- tag: "Essentials",
- imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg?_wi=1",
- },
+ id: "f3", title: "Electrical Materials", description: "Switches, plugs, and industrial wiring components.", tag: "Essentials", imageSrc: "http://img.b2bpic.net/free-photo/various-nozzles-ratchets_23-2148180527.jpg"},
]}
title="Explore Our Categories"
description="Everything from heavy building materials to professional hand tools."
@@ -128,42 +91,18 @@ export default function LandingPage() {
@@ -206,20 +133,15 @@ export default function LandingPage() {
@@ -229,37 +151,23 @@ export default function LandingPage() {
logoText="Tradesman Hardware"
columns={[
{
- title: "Store",
- items: [
+ title: "Store", items: [
{
- label: "About Us",
- href: "#about",
- },
+ label: "About Us", href: "#about"},
{
- label: "Delivery Info",
- href: "#",
- },
+ label: "Delivery Info", href: "#"},
{
- label: "Returns Policy",
- href: "#",
- },
+ label: "Returns Policy", href: "#"},
],
},
{
- title: "Support",
- items: [
+ title: "Support", items: [
{
- label: "Contact Us",
- href: "#contact",
- },
+ label: "Contact Us", href: "#contact"},
{
- label: "WhatsApp",
- href: "https://wa.me/27870934417",
- },
+ label: "WhatsApp", href: "https://wa.me/27870934417"},
{
- label: "Terms & Conditions",
- href: "#",
- },
+ label: "Terms & Conditions", href: "#"},
],
},
]}