16 Commits

Author SHA1 Message Date
4731c3e013 Update theme fonts 2026-06-09 21:59:31 +00:00
b6b919d97c Update theme fonts 2026-06-09 21:59:31 +00:00
6669e1b3c7 Update theme fonts 2026-06-09 21:59:14 +00:00
159ee9fe38 Update theme fonts 2026-06-09 21:59:14 +00:00
8e77bf0516 Update theme fonts 2026-06-09 21:59:11 +00:00
cbd01f054d Update theme fonts 2026-06-09 21:59:11 +00:00
45b53b4db1 Update theme fonts 2026-06-09 21:58:55 +00:00
4ae30cdad7 Update theme fonts 2026-06-09 21:58:55 +00:00
3f91d24be7 Update theme fonts 2026-06-09 21:58:53 +00:00
ae1298a0df Update theme fonts 2026-06-09 21:58:52 +00:00
c18857f385 Update src/app/visit/page.tsx 2026-06-09 21:51:06 +00:00
b93dc01fba Update src/app/page.tsx 2026-06-09 21:51:05 +00:00
e6010ff76d Update src/app/menu/page.tsx 2026-06-09 21:51:05 +00:00
e178e776bf Update src/app/contact/page.tsx 2026-06-09 21:51:04 +00:00
098fea6195 Update src/app/about/page.tsx 2026-06-09 21:51:04 +00:00
784a3deb9b Merge version_1 into main
Merge version_1 into main
2026-06-09 21:47:55 +00:00
6 changed files with 133 additions and 395 deletions

View File

