diff --git a/src/app/page.tsx b/src/app/page.tsx index cfd8907..362f3a4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,127 +28,45 @@ export default function LandingPage() {
@@ -157,15 +75,8 @@ export default function LandingPage() { @@ -177,42 +88,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Hand Tools", - price: "From £5.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg?_wi=1", - }, - { - id: "p2", - name: "Paint & Decor", - price: "From £12.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg?_wi=2", - }, - { - id: "p3", - name: "Garden & Outdoor", - price: "From £8.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg?_wi=3", - }, - { - id: "p4", - name: "Plumbing Supplies", - price: "From £4.50", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg?_wi=4", - }, - { - id: "p5", - name: "Electrical", - price: "From £3.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg?_wi=5", - }, - { - id: "p6", - name: "Cleaning & Houseware", - price: "From £2.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg?_wi=6", - }, + { id: "p1", name: "Hand Tools", price: "From £5.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg" }, + { id: "p2", name: "Paint & Decor", price: "From £12.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg" }, + { id: "p3", name: "Garden & Outdoor", price: "From £8.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg" }, + { id: "p4", name: "Plumbing Supplies", price: "From £4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg" }, + { id: "p5", name: "Electrical", price: "From £3.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg" }, + { id: "p6", name: "Cleaning & Houseware", price: "From £2.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-different-types-tools_23-2148428268.jpg" } ]} title="Everything for Your Next Project" description="From plumbing essentials to garden tools, we stock the widest range of hardware in the region." @@ -224,15 +105,20 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + metrics={[ + { value: "50+", label: "Years Serving Holbury" }, + { value: "10k+", label: "Products Available" }, + { value: "4.9/5", label: "Customer Rating" } + ]} + title="Our Impact" + description="We pride ourselves on the scale and quality of our service." />