From bbc328398c5dc2e8434a5d4f594c059572427c96 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 12:19:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 352 ++++++++--------------------------------------- 1 file changed, 56 insertions(+), 296 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 013c7f2..c892b3f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() { @@ -198,60 +112,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - brand: "ProClean", - name: "Eco Surface Spray", - price: "$15", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cleaning-products-gloves-basin_23-2148260825.jpg?_wi=2", - }, - { - id: "2", - brand: "ProClean", - name: "Heavy Duty Degreaser", - price: "$25", - rating: 5, - reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-products-arrangement_23-2148883450.jpg", - }, - { - id: "3", - brand: "ProClean", - name: "Microfiber Cloth Pack", - price: "$10", - rating: 4, - reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/various-cleaning-products-basket-black-surface_23-2147860479.jpg", - }, - { - id: "4", - brand: "ProClean", - name: "Glass Cleaner", - price: "$12", - rating: 5, - reviewCount: "50", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-soap-with-brush_23-2150829650.jpg", - }, - { - id: "5", - brand: "ProClean", - name: "Floor Polish", - price: "$30", - rating: 4, - reviewCount: "40", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-cleaning-products-arrangement_23-2148883449.jpg", - }, - { - id: "6", - brand: "ProClean", - name: "Multi-Surface Wipes", - price: "$8", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-decoration-table_1339-4886.jpg", - }, + { id: "1", brand: "ProClean", name: "Eco Surface Spray", price: "$15", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-cleaning-products-gloves-basin_23-2148260825.jpg" }, + { id: "2", brand: "ProClean", name: "Heavy Duty Degreaser", price: "$25", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-cleaning-products-arrangement_23-2148883450.jpg" }, + { id: "3", brand: "ProClean", name: "Microfiber Cloth Pack", price: "$10", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/various-cleaning-products-basket-black-surface_23-2147860479.jpg" }, + { id: "4", brand: "ProClean", name: "Glass Cleaner", price: "$12", rating: 5, reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/still-life-soap-with-brush_23-2150829650.jpg" }, + { id: "5", brand: "ProClean", name: "Floor Polish", price: "$30", rating: 4, reviewCount: "40", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cleaning-products-arrangement_23-2148883449.jpg" }, + { id: "6", brand: "ProClean", name: "Multi-Surface Wipes", price: "$8", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/glass-bottle-decoration-table_1339-4886.jpg" }, ]} title="Cleaning Product Store" description="Professional grade cleaning supplies for daily use." @@ -264,33 +130,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} metrics={[ - { - id: "m1", - value: "98%", - title: "Customer Satisfaction", - items: [ - "Prompt Service", - "Quality Guarantee", - ], - }, - { - id: "m2", - value: "24/7", - title: "Availability", - items: [ - "Emergency Clean", - "Flexible Timing", - ], - }, - { - id: "m3", - value: "50+", - title: "Expert Staff", - items: [ - "Well Trained", - "Uniformed Staff", - ], - }, + { id: "m1", value: "98%", title: "Customer Satisfaction", items: ["Prompt Service", "Quality Guarantee"] }, + { id: "m2", value: "24/7", title: "Availability", items: ["Emergency Clean", "Flexible Timing"] }, + { id: "m3", value: "50+", title: "Expert Staff", items: ["Well Trained", "Uniformed Staff"] }, ]} title="Performance Standards" description="We uphold the highest standards of cleanliness in the industry." @@ -303,60 +145,16 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah O.", - role: "Office Manager", - company: "Tech Hub", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374395.jpg", - }, - { - id: "2", - name: "Mark D.", - role: "CEO", - company: "Consulting Ltd", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112017.jpg", - }, - { - id: "3", - name: "Amara K.", - role: "Homeowner", - company: "Private", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-cleans-gas-stove_1398-4493.jpg", - }, - { - id: "4", - name: "David W.", - role: "Director", - company: "Corporate Center", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-smiling-posing-with-crossed-arms-office_176420-914.jpg", - }, - { - id: "5", - name: "Jane Doe", - role: "Manager", - company: "Retail Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-cleaning-products_23-2148394858.jpg", - }, + { id: "1", name: "Sarah O.", role: "Office Manager", company: "Tech Hub", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-taking-care-office-cleaning_23-2149374395.jpg" }, + { id: "2", name: "Mark D.", role: "CEO", company: "Consulting Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-cleaning-his-home_23-2148112017.jpg" }, + { id: "3", name: "Amara K.", role: "Homeowner", company: "Private", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-cleans-gas-stove_1398-4493.jpg" }, + { id: "4", name: "David W.", role: "Director", company: "Corporate Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-smiling-posing-with-crossed-arms-office_176420-914.jpg" }, + { id: "5", name: "Jane Doe", role: "Manager", company: "Retail Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-cleaning-products_23-2148394858.jpg" }, ]} kpiItems={[ - { - value: "5.0", - label: "Avg. Rating", - }, - { - value: "99%", - label: "Retention", - }, - { - value: "1.5k", - label: "Projects", - }, + { value: "5.0", label: "Avg. Rating" }, + { value: "99%", label: "Retention" }, + { value: "1.5k", label: "Projects" }, ]} title="Client Feedback" description="Hear what our partners say about us." @@ -368,21 +166,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} faqs={[ - { - id: "f1", - title: "Do you offer emergency cleaning?", - content: "Yes, we provide 24/7 emergency cleaning solutions.", - }, - { - id: "f2", - title: "Are your staff trained?", - content: "All our staff undergo intensive hygiene and equipment training.", - }, - { - id: "f3", - title: "What areas do you cover?", - content: "We cover all major commercial hubs in the region.", - }, + { id: "f1", title: "Do you offer emergency cleaning?", content: "Yes, we provide 24/7 emergency cleaning solutions." }, + { id: "f2", title: "Are your staff trained?", content: "All our staff undergo intensive hygiene and equipment training." }, + { id: "f3", title: "What areas do you cover?", content: "We cover all major commercial hubs in the region." }, ]} title="Common Questions" description="Everything you need to know about our services." @@ -393,9 +179,7 @@ export default function LandingPage() {
-- 2.49.1