From 6e389f21d7c7085be9e5f611e2ed7c3804f2f9c4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 18:14:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 594d92a..9e58ef2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,10 +10,10 @@ import FooterBase from '@/components/sections/footer/FooterBase'; export default function HomePage() { const navItems = [ - { name: "Home", id: "#hero" }, - { name: "Tables", id: "#tables" }, - { name: "Reviews", id: "#reviews" }, - { name: "Contact", id: "#contact" } + { name: "Home", id: "hero" }, + { name: "Tables", id: "tables" }, + { name: "Reviews", id: "reviews" }, + { name: "Contact", id: "contact" } ]; return ( @@ -53,6 +53,8 @@ export default function HomePage() { { id: "3", title: "Atmospheric Lounge", content: "Relax in our comfortable seating area after your game." } ]} imageSrc="http://img.b2bpic.net/free-photo/low-angle-happy-guy-looking-pool-table_23-2148299251.jpg" + useInvertedBackground={false} + mediaAnimation="slide-up" />
@@ -62,6 +64,7 @@ export default function HomePage() { animationType="slide-up" textboxLayout="split" gridVariant="three-columns-all-equal-width" + useInvertedBackground={false} products={[ { id: "1", brand: "Proline", name: "Tournament Table", price: "$15/hr", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/empty-university-library-students-work-school-assignments_482257-126907.jpg" }, { id: "2", brand: "Standard", name: "Practice Table", price: "$10/hr", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-guy-with-pool-cue-looking-away_23-2148299239.jpg" }, @@ -76,6 +79,7 @@ export default function HomePage() { textboxLayout="split" gridVariant="three-columns-all-equal-width" animationType="slide-up" + useInvertedBackground={false} testimonials={[ { id: "1", name: "James L.", role: "Pro", company: "Local League", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/friends-playing-table-football_23-2147681039.jpg" }, { id: "2", name: "Sarah K.", role: "Enthusiast", company: "City Group", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/sporty-man-drinking-bright-cocktail-swimming-pool-man-with-dark-hair-glass-with-bright-beverage-looking-camera-leisure-friendship-party-concept_74855-21406.jpg" }, @@ -88,6 +92,7 @@ export default function HomePage() { background={{ variant: "rotated-rays-static" }} text="Visit us at The Hangar for your next game. Open daily from 12 PM to 2 AM." buttons={[{ text: "Contact Us", href: "mailto:hello@hangar.com" }]} + useInvertedBackground={false} />