Update src/app/page.tsx
This commit is contained in:
195
src/app/page.tsx
195
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
|
||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Clock, Film, MapPin } from "lucide-react";
|
||||
import { Clock, Film, MapPin, Coffee, Utensils, Award } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -31,26 +31,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: "Reviews",
|
||||
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="The Whistle Stop Cafe"
|
||||
/>
|
||||
@@ -58,36 +43,21 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="A Taste of Southern Nostalgia"
|
||||
description="Experience homestyle comfort food in the iconic setting of Fried Green Tomatoes. Join us in Juliette for a meal that feels like home."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/elegant-table-with-drinks_1122-458.jpg"
|
||||
imageAlt="The Whistle Stop Cafe in Juliette"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Where Southern Charm Meets Iconic Cuisine"
|
||||
description="Step into the historic Whistle Stop Cafe. Famous as the home of 'Fried Green Tomatoes', we serve authentic Southern hospitality and comfort food in every bite."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/exterior-old-cafe-building_1234-5678.jpg"
|
||||
imageAlt="The iconic Whistle Stop Cafe storefront"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="More Than Just a Cafe"
|
||||
title="A Piece of Movie History"
|
||||
metrics={[
|
||||
{
|
||||
icon: MapPin,
|
||||
label: "Location",
|
||||
value: "Juliette, GA",
|
||||
},
|
||||
{
|
||||
icon: Clock,
|
||||
label: "Lunch Hours",
|
||||
value: "11AM - 4PM",
|
||||
},
|
||||
{
|
||||
icon: Film,
|
||||
label: "Movie Heritage",
|
||||
value: "Iconic",
|
||||
},
|
||||
{ icon: MapPin, label: "Located In", value: "Historic Juliette, GA" },
|
||||
{ icon: Film, label: "Cinema Legacy", value: "Fried Green Tomatoes" },
|
||||
{ icon: Coffee, label: "Style", value: "Authentic Southern" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -98,32 +68,13 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Chicken Tenders",
|
||||
description: "Crispy fried or succulent grilled chicken.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-chicken-wings-cutting-board-with-sauce_23-2148699032.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/delicious-corn-dog-meal_52683-86633.jpg",
|
||||
buttonText: "See Menu",
|
||||
},
|
||||
{
|
||||
title: "Southern Specials",
|
||||
description: "Traditional recipes cooked with love.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-eggs-green-salad-with-cup-tea_114579-37855.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/salad-served-with-lettuce-slice-cucumber_140725-8038.jpg",
|
||||
buttonText: "See Menu",
|
||||
},
|
||||
{
|
||||
title: "Sweet Potato Stix",
|
||||
description: "Our signature sweet potato fries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-castle-kitchen_23-2150844333.jpg",
|
||||
titleImageSrc: "http://img.b2bpic.net/free-photo/beautiful-kitchen-interior-design_23-2150976563.jpg",
|
||||
buttonText: "See Menu",
|
||||
},
|
||||
{ title: "Fried Green Tomatoes", description: "Our world-famous signature dish, perfectly crisp.", imageSrc: "http://img.b2bpic.net/free-photo/fried-green-tomatoes_1234-1111.jpg", titleImageSrc: "", buttonText: "Learn More" },
|
||||
{ title: "Southern Fried Chicken", description: "Crispy, juicy, and seasoned to Southern perfection.", imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken_1234-2222.jpg", titleImageSrc: "", buttonText: "View Menu" },
|
||||
{ title: "Homestyle Sides", description: "Mac & cheese, collard greens, and more.", imageSrc: "http://img.b2bpic.net/free-photo/southern-sides_1234-3333.jpg", titleImageSrc: "", buttonText: "See Sides" },
|
||||
]}
|
||||
title="Southern Comforts"
|
||||
description="Classic recipes, locally inspired."
|
||||
title="Southern Comfort Cuisine"
|
||||
description="Cooked with soul, served with history."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,124 +83,58 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "30+",
|
||||
description: "Years of Tradition",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
description: "Southern Comfort",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Iconic",
|
||||
description: "Movie Connection",
|
||||
},
|
||||
{ id: "1", value: "1991", description: "Year of Iconic Film" },
|
||||
{ id: "2", value: "100%", description: "Southern Hospitality" },
|
||||
{ id: "3", value: "Authentic", description: "Historic Recipes" },
|
||||
]}
|
||||
title="Our Legacy"
|
||||
description="Building memories since our doors opened."
|
||||
title="Our Culinary Roots"
|
||||
description="From screen to plate, tradition lives here."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "A Cinematic Treat",
|
||||
quote: "The food is fantastic and the history is real.",
|
||||
name: "Sarah J.",
|
||||
role: "Tourist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-women-eating-together_23-2149061571.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Wonderful Experience",
|
||||
quote: "Eating where the movie was filmed was special.",
|
||||
name: "Michael D.",
|
||||
role: "Fan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Classic Southern",
|
||||
quote: "Best fried chicken in Georgia, hands down.",
|
||||
name: "Emily R.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-waitress-with-cup-hot-drink_23-2147775876.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Charming Atmosphere",
|
||||
quote: "Love the small town vibes and the service.",
|
||||
name: "David K.",
|
||||
role: "Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-holding-hands-communicating-while-being-date-cafe-focus-is-man_637285-1886.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Must Visit",
|
||||
quote: "A perfect lunch stop on our road trip.",
|
||||
name: "Jessica L.",
|
||||
role: "Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-shy-young-asian-woman-standing-front-cafe-entrance-touching-her-neck_1258-199358.jpg",
|
||||
},
|
||||
{ id: "1", title: "Pure Nostalgia", quote: "It feels exactly like stepping into the movie. The food is wonderful!", name: "Linda B.", role: "Movie Fan" },
|
||||
{ id: "2", title: "Best Fried Green Tomatoes", quote: "I finally tried the famous dish and it lived up to the hype.", name: "Marcus W.", role: "Foodie" },
|
||||
{ id: "3", title: "Charming Gem", quote: "A must-visit stop on our Southern road trip. Such great energy.", name: "Sarah K.", role: "Traveler" },
|
||||
]}
|
||||
title="What Visitors Say"
|
||||
description="Hear from those who've walked through our historic doors."
|
||||
title="Tales from the Cafe"
|
||||
description="Read about the experiences of those who visit us."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "For groups, please call ahead to confirm availability.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are your hours?",
|
||||
content: "We are open Thursday-Sunday from 11 AM to 4 PM, and Mondays from 11 AM to 4 PM.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is there parking available?",
|
||||
content: "Yes, street parking is available in the historic downtown area.",
|
||||
},
|
||||
{ id: "q1", title: "Are you still in Juliette?", content: "Yes, we remain a landmark in beautiful historic downtown Juliette, Georgia." },
|
||||
{ id: "q2", title: "Is the food like the movie?", content: "We keep the tradition of Southern cooking alive just as you'd imagine." },
|
||||
{ id: "q3", title: "Do you host large events?", content: "We love hosting groups! Please reach out to arrange your visit." },
|
||||
]}
|
||||
title="Planning Your Visit"
|
||||
description="Common questions about visiting the Whistle Stop Cafe."
|
||||
title="Commonly Asked"
|
||||
description="Everything you need to know about your trip to the Whistle Stop."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Have a large group planning a trip? Give us a call at (478) 992-8886 to discuss your dining visit."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
text="Ready to take a trip down memory lane? Join us at the Whistle Stop Cafe for a truly Southern meal."
|
||||
buttons={[{ text: "Call Us", href: "tel:4789928886" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="The Whistle Stop Cafe"
|
||||
copyrightText="© 2025 The Whistle Stop Cafe | Juliette, Georgia"
|
||||
copyrightText="© 2025 The Whistle Stop Cafe | Historic Juliette, GA"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user