From 7a3b12cf3a27d1c3b0d26ba966463ee9faa69865 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 7 Jun 2026 20:55:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 250 +++++++++-------------------------------------- 1 file changed, 44 insertions(+), 206 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index aaf0f35..b18f57a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,33 +33,19 @@ export default function LandingPage() { @@ -68,19 +54,14 @@ export default function LandingPage() {
@@ -328,30 +192,15 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "faq1", - title: "What brands of tennis rackets do you carry?", - content: "We stock a wide range of leading brands including Wilson, HEAD, Babolat, Yonex, Prince, and more. Our selection caters to all skill levels.", - }, + id: "faq1", title: "What brands of tennis rackets do you carry?", content: "We stock a wide range of leading brands including Wilson, HEAD, Babolat, Yonex, Prince, and more. Our selection caters to all skill levels."}, { - id: "faq2", - title: "Do you offer racket stringing services?", - content: "Yes, we provide professional racket stringing services. You can choose from our extensive selection of strings or bring your own. Turnaround times vary.", - }, + id: "faq2", title: "Do you offer racket stringing services?", content: "Yes, we provide professional racket stringing services. You can choose from our extensive selection of strings or bring your own. Turnaround times vary."}, { - id: "faq3", - title: "Can I try out rackets before buying?", - content: "We offer a demo program allowing you to try out various rackets on court before making a purchase. Please contact us for more details and availability.", - }, + id: "faq3", title: "Can I try out rackets before buying?", content: "We offer a demo program allowing you to try out various rackets on court before making a purchase. Please contact us for more details and availability."}, { - id: "faq4", - title: "What is your return policy?", - content: "Unused items in their original packaging can be returned within 30 days of purchase for a full refund or exchange. Custom strung rackets are non-refundable.", - }, + id: "faq4", title: "What is your return policy?", content: "Unused items in their original packaging can be returned within 30 days of purchase for a full refund or exchange. Custom strung rackets are non-refundable."}, { - id: "faq5", - title: "Do you sell tennis apparel and shoes?", - content: "Absolutely! We have a comprehensive collection of tennis apparel and footwear for men, women, and juniors from top athletic brands.", - }, + id: "faq5", title: "Do you sell tennis apparel and shoes?", content: "Absolutely! We have a comprehensive collection of tennis apparel and footwear for men, women, and juniors from top athletic brands."}, ]} title="Frequently Asked Questions" description="Find answers to common questions about our products and services." @@ -363,24 +212,17 @@ export default function LandingPage() {
@@ -389,16 +231,12 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1