@@ -14,7 +14,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
sizing="large"
background="aurora"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Visit Us",
id: "/visit",
},
name: "Visit Us", id: "/visit"},
{
name: "Reserve",
id: "/contact",
},
name: "Reserve", id: "/contact"},
]}
brandName="Maple N' Jams Cafe"
/>
@@ -67,14 +57,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Burbank Local Gazette",
"Chamber of Commerce",
"Local Food Critics",
"Community Events",
"Family Magazine",
"Dining Guide",
"Neighborhood Buzz",
]}
"Burbank Local Gazette", "Chamber of Commerce", "Local Food Critics", "Community Events", "Family Magazine", "Dining Guide", "Neighborhood Buzz"]}
title="Proudly Part of Burbank"
description="We are deeply rooted in our community, fostering connections and serving our neighbors with pride."
tagAnimation="opacity"
@@ -87,62 +70,37 @@ export default function LandingPage() {
logoText="Maple N' Jams Cafe"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
],
},
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "6814 W 87th St",
href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459",
},
label: "6814 W 87th St", href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459"},
{
label: "Burbank, IL 60459",
href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459",
},
label: "Burbank, IL 60459", href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459"},
{
label: "(708) 237-1600",
href: "tel:+17082371600",
},
label: "(708) 237-1600", href: "tel:+17082371600"},
{
label: "Mon-Fri: 7 AM - 2 PM",
href: "#",
},
label: "Mon-Fri: 7 AM - 2 PM", href: "#"},
{
label: "Sat-Sun: 7 AM - 3 PM",
href: "#",
},
label: "Sat-Sun: 7 AM - 3 PM", href: "#"},
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
],
},
]}
@@ -152,4 +110,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -14,7 +14,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
sizing="large"
background="aurora"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Visit Us",
id: "/visit",
},
name: "Visit Us", id: "/visit"},
{
name: "Reserve",
id: "/contact",
},
name: "Reserve", id: "/contact"},
]}
brandName="Maple N' Jams Cafe"
/>
@@ -54,8 +44,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Book Your Table"
title="Make a Reservation"
description="Reservations are required to ensure a delightful dining experience. Please fill out the form below or call us at (708) 237-1600 to secure your spot."
@@ -72,20 +61,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq-r1",
title: "What is your cancellation policy?",
content: "We require a minimum of 24 hours notice for any reservation cancellations or modifications. Please call us directly.",
},
id: "faq-r1", title: "What is your cancellation policy?", content: "We require a minimum of 24 hours notice for any reservation cancellations or modifications. Please call us directly."},
{
id: "faq-r2",
title: "Can I book for a large group?",
content: "For groups larger than 6, please contact us directly by phone to ensure we can accommodate your party comfortably.",
},
id: "faq-r2", title: "Can I book for a large group?", content: "For groups larger than 6, please contact us directly by phone to ensure we can accommodate your party comfortably."},
{
id: "faq-r3",
title: "Do you accommodate special requests?",
content: "Yes, please mention any dietary restrictions, allergies, or special occasion requests in your reservation notes, and we will do our best to assist you.",
},
id: "faq-r3", title: "Do you accommodate special requests?", content: "Yes, please mention any dietary restrictions, allergies, or special occasion requests in your reservation notes, and we will do our best to assist you."},
]}
title="Reservation FAQ"
description="Common questions about booking your visit."
@@ -100,62 +80,37 @@ export default function LandingPage() {
logoText="Maple N' Jams Cafe"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
],
},
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "6814 W 87th St",
href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459",
},
label: "6814 W 87th St", href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459"},
{
label: "Burbank, IL 60459",
href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459",
},
label: "Burbank, IL 60459", href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459"},
{
label: "(708) 237-1600",
href: "tel:+17082371600",
},
label: "(708) 237-1600", href: "tel:+17082371600"},
{
label: "Mon-Fri: 7 AM - 2 PM",
href: "#",
},
label: "Mon-Fri: 7 AM - 2 PM", href: "#"},
{
label: "Sat-Sun: 7 AM - 3 PM",
href: "#",
},
label: "Sat-Sun: 7 AM - 3 PM", href: "#"},
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
],
},
]}
@@ -165,4 +120,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -7,6 +7,9 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Inter_Tight } from "next/font/google";
import { Open_Sans } from "next/font/google";
import { DM_Sans } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
@@ -41,6 +44,11 @@ export const metadata: Metadata = {
},
};
const interTight = Inter_Tight({
variable: "--font-inter-tight",
subsets: ["latin"],

View File

@@ -14,7 +14,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
sizing="large"
background="aurora"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
@@ -26,25 +26,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Visit Us",
id: "/visit",
},
name: "Visit Us", id: "/visit"},
{
name: "Reserve",
id: "/contact",
},
name: "Reserve", id: "/contact"},
]}
brandName="Maple N' Jams Cafe"
/>
@@ -58,53 +48,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "menu-crepe-sweet",
name: "Strawberry Banana Crepe",
price: "$14.99",
variant: "Sweet Crepes",
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-chocolate-white-plate-blue-surface_114579-33877.jpg",
imageAlt: "Sweet crepe with strawberries and bananas",
},
id: "menu-crepe-sweet", name: "Strawberry Banana Crepe", price: "$14.99", variant: "Sweet Crepes", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-chocolate-white-plate-blue-surface_114579-33877.jpg", imageAlt: "Sweet crepe with strawberries and bananas"},
{
id: "menu-skillet-veggie",
name: "Garden Veggie Skillet",
price: "$16.50",
variant: "Egg Skillets",
imageSrc: "http://img.b2bpic.net/free-photo/vegetables-frying-pan_23-2147753689.jpg",
imageAlt: "Vegetarian egg skillet with fresh vegetables",
},
id: "menu-skillet-veggie", name: "Garden Veggie Skillet", price: "$16.50", variant: "Egg Skillets", imageSrc: "http://img.b2bpic.net/free-photo/vegetables-frying-pan_23-2147753689.jpg", imageAlt: "Vegetarian egg skillet with fresh vegetables"},
{
id: "menu-pancakes",
name: "Buttermilk Pancake Stack",
price: "$12.99",
variant: "American Classics",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pancakes-with-honey-fruits-light-surface-sweet-fruit-cake_140725-82096.jpg",
imageAlt: "Stack of fluffy buttermilk pancakes",
},
id: "menu-pancakes", name: "Buttermilk Pancake Stack", price: "$12.99", variant: "American Classics", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-pancakes-with-honey-fruits-light-surface-sweet-fruit-cake_140725-82096.jpg", imageAlt: "Stack of fluffy buttermilk pancakes"},
{
id: "menu-burger-fries",
name: "Classic Cafe Burger",
price: "$15.00",
variant: "American Classics",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637343.jpg",
imageAlt: "Classic cheeseburger with french fries",
},
id: "menu-burger-fries", name: "Classic Cafe Burger", price: "$15.00", variant: "American Classics", imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637343.jpg", imageAlt: "Classic cheeseburger with french fries"},
{
id: "menu-salad",
name: "Grilled Chicken Salad",
price: "$13.75",
variant: "Lunch Favorites",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-cabbage-salad-with-olives-dark-background-meal-health-bread-snack-diet-lunch-holiday-food_179666-17469.jpg",
imageAlt: "Fresh garden salad with grilled chicken",
},
id: "menu-salad", name: "Grilled Chicken Salad", price: "$13.75", variant: "Lunch Favorites", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-cabbage-salad-with-olives-dark-background-meal-health-bread-snack-diet-lunch-holiday-food_179666-17469.jpg", imageAlt: "Fresh garden salad with grilled chicken"},
{
id: "menu-coffee",
name: "Artisan Coffee",
price: "$4.50",
variant: "Drinks",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-latte-wood-table-coffee-shop-cafe_1150-12756.jpg",
imageAlt: "Cup of artisan coffee latte",
},
id: "menu-coffee", name: "Artisan Coffee", price: "$4.50", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-latte-wood-table-coffee-shop-cafe_1150-12756.jpg", imageAlt: "Cup of artisan coffee latte"},
]}
title="Our Delicious Menu"
description="Explore our wide selection of breakfast and lunch favorites, all made with fresh ingredients. Most dishes are priced between $10-$20."
@@ -120,23 +74,11 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Vegetarian Options",
description: "Enjoy a variety of delicious plant-based dishes, clearly marked for your convenience.",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-nutritious-carrot-cut-out-icon_53876-74638.jpg",
imageAlt: "Bowl of fresh vegetables, representing vegetarian options",
},
title: "Vegetarian Options", description: "Enjoy a variety of delicious plant-based dishes, clearly marked for your convenience.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-nutritious-carrot-cut-out-icon_53876-74638.jpg", imageAlt: "Bowl of fresh vegetables, representing vegetarian options"},
{
title: "Kids' Menu",
description: "Little ones will love our kid-friendly portions and tasty selections.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-batch-meals_23-2148826884.jpg",
imageAlt: "Happy child eating breakfast, representing kids' menu",
},
title: "Kids' Menu", description: "Little ones will love our kid-friendly portions and tasty selections.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-arrangement-batch-meals_23-2148826884.jpg", imageAlt: "Happy child eating breakfast, representing kids' menu"},
{
title: "Daily Specials",
description: "Ask about our seasonal specials, featuring fresh ingredients and unique creations.",
imageSrc: "http://img.b2bpic.net/free-photo/mushroom-egg-benedict-white-plate_74190-676.jpg",
imageAlt: "Blackboard with daily specials, representing daily specials",
},
title: "Daily Specials", description: "Ask about our seasonal specials, featuring fresh ingredients and unique creations.", imageSrc: "http://img.b2bpic.net/free-photo/mushroom-egg-benedict-white-plate_74190-676.jpg", imageAlt: "Blackboard with daily specials, representing daily specials"},
]}
title="Specialties & Options"
description="We cater to every taste with delightful vegetarian dishes and a special kids' menu."
@@ -148,62 +90,37 @@ export default function LandingPage() {
logoText="Maple N' Jams Cafe"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
],
},
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "6814 W 87th St",
href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459",
},
label: "6814 W 87th St", href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459"},
{
label: "Burbank, IL 60459",
href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459",
},
label: "Burbank, IL 60459", href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459"},
{
label: "(708) 237-1600",
href: "tel:+17082371600",
},
label: "(708) 237-1600", href: "tel:+17082371600"},
{
label: "Mon-Fri: 7 AM - 2 PM",
href: "#",
},
label: "Mon-Fri: 7 AM - 2 PM", href: "#"},
{
label: "Sat-Sun: 7 AM - 3 PM",
href: "#",
},
label: "Sat-Sun: 7 AM - 3 PM", href: "#"},
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
],
},
]}
@@ -213,4 +130,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -18,7 +18,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
sizing="large"
background="aurora"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
@@ -30,25 +30,15 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Menu",
id: "/menu",
},
name: "Menu", id: "/menu"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Visit Us",
id: "/visit",
},
name: "Visit Us", id: "/visit"},
{
name: "Reserve",
id: "/contact",
},
name: "Reserve", id: "/contact"},
]}
brandName="Maple N' Jams Cafe"
/>
@@ -57,42 +47,27 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="Morning Made Delicious"
description="Your Favorite Neighborhood Breakfast & Lunch Spot. Indulge in our classic American comfort food, delightful crepes, and hearty egg skillets."
buttons={[
{
text: "Make a Reservation",
href: "/contact",
},
text: "Make a Reservation", href: "/contact"},
]}
buttonAnimation="opacity"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-having-breakfast-near-father_23-2147800394.jpg",
imageAlt: "Delicious breakfast pancakes with maple syrup",
},
imageSrc: "http://img.b2bpic.net/free-photo/mother-daughter-having-breakfast-near-father_23-2147800394.jpg", imageAlt: "Delicious breakfast pancakes with maple syrup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pancakes-with-strawberries-cup-coffee_140725-13965.jpg",
imageAlt: "Strawberry crepes with whipped cream",
},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pancakes-with-strawberries-cup-coffee_140725-13965.jpg", imageAlt: "Strawberry crepes with whipped cream"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-meal-assortment_23-2148833948.jpg",
imageAlt: "Fluffy pancakes with berries for breakfast",
},
imageSrc: "http://img.b2bpic.net/free-photo/tasty-breakfast-meal-assortment_23-2148833948.jpg", imageAlt: "Fluffy pancakes with berries for breakfast"},
{
imageSrc: "http://img.b2bpic.net/free-photo/charming-cafe-with-floral-decor-outdoor-seating_23-2151984704.jpg",
imageAlt: "Savory crepes for breakfast",
},
imageSrc: "http://img.b2bpic.net/free-photo/charming-cafe-with-floral-decor-outdoor-seating_23-2151984704.jpg", imageAlt: "Savory crepes for breakfast"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cookies-with-fruity-pastries-orange-slices-dark-surface-fruits-sweet-cake-pie-tea-sugar_140725-101559.jpg",
imageAlt: "Golden waffles with fruit and syrup",
},
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-cookies-with-fruity-pastries-orange-slices-dark-surface-fruits-sweet-cake-pie-tea-sugar_140725-101559.jpg", imageAlt: "Golden waffles with fruit and syrup"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beating-eggs_23-2147985182.jpg",
imageAlt: "Smoked salmon bagel for breakfast",
},
imageSrc: "http://img.b2bpic.net/free-photo/beating-eggs_23-2147985182.jpg", imageAlt: "Smoked salmon bagel for breakfast"},
]}
/>
</div>
@@ -104,23 +79,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Delightful Crepes",
description: "Experience our range of sweet and savory crepes, freshly made to order.",
imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-chocolate-butter-walnuts_140725-6289.jpg",
imageAlt: "Delicious sweet crepes with fresh berries",
},
title: "Delightful Crepes", description: "Experience our range of sweet and savory crepes, freshly made to order.", imageSrc: "http://img.b2bpic.net/free-photo/pancakes-with-chocolate-butter-walnuts_140725-6289.jpg", imageAlt: "Delicious sweet crepes with fresh berries"},
{
title: "Hearty Egg Skillets",
description: "Start your day with a robust skillet, packed with farm-fresh eggs and savory ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-frying-pan_1150-24228.jpg",
imageAlt: "Sizzling hot egg skillet for breakfast",
},
title: "Hearty Egg Skillets", description: "Start your day with a robust skillet, packed with farm-fresh eggs and savory ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/fried-egg-frying-pan_1150-24228.jpg", imageAlt: "Sizzling hot egg skillet for breakfast"},
{
title: "American Classics",
description: "Enjoy timeless breakfast and lunch favorites, prepared with a touch of homemade goodness.",
imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37138.jpg",
imageAlt: "Classic American breakfast plate with bacon and eggs",
},
title: "American Classics", description: "Enjoy timeless breakfast and lunch favorites, prepared with a touch of homemade goodness.", imageSrc: "http://img.b2bpic.net/free-photo/full-english-breakfast-with-fried-egg-bacon-sausages-beans_123827-37138.jpg", imageAlt: "Classic American breakfast plate with bacon and eggs"},
]}
title="Our Culinary Delights"
description="From sweet to savory, we've perfected every plate to bring joy to your table."
@@ -147,50 +110,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Local Resident",
company: "Burbank, IL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250093.jpg",
imageAlt: "Portrait of Sarah Johnson",
},
id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Burbank, IL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-food_23-2149250093.jpg", imageAlt: "Portrait of Sarah Johnson"},
{
id: "2",
name: "Michael Chen",
role: "Brunch Enthusiast",
company: "Chicago, IL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-handsome-male-student-with-thick-beard-sitting-wooden-table-with-mug-drinking-coffee-having-happy-cheerful-face-expression_273609-1763.jpg",
imageAlt: "Portrait of Michael Chen",
},
id: "2", name: "Michael Chen", role: "Brunch Enthusiast", company: "Chicago, IL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-handsome-male-student-with-thick-beard-sitting-wooden-table-with-mug-drinking-coffee-having-happy-cheerful-face-expression_273609-1763.jpg", imageAlt: "Portrait of Michael Chen"},
{
id: "3",
name: "Emily Rodriguez",
role: "Food Blogger",
company: "Taste of Chicagoland",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1725.jpg",
imageAlt: "Portrait of Emily Rodriguez",
},
id: "3", name: "Emily Rodriguez", role: "Food Blogger", company: "Taste of Chicagoland", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-drinking-tasty-sweet-cocktail-city-terrace-casual-trendy-outfit-weekend-travel-mood_291049-1725.jpg", imageAlt: "Portrait of Emily Rodriguez"},
{
id: "4",
name: "David Kim",
role: "Family Man",
company: "Burbank, IL",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-painter-indoors_23-2150182559.jpg",
imageAlt: "Portrait of David Kim",
},
id: "4", name: "David Kim", role: "Family Man", company: "Burbank, IL", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-senior-painter-indoors_23-2150182559.jpg", imageAlt: "Portrait of David Kim"},
{
id: "5",
name: "Jessica & Tom",
role: "Regulars",
company: "Neighboring Town",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/parents-standing-near-their-children-having-breakfast_23-2147909470.jpg",
imageAlt: "Portrait of Jessica and Tom",
},
id: "5", name: "Jessica & Tom", role: "Regulars", company: "Neighboring Town", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/parents-standing-near-their-children-having-breakfast_23-2147909470.jpg", imageAlt: "Portrait of Jessica and Tom"},
]}
title="What Our Guests Say"
description="Hear from our happy customers who love starting their day with us."
@@ -209,25 +142,17 @@ export default function LandingPage() {
tagIcon={Heart}
buttons={[
{
text: "Learn More About Us",
href: "/about",
},
text: "Learn More About Us", href: "/about"},
]}
bulletPoints={[
{
title: "Farm-Fresh Ingredients",
description: "We source the finest local ingredients to ensure freshness and support our community.",
icon: Wheat,
title: "Farm-Fresh Ingredients", description: "We source the finest local ingredients to ensure freshness and support our community.", icon: Wheat,
},
{
title: "Handcrafted with Love",
description: "Every crepe, skillet, and classic is prepared from scratch with passion.",
icon: Utensils,
title: "Handcrafted with Love", description: "Every crepe, skillet, and classic is prepared from scratch with passion.", icon: Utensils,
},
{
title: "Community Hub",
description: "More than just a cafe, we're a gathering place for friends and family.",
icon: Users,
title: "Community Hub", description: "More than just a cafe, we're a gathering place for friends and family.", icon: Users,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/front-view-modern-family-retro-style_23-2150595533.jpg"
@@ -241,62 +166,37 @@ export default function LandingPage() {
logoText="Maple N' Jams Cafe"
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Menu",
href: "/menu",
},
label: "Menu", href: "/menu"},
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
],
},
{
title: "Visit Us",
items: [
title: "Visit Us", items: [
{
label: "6814 W 87th St",
href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459",
},
label: "6814 W 87th St", href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459"},
{
label: "Burbank, IL 60459",
href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459",
},
label: "Burbank, IL 60459", href: "https://www.google.com/maps/search/Maple+N'+Jams+Cafe,+6814+W+87th+St,+Burbank,+IL+60459"},
{
label: "(708) 237-1600",
href: "tel:+17082371600",
},
label: "(708) 237-1600", href: "tel:+17082371600"},
{
label: "Mon-Fri: 7 AM - 2 PM",
href: "#",
},
label: "Mon-Fri: 7 AM - 2 PM", href: "#"},
{
label: "Sat-Sun: 7 AM - 3 PM",
href: "#",
},
label: "Sat-Sun: 7 AM - 3 PM", href: "#"},
],
},
{
title: "Follow Us",
items: [
title: "Follow Us", items: [
{
label: "Facebook",
href: "#",
},
label: "Facebook", href: "#"},
{
label: "Instagram",
href: "#",
},
label: "Instagram", href: "#"},
{
label: "Twitter",
href: "#",
},
label: "Twitter", href: "#"},
],
},
]}
@@ -306,4 +206,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -14,7 +14,7 @@ export default function LandingPage() {
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="compact"
sizing="mediumLargeSizeMediumTitles"
sizing="large"
background="aurora"
cardStyle="gradient-mesh"
primaryButtonStyle="gradient"
@@ -117,4 +117,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}