Merge version_4 into main #3
167
src/app/page.tsx
167
src/app/page.tsx
@@ -32,16 +32,11 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Alpine Drive Inn"
|
||||
/>
|
||||
@@ -49,46 +44,17 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
title="A Taste of the Mountains"
|
||||
titleClassName="text-6xl md:text-8xl"
|
||||
description="Established in the heart of Burney, serving classic comfort food with a mountain-town twist. Dine-in or drive-through."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Alpine Drive Inn: Classic Comfort in Burney"
|
||||
description="Serving classic comfort food with a mountain-town twist since 1957. Famous for our Alpine Burger, hand-spun shakes, and friendly drive-through service."
|
||||
kpis={[
|
||||
{
|
||||
value: "4.4", label: "Google Rating"},
|
||||
{
|
||||
value: "440+", label: "Customer Reviews"},
|
||||
{
|
||||
value: "$10–20", label: "Avg. Price"},
|
||||
{ value: "4.4", label: "Google Rating" },
|
||||
{ value: "440+", label: "Customer Reviews" },
|
||||
{ value: "Daily", label: "Open from 11AM" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/forest-scenery_23-2150849465.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498458.jpg", alt: "Country music band singing outdoors"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/country-music-interpret-singing-outdoors_23-2149498442.jpg", alt: "Country music interpret singing outdoors"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lit-store-city-night_23-2149001230.jpg", alt: "Lit store in the city at night"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498463.jpg", alt: "Country music band singing outdoors"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/tanned-cheerful-women-stylish-summer-outfits-gossip-enjoy-tasty-food-street-cafe_197531-18194.jpg", alt: "Tanned cheerful women in stylish summer outfits gossip"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text", text: "Fresh Ingredients"},
|
||||
{
|
||||
type: "text", text: "Mountain Air Vibes"},
|
||||
{
|
||||
type: "text", text: "Classic Diner Comfort"},
|
||||
{
|
||||
type: "text", text: "Open Daily 11AM"},
|
||||
{
|
||||
type: "text", text: "Local Favorite Spot"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -96,9 +62,9 @@ export default function LandingPage() {
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={false}
|
||||
tag="Our Story"
|
||||
title="Mountain-Town Tradition"
|
||||
description="We believe in honest, classic food that keeps the community fueled. Whether you're visiting Burney or a local regular, our doors are open."
|
||||
subdescription="From our famous Alpine Burger to hand-spun shakes, every bite is a slice of local history."
|
||||
title="A Local Mountain Tradition"
|
||||
description="Alpine Drive Inn has been a staple in Burney for generations. We pride ourselves on serving quality food quickly to locals and travelers alike."
|
||||
subdescription="Stop by for our signature Alpine Burger, chili cheese fries, and one of our famous hand-spun shakes—the perfect treat for any occasion."
|
||||
icon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-holding-mexican-flag-full-shot_23-2149522631.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -112,21 +78,13 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Alpine Burger & Fries", price: "$12.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg"},
|
||||
{
|
||||
id: "p2", name: "Favorite Onion Rings", price: "$6.00", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-purple-onion-rings-marble-surface_114579-86047.jpg"},
|
||||
{
|
||||
id: "p3", name: "Reeves Peices Avalanche", price: "$7.50", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7851.jpg"},
|
||||
{
|
||||
id: "p4", name: "Chicken Nuggets", price: "$9.00", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-nuggets-ketchup-fork-black-plates-right-side-dark-surface_179666-34131.jpg"},
|
||||
{
|
||||
id: "p5", name: "Pastrami Sandwich", price: "$11.00", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18631.jpg"},
|
||||
{
|
||||
id: "p6", name: "Chili Cheese Fries", price: "$8.50", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/grilled-beef-fries-rustic-plate-generated-by-ai_188544-43099.jpg"},
|
||||
{ id: "p1", name: "Alpine Burger & Fries", price: "$12.50", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg" },
|
||||
{ id: "p2", name: "Favorite Onion Rings", price: "$6.00", variant: "Side", imageSrc: "http://img.b2bpic.net/free-photo/wooden-plate-with-purple-onion-rings-marble-surface_114579-86047.jpg" },
|
||||
{ id: "p3", name: "Reeves Peices Avalanche", price: "$7.50", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-frappe-with-vanilla-ice-cream_1339-7851.jpg" },
|
||||
{ id: "p4", name: "Chicken Nuggets", price: "$9.00", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/top-view-chicken-nuggets-ketchup-fork-black-plates-right-side-dark-surface_179666-34131.jpg" },
|
||||
]}
|
||||
title="Popular Menu Items"
|
||||
description="Browse our diner classics, from handcrafted burgers to indulgent shakes."
|
||||
title="Signature Favorites"
|
||||
description="Authentic, handmade diner classics crafted with care."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -136,30 +94,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1", title: "Drive-Through", subtitle: "Grab a quick meal on your way through town.", category: "Service", value: "Fast"},
|
||||
{
|
||||
id: "f2", title: "Dine-In", subtitle: "Enjoy a comfortable mountain-style diner atmosphere.", category: "Service", value: "Cozy"},
|
||||
{ id: "f1", title: "Quick Drive-Through", subtitle: "Get your favorite comfort food without leaving your car.", category: "Service", value: "Efficient" },
|
||||
{ id: "f2", title: "Dine-In Atmosphere", subtitle: "Relax and enjoy your meal in our cozy mountain setting.", category: "Service", value: "Comfortable" },
|
||||
]}
|
||||
title="Diner Highlights"
|
||||
description="Experience fast and friendly service at our mountain-town classic."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardFourteen
|
||||
useInvertedBackground={false}
|
||||
title="Our Impact"
|
||||
tag="Diner Stats"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "440", description: "Happy Reviews"},
|
||||
{
|
||||
id: "m2", value: "11", description: "Opening Hour"},
|
||||
{
|
||||
id: "m3", value: "20", description: "Max Price"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
title="Service Excellence"
|
||||
description="We combine efficient drive-through service with the warmth of a classic diner."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -168,19 +107,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", title: "Quick Service", quote: "Cute little mountain town diner. Staff was friendly, no wait.", name: "Charene Robinson", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-shaking-hands_23-2148395404.jpg"},
|
||||
{
|
||||
id: "2", title: "Delicious Shakes", quote: "The best part is the shakes. Absolutely delicious.", name: "Jason Williams", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cheerful-girl-with-tattooes-dreadlocks-is-sitting-food-court-while-drinking-coffee_613910-17170.jpg"},
|
||||
{
|
||||
id: "3", title: "Comfort Food", quote: "Great place for a quick bit to eat. Convenient diner spot.", name: "Emily George", role: "Guest", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-caucasian-redhead-woman-with-cute-smile-hair-bun-laughing-cheerfully-nice-chat-with-unrecognizable-brunette-girl-gray-hat_273609-2058.jpg"},
|
||||
{
|
||||
id: "4", title: "Good Value", quote: "Reasonable prices and great service. We will be back.", name: "Mark Miller", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-entrepreneur-asian-business-owner-manager-sitting-confident-smiling_1258-199004.jpg"},
|
||||
{
|
||||
id: "5", title: "Mountain Classic", quote: "A must-visit when passing through Burney. Perfect pit stop.", name: "Sarah Davis", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-passing-food-her-husband-while-having-family-lunch-home_637285-3243.jpg"},
|
||||
{ id: "1", title: "Best Pit Stop", quote: "The best part of passing through Burney is stopping here for a shake!", name: "Sarah D.", role: "Traveler", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-passing-food-her-husband-while-having-family-lunch-home_637285-3243.jpg" },
|
||||
{ id: "2", title: "Classic Diner Vibes", quote: "Friendly staff, quick service, and consistently great food.", name: "Jason W.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cheerful-girl-with-tattooes-dreadlocks-is-sitting-food-court-while-drinking-coffee_613910-17170.jpg" },
|
||||
]}
|
||||
title="Customer Favorites"
|
||||
description="See why locals and visitors love Alpine Drive Inn."
|
||||
title="Customer Love"
|
||||
description="Join the hundreds of happy visitors who call Alpine Drive Inn their favorite local spot."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -188,12 +119,11 @@ export default function LandingPage() {
|
||||
<FaqSplitText
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q2", title: "When are your opening hours?", content: "We open daily at 11:00 AM. Stop by for lunch or dinner!"},
|
||||
{
|
||||
id: "q3", title: "Is there a drive-through?", content: "Yes, we are the only drive-through in town, making it easy to grab your meal on the go."},
|
||||
{ id: "q1", title: "What are your hours?", content: "We are open daily starting at 11:00 AM to serve you lunch and dinner." },
|
||||
{ id: "q2", title: "Where are you located?", content: "Find us at 37148 CA-299 in Burney, CA—your go-to drive-through on the road." },
|
||||
{ id: "q3", title: "Do you offer take-out?", content: "Yes! Our drive-through and take-out options make it easy to enjoy our food anywhere." },
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
sideTitle="FAQs"
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -201,12 +131,11 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
title="Visit Us Today"
|
||||
description="37148 CA-299, Burney, CA 96013. Stop by for our famous burgers and shakes."
|
||||
background={{ variant: "plain" }}
|
||||
title="Visit Alpine Drive Inn"
|
||||
description="37148 CA-299, Burney, CA 96013 | Call us at (530) 335-2211"
|
||||
buttonText="Get Directions"
|
||||
tag="Contact"
|
||||
tag="Connect"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -214,26 +143,8 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="Alpine Drive Inn"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate", items: [
|
||||
{
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reviews", href: "#testimonials"},
|
||||
{
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Directions", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "(530) 335-2211", href: "tel:5303352211"},
|
||||
{
|
||||
label: "37148 CA-299, Burney", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{ title: "Menu", items: [{ label: "Classics", href: "#menu" }, { label: "Sides", href: "#menu" }, { label: "Shakes", href: "#menu" }] },
|
||||
{ title: "Info", items: [{ label: "About Us", href: "#about" }, { label: "Hours", href: "#faq" }, { label: "Contact", href: "#contact" }] },
|
||||
]}
|
||||
copyrightText="© 2024 Alpine Drive Inn. All rights reserved."
|
||||
/>
|
||||
@@ -241,4 +152,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user