From 770f59a87a19a1457c4c9b5b6d12466b91cc05e7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 12:17:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 354 ++++------------------------------------------- 1 file changed, 26 insertions(+), 328 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4829821..a3d87b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() { @@ -192,38 +76,7 @@ export default function LandingPage() { @@ -235,44 +88,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="bento-grid" useInvertedBackground={false} - products={[ - { - id: "p1", - name: "Modern Glass Doors", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg", - }, - { - id: "p2", - name: "Aluminium Window Set", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg", - }, - { - id: "p3", - name: "Luxury Folding Door", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429861.jpg", - }, - { - id: "p4", - name: "Garage Entryway", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-paper-bag-bottle_23-2148773372.jpg", - }, - { - id: "p5", - name: "Custom Property Gate", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/girl-gray-coat-with-sunglasses-handbag-walking-street-against-iron-fence_627829-8822.jpg", - }, - { - id: "p6", - name: "Commercial Shopfront", - price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shoppong-supermarket_1157-33694.jpg", - }, - ]} + products={[{ id: "p1", name: "Modern Glass Doors", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/modern-building-with-glass-windows-staircases-lights_181624-12044.jpg" }, { id: "p2", name: "Aluminium Window Set", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/view-stone-building-with-coarse-plaster-surface_23-2148252829.jpg" }, { id: "p3", name: "Luxury Folding Door", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/young-people-having-fun-white-party_23-2149429861.jpg" }, { id: "p4", name: "Garage Entryway", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-paper-bag-bottle_23-2148773372.jpg" }, { id: "p5", name: "Custom Property Gate", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/girl-gray-coat-with-sunglasses-handbag-walking-street-against-iron-fence_627829-8822.jpg" }, { id: "p6", name: "Commercial Shopfront", price: "Custom", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-shoppong-supermarket_1157-33694.jpg" }]} title="Our Recent Work" description="A showcase of completed projects across residential and commercial sectors." /> @@ -282,23 +98,7 @@ export default function LandingPage() { @@ -309,43 +109,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - testimonials={[ - { - id: "t1", - name: "Alice T.", - handle: "@home", - testimonial: "Very satisfied with our windows.", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", - }, - { - id: "t2", - name: "Ben K.", - handle: "@bus", - testimonial: "Reliable and professional team.", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg", - }, - { - id: "t3", - name: "Clara S.", - handle: "@home", - testimonial: "Great work on the garage gate.", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg", - }, - { - id: "t4", - name: "David W.", - handle: "@comm", - testimonial: "Quick and responsive service.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg", - }, - { - id: "t5", - name: "Emma R.", - handle: "@home", - testimonial: "Excellent sliding door install.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", - }, - ]} + testimonials={[{ id: "t1", name: "Alice T.", handle: "@home", testimonial: "Very satisfied with our windows.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" }, { id: "t2", name: "Ben K.", handle: "@bus", testimonial: "Reliable and professional team.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-executive-work_1098-519.jpg" }, { id: "t3", name: "Clara S.", handle: "@home", testimonial: "Great work on the garage gate.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-saleswoman-working-office-sitting-business-room-reading-writing-down_1258-193622.jpg" }, { id: "t4", name: "David W.", handle: "@comm", testimonial: "Quick and responsive service.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-handsome-bearded-man-meeting-with-business-partner_1262-16967.jpg" }, { id: "t5", name: "Emma R.", handle: "@home", testimonial: "Excellent sliding door install.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg" }]} title="Customer Reviews" description="What our clients say about us." /> @@ -355,23 +119,7 @@ export default function LandingPage() {
-- 2.49.1