From 1029aac5b2b71865940471d4d85fac28161da9d9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 23:35:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 31 ++++++++++++------------------- 1 file changed, 12 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7aac550..484ad78 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,14 +54,14 @@ export default function LandingPage() {
@@ -91,8 +91,6 @@ export default function LandingPage() { { id: "p2", brand: "Boutique", name: "Premium Upgrade", price: "Featured", rating: 5, reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/growth-status-technology-online-website-concept_53876-21396.jpg", imageAlt: "before after shop transformation" }, { id: "p3", brand: "Car Wash", name: "Premium Upgrade", price: "Featured", rating: 5, reviewCount: "60+", imageSrc: "http://img.b2bpic.net/free-photo/dark-blue-bath-bomb-water_23-2147933769.jpg", imageAlt: "car wash brand transformation" }, { id: "p4", brand: "Salon", name: "Premium Upgrade", price: "Featured", rating: 5, reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-photo-girl-sitting-white-desk-taking-photos-notes-her-cellphone-isolated_574295-5242.jpg", imageAlt: "salon transformation branding" }, - { id: "p5", brand: "Street Vendor", name: "Premium Upgrade", price: "Featured", rating: 5, reviewCount: "50+", imageSrc: "http://img.b2bpic.net/free-vector/n-initial-gradient-colorful-logo-design_343694-1755.jpg", imageAlt: "street vendor branding upgrade" }, - { id: "p6", brand: "Nail Tech", name: "Premium Upgrade", price: "Featured", rating: 5, reviewCount: "120+", imageSrc: "http://img.b2bpic.net/free-photo/master-manicure-brushing-customer-s-nails-after-manicure-process-beauty-salon_613910-20430.jpg", imageAlt: "nail tech branding transformation" }, ]} title="Transformations" description="Real businesses, real upgrades." @@ -106,14 +104,10 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} testimonials={[ - { id: "t1", name: "James M.", role: "Barber", company: "M's Cuts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-african-businessman-classy-suit_1303-18456.jpg", imageAlt: "business owner portrait dark background" }, - { id: "t2", name: "Sindi L.", role: "Boutique", company: "Luxe Shop", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-brutal-bearded-male-with-tattoos-his-crossed-arms_613910-9495.jpg", imageAlt: "professional barber portrait" }, - { id: "t3", name: "Thabo P.", role: "Car Wash", company: "Clean Wash", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-rich-woman-posing-indoors_23-2149722597.jpg", imageAlt: "shop owner portrait elegant" }, - { id: "t4", name: "Refilwe M.", role: "Nail Artist", company: "Nails by Refi", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-manicure-pink-t-shirt-with-black-gloves-black-mask-posing-showing-like-sign-blue_140725-24230.jpg", imageAlt: "nail artist professional portrait" }, - { id: "t5", name: "John D.", role: "Vendor", company: "Fresh Eats", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-business-man-recording-station-ready-interview_1303-22002.jpg", imageAlt: "successful street vendor portrait" }, + { id: "t1", name: "Happy Client", role: "Entrepreneur", company: "Local Business", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cs1DjX7S15HbXZC5tYqE301N1y/uploaded-1777160127443-ysym5whh.png", imageAlt: "Client Review" }, ]} title="Client Success" - description="See what our partners say about us." + description="What our partners say about us." /> @@ -136,11 +130,11 @@ export default function LandingPage() { @@ -151,8 +145,7 @@ export default function LandingPage() { logoText="KasiLux Digital" columns={[ { title: "Company", items: [{ label: "About", href: "#about" }, { label: "Portfolio", href: "#portfolio" }] }, - { title: "Services", items: [{ label: "Design", href: "#services" }, { label: "Booking", href: "#contact" }] }, - { title: "Connect", items: [{ label: "WhatsApp", href: "#" }, { label: "Contact", href: "#contact" }] }, + { title: "Connect", items: [{ label: "WhatsApp: 0784426889", href: "#" }, { label: "Email: tebogovuba7@gmail.com", href: "#" }] }, ]} imageAlt="luxury dark minimal business" /> @@ -160,4 +153,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1