Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| aeaed215c8 | |||
| 96ddffee8a | |||
| 23637ebf50 | |||
| 5552a5ca03 |
155
src/app/page.tsx
155
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Directions",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Directions", id: "contact"},
|
||||
]}
|
||||
brandName="Broad Street Cafe"
|
||||
/>
|
||||
@@ -53,42 +45,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="St. Joseph’s Favorite Coffee Spot in a Historic Firehouse"
|
||||
description="Fresh espresso, homemade pastries, and handcrafted sandwiches served daily."
|
||||
tag="⭐ 4.4 rating from 500+ locals"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Get Directions",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Directions", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=1",
|
||||
imageAlt: "Coffee and pastries",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=1", imageAlt: "Coffee and pastries"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=2",
|
||||
imageAlt: "Cafe interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=2", imageAlt: "Cafe interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=3",
|
||||
imageAlt: "Espresso service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=3", imageAlt: "Espresso service"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=4",
|
||||
imageAlt: "Fresh sandwiches",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=4", imageAlt: "Fresh sandwiches"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=5",
|
||||
imageAlt: "Breakfast croissant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064696.jpg?_wi=5", imageAlt: "Breakfast croissant"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
tagIcon={Star}
|
||||
@@ -118,41 +95,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Turkey Club Panini",
|
||||
price: "$12.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Turkey Club Panini", price: "$12.95", imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=1"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Croissant Breakfast Sandwich",
|
||||
price: "$9.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=2",
|
||||
},
|
||||
id: "2", name: "Croissant Breakfast Sandwich", price: "$9.95", imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=2"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Tuna Croissant Sandwich",
|
||||
price: "$11.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=3",
|
||||
},
|
||||
id: "3", name: "Tuna Croissant Sandwich", price: "$11.50", imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=3"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Chicken Salad Sandwich",
|
||||
price: "$11.95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=4",
|
||||
},
|
||||
id: "4", name: "Chicken Salad Sandwich", price: "$11.95", imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=4"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Cranberry Muffin",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=5",
|
||||
},
|
||||
id: "5", name: "Cranberry Muffin", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=5"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Premium Tea Collection",
|
||||
price: "$3.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=6",
|
||||
},
|
||||
id: "6", name: "Premium Tea Collection", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/cheese-pork-hamburger_1339-7667.jpg?_wi=6"},
|
||||
]}
|
||||
title="Freshly Crafted"
|
||||
description="From our oven to your table."
|
||||
@@ -165,45 +118,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Fantastic!",
|
||||
quote: "The atmosphere, staff, food, and coffee are all fantastic!",
|
||||
name: "Sarah J.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg",
|
||||
},
|
||||
id: "1", title: "Fantastic!", quote: "The atmosphere, staff, food, and coffee are all fantastic!", name: "Sarah J.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/she-s-ready-making-coffee_329181-2917.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Super Friendly",
|
||||
quote: "Great place to have breakfast—super friendly staff.",
|
||||
name: "Mark D.",
|
||||
role: "Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg",
|
||||
},
|
||||
id: "2", title: "Super Friendly", quote: "Great place to have breakfast—super friendly staff.", name: "Mark D.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-beautiful-lady-sitting-restaurant-smiling-camera_114579-92383.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Amazing Vibe",
|
||||
quote: "Amazing food and a perfect local vibe.",
|
||||
name: "Emily R.",
|
||||
role: "Local",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-teenager-reading-book-cafe-table_23-2147860721.jpg",
|
||||
},
|
||||
id: "3", title: "Amazing Vibe", quote: "Amazing food and a perfect local vibe.", name: "Emily R.", role: "Local", imageSrc: "http://img.b2bpic.net/free-photo/male-teenager-reading-book-cafe-table_23-2147860721.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Best Spot",
|
||||
quote: "My favorite place to start the day in St. Joe.",
|
||||
name: "David K.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149240732.jpg",
|
||||
},
|
||||
id: "4", title: "Best Spot", quote: "My favorite place to start the day in St. Joe.", name: "David K.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/young-pregnant-woman-work_23-2149240732.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Perfect Coffee",
|
||||
quote: "I come here every single morning for my latte.",
|
||||
name: "Linda M.",
|
||||
role: "Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg",
|
||||
},
|
||||
id: "5", title: "Perfect Coffee", quote: "I come here every single morning for my latte.", name: "Linda M.", role: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg"},
|
||||
]}
|
||||
title="Local Favorites"
|
||||
description="Hear what our neighbors are saying."
|
||||
@@ -217,16 +140,10 @@ export default function LandingPage() {
|
||||
description="614 Broad St, St Joseph, MI | 8 AM - 4 PM"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email", required: true,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/house-entrance-door-with-decorated-porch_23-2147764364.jpg"
|
||||
@@ -241,29 +158,19 @@ export default function LandingPage() {
|
||||
logoText="Broad Street Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "614 Broad St",
|
||||
href: "#",
|
||||
},
|
||||
label: "614 Broad St", href: "#"},
|
||||
{
|
||||
label: "Call Us",
|
||||
href: "tel:5555555555",
|
||||
},
|
||||
label: "Call Us", href: "tel:5555555555"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user