Merge version_1_1781605027678 into main #2
@@ -9,188 +9,103 @@ import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroOverlay
|
||||
tag="Welcome to George's"
|
||||
title="Your favorite spot for breakfast & brunch"
|
||||
description="Located inside the Hulman Memorial Student Union, we serve comfort food, fresh coffee, and local specialties in a cozy, welcoming atmosphere."
|
||||
primaryButton={{
|
||||
text: "Visit Us",
|
||||
href: "#contact",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "See Our Menu",
|
||||
href: "#menu",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/yummy-breakfast-set-table_140725-5705.jpg?_wi=1"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Welcome to George's"
|
||||
title="Your favorite spot for breakfast & brunch"
|
||||
description="Located inside the Hulman Memorial Student Union, we serve comfort food, fresh coffee, and local specialties in a cozy, welcoming atmosphere."
|
||||
primaryButton={{ text: "Visit Us", href: "#contact" }}
|
||||
secondaryButton={{ text: "See Our Menu", href: "#menu" }}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/yummy-breakfast-set-table_140725-5705.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutMediaOverlay
|
||||
tag="Our Story"
|
||||
title="Casual Comfort & Local Flavors"
|
||||
description="George’s Cafe is the heart of the student union. From quick morning bites and healthy options to indulgent comfort food, we offer a place to recharge. We specialize in locally sourced ingredients and craft coffee drinks designed for students and locals alike."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-meaty-soup-with-potatoes-greens-dark-desk_140725-76803.jpg?_wi=1"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Story"
|
||||
title="Casual Comfort & Local Flavors"
|
||||
description="George’s Cafe is the heart of the student union. From quick morning bites and healthy options to indulgent comfort food, we offer a place to recharge. We specialize in locally sourced ingredients and craft coffee drinks designed for students and locals alike."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/top-view-meaty-soup-with-potatoes-greens-dark-desk_140725-76803.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<div id="menu" data-section="menu">
|
||||
<SectionErrorBoundary name="menu">
|
||||
<FeaturesArrowCards
|
||||
tag="Our Kitchen"
|
||||
title="Breakfast, Brunch & Beyond"
|
||||
description="Price range $10–20/person. Freshly prepared daily."
|
||||
items={[
|
||||
{
|
||||
title: "Breakfast Classics",
|
||||
tags: [
|
||||
"Eggs",
|
||||
"Toast",
|
||||
"Pancakes",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-crepes-pancakes-toasts-croissant-egg-sliced-strawberries-bananas-coffee_140725-7771.jpg?_wi=1",
|
||||
imageAlt: "Breakfast set with crepes, pancakes toasts, croissant, egg, sliced strawberries, bananas and coffee",
|
||||
},
|
||||
{
|
||||
title: "Gourmet Brunch Plates",
|
||||
tags: [
|
||||
"Specialty",
|
||||
"Local",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yummy-breakfast-set-table_140725-5705.jpg?_wi=2",
|
||||
imageAlt: "Breakfast set with crepes, pancakes toasts, croissant, egg, sliced strawberries, bananas and coffee",
|
||||
},
|
||||
{
|
||||
title: "Coffee & Drinks",
|
||||
tags: [
|
||||
"Latte",
|
||||
"Espresso",
|
||||
"Tea",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meaty-soup-with-potatoes-greens-dark-desk_140725-76803.jpg?_wi=2",
|
||||
imageAlt: "Breakfast set with crepes, pancakes toasts, croissant, egg, sliced strawberries, bananas and coffee",
|
||||
},
|
||||
{
|
||||
title: "Quick Bites & Dessert",
|
||||
tags: [
|
||||
"Pastries",
|
||||
"Healthy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg?_wi=1",
|
||||
imageAlt: "Breakfast set with crepes, pancakes toasts, croissant, egg, sliced strawberries, bananas and coffee",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Our Kitchen"
|
||||
title="Breakfast, Brunch & Beyond"
|
||||
description="Price range $10–20/person. Freshly prepared daily."
|
||||
items={[
|
||||
{
|
||||
title: "Breakfast Classics", tags: ["Eggs", "Toast", "Pancakes"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-crepes-pancakes-toasts-croissant-egg-sliced-strawberries-bananas-coffee_140725-7771.jpg"
|
||||
},
|
||||
{
|
||||
title: "Gourmet Brunch Plates", tags: ["Specialty", "Local"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yummy-breakfast-set-table_140725-5705.jpg"
|
||||
},
|
||||
{
|
||||
title: "Coffee & Drinks", tags: ["Latte", "Espresso", "Tea"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meaty-soup-with-potatoes-greens-dark-desk_140725-76803.jpg"
|
||||
},
|
||||
{
|
||||
title: "Quick Bites & Dessert", tags: ["Pastries", "Healthy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="highlights" data-section="highlights">
|
||||
<SectionErrorBoundary name="highlights">
|
||||
<div id="highlights" data-section="highlights">
|
||||
<SectionErrorBoundary name="highlights">
|
||||
<FeaturesRevealCardsBento
|
||||
tag="Amenities"
|
||||
title="Everything You Need"
|
||||
description="Enjoy your visit with our accessible and welcoming facilities."
|
||||
items={[
|
||||
{
|
||||
title: "Takeout Ready",
|
||||
description: "Grab your coffee and bites to go.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg",
|
||||
imageAlt: "Delicious french breakfast with croissant",
|
||||
},
|
||||
{
|
||||
title: "Dine-in Comfort",
|
||||
description: "Relax in our warm cafe setting.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yummy-breakfast-set-table_140725-5705.jpg?_wi=3",
|
||||
imageAlt: "Delicious french breakfast with croissant",
|
||||
},
|
||||
{
|
||||
title: "Solo Dining Friendly",
|
||||
description: "Perfect spot to work or unwind.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-meaty-soup-with-potatoes-greens-dark-desk_140725-76803.jpg?_wi=3",
|
||||
imageAlt: "Delicious french breakfast with croissant",
|
||||
},
|
||||
{
|
||||
title: "Wheelchair Accessible",
|
||||
description: "Accessible entrance and facilities.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg?_wi=2",
|
||||
imageAlt: "Delicious french breakfast with croissant",
|
||||
},
|
||||
{
|
||||
title: "Student Union Location",
|
||||
description: "Conveniently located at 550 Chestnut St.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-crepes-pancakes-toasts-croissant-egg-sliced-strawberries-bananas-coffee_140725-7771.jpg?_wi=2",
|
||||
imageAlt: "Delicious french breakfast with croissant",
|
||||
},
|
||||
{
|
||||
title: "Fresh Daily",
|
||||
description: "Baked goods and coffee every morning.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-colorful-breakfast-with-oatmeal-yogurt-strawberry-blueberry-honey-milk-white-background-breakfast-bed-copy-space-top-view_1220-1318.jpg",
|
||||
imageAlt: "Delicious french breakfast with croissant",
|
||||
},
|
||||
{
|
||||
title: "Friendly Staff",
|
||||
description: "We're here to make your day.",
|
||||
href: "#",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-lunch-setup-with-grape-leaves-dolma-lentil-soup-vegetable-salad-with-cheese_140725-8875.jpg",
|
||||
imageAlt: "Delicious french breakfast with croissant",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Amenities"
|
||||
title="Everything You Need"
|
||||
description="Enjoy your visit with our accessible and welcoming facilities."
|
||||
items={[
|
||||
{ title: "Takeout Ready", description: "Grab your coffee and bites to go.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg" },
|
||||
{ title: "Dine-in Comfort", description: "Relax in our warm cafe setting.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/yummy-breakfast-set-table_140725-5705.jpg" },
|
||||
{ title: "Solo Dining Friendly", description: "Perfect spot to work or unwind.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meaty-soup-with-potatoes-greens-dark-desk_140725-76803.jpg" },
|
||||
{ title: "Wheelchair Accessible", description: "Accessible entrance and facilities.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg" },
|
||||
{ title: "Student Union Location", description: "Conveniently located at 550 Chestnut St.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-set-with-crepes-pancakes-toasts-croissant-egg-sliced-strawberries-bananas-coffee_140725-7771.jpg" },
|
||||
{ title: "Fresh Daily", description: "Baked goods and coffee every morning.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/tasty-colorful-breakfast-with-oatmeal-yogurt-strawberry-blueberry-honey-milk-white-background-breakfast-bed-copy-space-top-view_1220-1318.jpg" },
|
||||
{ title: "Friendly Staff", description: "We're here to make your day.", href: "#", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lunch-setup-with-grape-leaves-dolma-lentil-soup-vegetable-salad-with-cheese_140725-8875.jpg" }
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="hours" data-section="hours">
|
||||
<SectionErrorBoundary name="hours">
|
||||
<div id="hours" data-section="hours">
|
||||
<SectionErrorBoundary name="hours">
|
||||
<FaqSplitMedia
|
||||
tag="Visit Us"
|
||||
title="Cafe Hours & Info"
|
||||
description="We open daily at 8 AM. Stop by whenever you need a boost."
|
||||
items={[
|
||||
{
|
||||
question: "Monday - Friday",
|
||||
answer: "8:00 AM - 6:00 PM",
|
||||
},
|
||||
{
|
||||
question: "Saturday",
|
||||
answer: "9:00 AM - 4:00 PM",
|
||||
},
|
||||
{
|
||||
question: "Sunday",
|
||||
answer: "Closed",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg?_wi=3"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Visit Us"
|
||||
title="Cafe Hours & Info"
|
||||
description="We open daily at 8 AM. Stop by whenever you need a boost."
|
||||
items={[
|
||||
{ question: "Monday - Friday", answer: "8:00 AM - 6:00 PM" },
|
||||
{ question: "Saturday", answer: "9:00 AM - 4:00 PM" },
|
||||
{ question: "Sunday", answer: "Closed" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-diverse-people-ordering-coffee-cafe-shop_53876-30111.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Find Us"
|
||||
text="Located at 550 Chestnut St, Terre Haute, IN. Reach us at (812) 237-8481."
|
||||
primaryButton={{
|
||||
text: "Follow on Facebook",
|
||||
href: "https://facebook.com",
|
||||
}}
|
||||
secondaryButton={{
|
||||
text: "Call Now",
|
||||
href: "tel:8122378481",
|
||||
}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
tag="Find Us"
|
||||
text="Located at 550 Chestnut St, Terre Haute, IN. Reach us at (812) 237-8481."
|
||||
primaryButton={{ text: "Follow on Facebook", href: "https://facebook.com" }}
|
||||
secondaryButton={{ text: "Call Now", href: "tel:8122378481" }}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user