From 7428bbbda608b4490a12b60c98fdd094f1ed8415 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Mar 2026 13:04:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 113 +++++++++++------------------------------------ 1 file changed, 27 insertions(+), 86 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1807b25..4b3ac9b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,35 +44,23 @@ export default function LandingPage() {
@@ -115,22 +88,13 @@ export default function LandingPage() { features={[ { id: 1, - title: "Tournament Grade", - description: "Professional-sized tables kept in pristine condition.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-arranging-balls-with-triangle_23-2148299225.jpg", - }, + title: "Tournament Grade", description: "Professional-sized tables kept in pristine condition.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-arranging-balls-with-triangle_23-2148299225.jpg"}, { id: 2, - title: "Atmosphere", - description: "Mood lighting and carefully curated music for focus.", - imageSrc: "http://img.b2bpic.net/free-vector/neon-sign-summer-sale-banner-pack_52683-11204.jpg", - }, + title: "Atmosphere", description: "Mood lighting and carefully curated music for focus.", imageSrc: "http://img.b2bpic.net/free-vector/neon-sign-summer-sale-banner-pack_52683-11204.jpg"}, { id: 3, - title: "Competitive Vibe", - description: "Host your matches where the elite players train.", - imageSrc: "http://img.b2bpic.net/free-photo/two-sexy-girls-white-bathrobe-play-pool-billiards_627829-9615.jpg", - }, + title: "Competitive Vibe", description: "Host your matches where the elite players train.", imageSrc: "http://img.b2bpic.net/free-photo/two-sexy-girls-white-bathrobe-play-pool-billiards_627829-9615.jpg"}, ]} title="Why Sora?" description="Precision, style, and atmosphere combined." @@ -144,33 +108,13 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Alex R.", - handle: "@alexpool", - testimonial: "Best tables ever.", - imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-hipster-man-vacation-exploring-city-street-showing-his-tongue-going-crazy-shows-peace-sign_343629-121.jpg", - }, + id: "1", name: "Alex R.", handle: "@alexpool", testimonial: "Best tables ever.", imageSrc: "http://img.b2bpic.net/free-photo/young-stylish-hipster-man-vacation-exploring-city-street-showing-his-tongue-going-crazy-shows-peace-sign_343629-121.jpg"}, { - id: "2", - name: "Jordan P.", - handle: "@jordanp", - testimonial: "Truly underground.", - imageSrc: "http://img.b2bpic.net/free-photo/international-couple-playing-billiard-club_1157-29082.jpg", - }, + id: "2", name: "Jordan P.", handle: "@jordanp", testimonial: "Truly underground.", imageSrc: "http://img.b2bpic.net/free-photo/international-couple-playing-billiard-club_1157-29082.jpg"}, { - id: "3", - name: "Sam K.", - handle: "@samk", - testimonial: "Elite vibe here.", - imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-poker-together_23-2149276035.jpg", - }, + id: "3", name: "Sam K.", handle: "@samk", testimonial: "Elite vibe here.", imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-poker-together_23-2149276035.jpg"}, { - id: "4", - name: "Taylor B.", - handle: "@tayb", - testimonial: "Unmatched precision.", - imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-competing-paralympic-sports_23-2151555454.jpg", - }, + id: "4", name: "Taylor B.", handle: "@tayb", testimonial: "Unmatched precision.", imageSrc: "http://img.b2bpic.net/free-photo/male-athlete-competing-paralympic-sports_23-2151555454.jpg"}, ]} title="What Players Say" description="The community that defines Sora." @@ -184,20 +128,12 @@ export default function LandingPage() { description="Slots fill up fast. Reach out to book your session." inputs={[ { - name: "name", - type: "text", - placeholder: "Name", - }, + name: "name", type: "text", placeholder: "Name"}, { - name: "email", - type: "email", - placeholder: "Email Address", - }, + name: "email", type: "email", placeholder: "Email Address"}, ]} textarea={{ - name: "message", - placeholder: "Booking Details", - }} + name: "message", placeholder: "Booking Details"}} imageSrc="http://img.b2bpic.net/free-photo/blurred-restaurant-with-vintage-sofa_1203-557.jpg" mediaAnimation="slide-up" /> @@ -213,3 +149,8 @@ export default function LandingPage() { ); } +" + } + ], + "rawPlan": "I have set up the website for Sora, a sophisticated underground billiards club. The structure includes an inviting hero, details about the premium experience, feature highlights, player testimonials, a booking-focused contact form, and a sleek footer." +} \ No newline at end of file