Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-14 18:14:16 +00:00

View File

@@ -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"
/>
</div>
<div id="tables" data-section="tables">
@@ -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}
/>
</div>
<div id="footer" data-section="footer">