From d973013782788c95dbbc582119c04d3d3101c086 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 15:12:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 272 +++++++---------------------------------------- 1 file changed, 40 insertions(+), 232 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f4e4653..123b3c3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,109 +29,37 @@ export default function LandingPage() {
@@ -141,44 +69,14 @@ export default function LandingPage() {
@@ -189,85 +87,23 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Project Alpha", - price: "Prestige", - variant: "Bespoke", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-unknown-young-man-posing_23-2149417575.jpg?_wi=1", - }, - { - id: "p2", - name: "Project Beta", - price: "High-End", - variant: "Curated", - imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-relaxing-couch-with-magazine_23-2148415909.jpg?_wi=1", - }, - { - id: "p3", - name: "Project Gamma", - price: "Luxury", - variant: "Exclusive", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-stairs-warm-light-home-office_169016-69174.jpg?_wi=1", - }, - { - id: "p4", - name: "Project Delta", - price: "Prestige", - variant: "Bespoke", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-unknown-young-man-posing_23-2149417575.jpg?_wi=2", - }, - { - id: "p5", - name: "Project Epsilon", - price: "High-End", - variant: "Curated", - imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-relaxing-couch-with-magazine_23-2148415909.jpg?_wi=2", - }, - { - id: "p6", - name: "Project Zeta", - price: "Luxury", - variant: "Exclusive", - imageSrc: "http://img.b2bpic.net/free-photo/woman-working-laptop-stairs-warm-light-home-office_169016-69174.jpg?_wi=2", - }, + { id: "p1", name: "Drain Cleaning", price: "Professional Grade", variant: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509090-th73p71k.jpg" }, + { id: "p2", name: "Pipe Retrofit", price: "Modern Tech", variant: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-gwjtpxlx.jpg" }, + { id: "p3", name: "Water Heater", price: "Installation", variant: "Service", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3C7qjJ90wkN1y0VFZRCB5YX80dR/uploaded-1775747509091-x0swrctm.jpg" }, ]} - title="The Showcase" - description="A visual testament to the standards we uphold." + title="Service Showcase" + description="A visual look at our standard of quality." />
@@ -276,52 +112,24 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1