Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| de16825f1d | |||
| bb3b9b8538 | |||
| 23322f7a6e | |||
| 7428bbbda6 |
110
src/app/page.tsx
110
src/app/page.tsx
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Sora"
|
brandName="Sora"
|
||||||
/>
|
/>
|
||||||
@@ -52,35 +44,23 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitTestimonial
|
<HeroSplitTestimonial
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="The Underground Standard"
|
title="The Underground Standard"
|
||||||
description="Sora brings a new level of sophistication to 8-ball billiards. Located beneath the city, designed for those who appreciate the perfect bank shot."
|
description="Sora brings a new level of sophistication to 8-ball billiards. Located beneath the city, designed for those who appreciate the perfect bank shot."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Alex R.",
|
name: "Alex R.", handle: "@alexpool", testimonial: "The best tables in the city, period. The vibe is immaculate.", rating: 5,
|
||||||
handle: "@alexpool",
|
|
||||||
testimonial: "The best tables in the city, period. The vibe is immaculate.",
|
|
||||||
rating: 5,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Jordan P.",
|
name: "Jordan P.", handle: "@jp_billiard", testimonial: "Finally, a place that takes 8-ball seriously but keeps it stylish.", rating: 5,
|
||||||
handle: "@jp_billiard",
|
|
||||||
testimonial: "Finally, a place that takes 8-ball seriously but keeps it stylish.",
|
|
||||||
rating: 5,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Sam K.",
|
name: "Sam K.", handle: "@samk_pool", testimonial: "Everything about Sora is elite. My new weekly spot.", rating: 5,
|
||||||
handle: "@samk_pool",
|
|
||||||
testimonial: "Everything about Sora is elite. My new weekly spot.",
|
|
||||||
rating: 5,
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Book a Table",
|
text: "Book a Table", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488858.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-adult-with-transgender-scar_23-2149488858.jpg"
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
@@ -92,18 +72,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
heading={[
|
heading={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: "Elevated "},
|
||||||
content: "Elevated ",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "image",
|
type: "image", src: "http://img.b2bpic.net/free-photo/man-sitting-bus-station-night-city_23-2149001261.jpg", alt: "Sora pool club"},
|
||||||
src: "http://img.b2bpic.net/free-photo/man-sitting-bus-station-night-city_23-2149001261.jpg",
|
|
||||||
alt: "Sora pool club",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", content: " Experience"},
|
||||||
content: " Experience",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -115,22 +88,13 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
id: 1,
|
||||||
title: "Tournament Grade",
|
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"},
|
||||||
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,
|
id: 2,
|
||||||
title: "Atmosphere",
|
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"},
|
||||||
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,
|
id: 3,
|
||||||
title: "Competitive Vibe",
|
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"},
|
||||||
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?"
|
title="Why Sora?"
|
||||||
description="Precision, style, and atmosphere combined."
|
description="Precision, style, and atmosphere combined."
|
||||||
@@ -144,33 +108,13 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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"
|
title="What Players Say"
|
||||||
description="The community that defines Sora."
|
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."
|
description="Slots fill up fast. Reach out to book your session."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name",
|
name: "name", type: "text", placeholder: "Name"},
|
||||||
type: "text",
|
|
||||||
placeholder: "Name",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "email",
|
name: "email", type: "email", placeholder: "Email Address"},
|
||||||
type: "email",
|
|
||||||
placeholder: "Email Address",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "message",
|
name: "message", placeholder: "Booking Details"}}
|
||||||
placeholder: "Booking Details",
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/blurred-restaurant-with-vintage-sofa_1203-557.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/blurred-restaurant-with-vintage-sofa_1203-557.jpg"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
@@ -212,4 +148,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user