diff --git a/src/app/page.tsx b/src/app/page.tsx index b1ec8fe..f096349 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,71 +31,29 @@ export default function LandingPage() {
@@ -105,21 +63,9 @@ export default function LandingPage() { useInvertedBackground={false} title="The B12 Standard" metrics={[ - { - icon: Star, - label: "Rating", - value: "4.6+", - }, - { - icon: Users, - label: "Reviews", - value: "400+", - }, - { - icon: Clock, - label: "Opening Hours", - value: "Daily till Late", - }, + { icon: Star, label: "Rating", value: "4.6+" }, + { icon: Users, label: "Reviews", value: "400+" }, + { icon: Clock, label: "Opening Hours", value: "Daily till Late" }, ]} metricsAnimation="blur-reveal" /> @@ -130,27 +76,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} features={[ - { - tag: "Game", - title: "Bowling", - subtitle: "Luxury Alleys", - description: "High-tech scoring, premium lanes.", - imageSrc: "http://img.b2bpic.net/free-photo/colorful-bowling-balls-blurred-alley_23-2148344439.jpg", - }, - { - tag: "Game", - title: "Billiards", - subtitle: "Classic Tables", - description: "Professional quality surfaces.", - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-white-billiard-balls_23-2148299269.jpg", - }, - { - tag: "Game", - title: "Darts", - subtitle: "Precision Play", - description: "Competitive atmosphere.", - imageSrc: "http://img.b2bpic.net/free-photo/doing-sport-concept_23-2151937738.jpg", - }, + { tag: "Game", title: "Bowling", subtitle: "Luxury Alleys", description: "High-tech scoring, premium lanes.", imageSrc: "http://img.b2bpic.net/free-photo/colorful-bowling-balls-blurred-alley_23-2148344439.jpg" }, + { tag: "Game", title: "Billiards", subtitle: "Classic Tables", description: "Professional quality surfaces.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-with-white-billiard-balls_23-2148299269.jpg" }, + { tag: "Game", title: "Darts", subtitle: "Precision Play", description: "Competitive atmosphere.", imageSrc: "http://img.b2bpic.net/free-photo/doing-sport-concept_23-2151937738.jpg" }, ]} title="Entertainment Hub" description="Everything you need for an unforgettable night, from professional lanes to Irina's famous bar service." @@ -159,44 +87,15 @@ export default function LandingPage() {