From b72039c54dd851c3153c42e9b5de3ab4238e2d8c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 11:08:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f53bff6..e453eaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { title="Unlocking the Future of Tech" description="Join the premier computer club for innovation, coding, and collaborative learning in our vibrant digital community." buttons={[ - { text: "Join the Club", href: "#contact" }, + { text: "Start Building Today", href: "#contact" }, { text: "View Our Projects", href: "#product" } ]} testimonials={[ @@ -154,7 +154,7 @@ export default function LandingPage() { reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-time-machine_23-2151599430.jpg"}, { id: "5", brand: "AudioTech", name: "Studio Headphones", price: "$199", rating: 5, - reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-black-headphones-wooden-ball_181624-3258.jpg"}, + reviewCount: "50", imageSrc: "http://img.b2bpic.net/closeup-shot-black-headphones-wooden-ball_181624-3258.jpg"}, { id: "6", brand: "SmartLux", name: "Ambient Light", price: "$60", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/retro-vhs-packaging-indoors_23-2150172459.jpg"}, @@ -192,7 +192,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-handsome-business-man_1303-19609.jpg"}, { id: "2", name: "Mike", role: "Member", company: "Univ", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-student-using-digital-tablet-library_329181-14842.jpg"}, + imageSrc: "http://img.b2bpic.net/happy-student-using-digital-tablet-library_329181-14842.jpg"}, { id: "3", name: "Elena", role: "Architect", company: "Build", rating: 5, imageSrc: "http://img.b2bpic.net/medium-shot-senior-man-typing-keyboard_23-2149105718.jpg"}, -- 2.49.1