Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-13 12:40:40 +00:00

View File

@@ -32,25 +32,15 @@ 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: "Testimonials",
id: "testimonials",
},
name: "Testimonials", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Shake Party Chicago"
/>
@@ -59,19 +49,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Shake Party Chicago"
description="Laid-back venue specializing in protein shakes, waffles, coffee, and teas. Come for the health, stay for the community."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/woman-sitting-cafe-drinking-coffee-working-computer_1303-14730.jpg"
/>
@@ -82,9 +67,7 @@ export default function LandingPage() {
useInvertedBackground={true}
title="A Community Favorite in Chicago"
description={[
"Founded with a passion for healthy living, we provide a warm, welcoming space to enjoy delicious protein shakes, waffles, and hand-crafted drinks.",
"You can feel the care this place has for our customers it's more than just a shop; it's a place to rest, connect, and enjoy.",
]}
"Founded with a passion for healthy living, we provide a warm, welcoming space to enjoy delicious protein shakes, waffles, and hand-crafted drinks.", "You can feel the care this place has for our customers it's more than just a shop; it's a place to rest, connect, and enjoy."]}
/>
</div>
@@ -95,34 +78,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "m1",
label: "Shake",
title: "Protein Shakes",
items: [
"Strawberry Shortcake",
"Power Boost",
"Vanilla Crunch",
],
id: "m1", label: "Shake", title: "Protein Shakes", items: [
"Strawberry Shortcake", "Power Boost", "Vanilla Crunch"],
},
{
id: "m2",
label: "Waffle",
title: "Signature Waffles",
items: [
"Classic Protein Waffle",
"Berry Delight",
"Chocolate Chip",
],
id: "m2", label: "Waffle", title: "Signature Waffles", items: [
"Classic Protein Waffle", "Berry Delight", "Chocolate Chip"],
},
{
id: "m3",
label: "Drink",
title: "Coffee & Tea",
items: [
"Iced Protein Coffee",
"Organic Green Tea",
"Fresh Pressed Juice",
],
id: "m3", label: "Drink", title: "Coffee & Tea", items: [
"Iced Protein Coffee", "Organic Green Tea", "Fresh Pressed Juice"],
},
]}
title="Our Menu Highlights"
@@ -132,52 +97,23 @@ export default function LandingPage() {
<div id="popular" data-section="popular">
<ProductCardFour
animationType="slide-up"
textboxLayout="default"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Protein Coffee",
price: "$7",
variant: "Drink",
imageSrc: "http://img.b2bpic.net/free-photo/various-nuts-with-aroma-cup-coffee-tablecloth-high-quality-photo_114579-68927.jpg",
},
id: "p1", name: "Protein Coffee", price: "$7", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/various-nuts-with-aroma-cup-coffee-tablecloth-high-quality-photo_114579-68927.jpg"},
{
id: "p2",
name: "Strawberry Shortcake",
price: "$8",
variant: "Shake",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-lemon-slices_23-2148858608.jpg",
},
id: "p2", name: "Strawberry Shortcake", price: "$8", variant: "Shake", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-glass-lemon-slices_23-2148858608.jpg"},
{
id: "p3",
name: "Classic Waffle",
price: "$6",
variant: "Breakfast",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-pancakes-with-kumquat-slices-plate-kumquat-cutting-board-with-spoonful-flour-black-background_141793-130408.jpg",
},
id: "p3", name: "Classic Waffle", price: "$6", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/side-view-pancakes-with-kumquat-slices-plate-kumquat-cutting-board-with-spoonful-flour-black-background_141793-130408.jpg"},
{
id: "p4",
name: "Fresh Juice",
price: "$5",
variant: "Drink",
imageSrc: "http://img.b2bpic.net/free-photo/two-healthy-green-smoothies-with-spinach-banana-apple-kiwi-mint-glass-jar-ingredients-detox-diet-healthy-vegetarian-food-concept_127032-2797.jpg",
},
id: "p4", name: "Fresh Juice", price: "$5", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/two-healthy-green-smoothies-with-spinach-banana-apple-kiwi-mint-glass-jar-ingredients-detox-diet-healthy-vegetarian-food-concept_127032-2797.jpg"},
{
id: "p5",
name: "Power Waffle",
price: "$9",
variant: "Breakfast",
imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffles-fig-fruit-served-white-plate-with-honey-dipper-wooden-table_23-2147956831.jpg",
},
id: "p5", name: "Power Waffle", price: "$9", variant: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/belgian-waffles-fig-fruit-served-white-plate-with-honey-dipper-wooden-table_23-2147956831.jpg"},
{
id: "p6",
name: "Iced Latte",
price: "$6",
variant: "Drink",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-glass_23-2148251672.jpg",
},
id: "p6", name: "Iced Latte", price: "$6", variant: "Drink", imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-glass_23-2148251672.jpg"},
]}
title="Popular Favorites"
description="Discover why locals love our menu."
@@ -189,30 +125,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Jenkins",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-chill-young-relaxed-handsome-man-assure-everything-good-saying-all-okay-smiling-wink_1258-113404.jpg",
},
id: "t1", name: "Sarah Jenkins", imageSrc: "http://img.b2bpic.net/free-photo/portrait-chill-young-relaxed-handsome-man-assure-everything-good-saying-all-okay-smiling-wink_1258-113404.jpg"},
{
id: "t2",
name: "Mark Wilson",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-posing-camera-background-wood-open-space-cafe-female-tourist-has-fun-sunny-summmer-day-concept-single-trip-holidays-happiness_291650-1285.jpg",
},
id: "t2", name: "Mark Wilson", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-lady-posing-camera-background-wood-open-space-cafe-female-tourist-has-fun-sunny-summmer-day-concept-single-trip-holidays-happiness_291650-1285.jpg"},
{
id: "t3",
name: "Elena Rodriguez",
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg",
},
id: "t3", name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-their-reunion_23-2149144379.jpg"},
{
id: "t4",
name: "David Thorne",
imageSrc: "http://img.b2bpic.net/free-photo/organic-coffee-beans-still-life_23-2151762436.jpg",
},
id: "t4", name: "David Thorne", imageSrc: "http://img.b2bpic.net/free-photo/organic-coffee-beans-still-life_23-2151762436.jpg"},
{
id: "t5",
name: "Nancy P.",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-male-with-bristle-bushy-hairstyle-white-perfect-teeth-has-good-mood_273609-8513.jpg",
},
id: "t5", name: "Nancy P.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-mixed-race-male-with-bristle-bushy-hairstyle-white-perfect-teeth-has-good-mood_273609-8513.jpg"},
]}
cardTitle="Loved by Locals"
cardTag="Reviews"
@@ -225,14 +146,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Chicago Foodies",
"Local Health Alliance",
"Neighborhood Eateries",
"City Fitness Hub",
"Healthy Chicago Guide",
"Better Living Org",
"Culinary Partners",
]}
"Chicago Foodies", "Local Health Alliance", "Neighborhood Eateries", "City Fitness Hub", "Healthy Chicago Guide", "Better Living Org", "Culinary Partners"]}
title="Community Partners"
description="Proudly supporting Chicago's healthy lifestyle."
/>
@@ -244,20 +158,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Are your waffles gluten-free?",
content: "Yes, we offer gluten-free protein waffle options. Please ask our staff.",
},
id: "f1", title: "Are your waffles gluten-free?", content: "Yes, we offer gluten-free protein waffle options. Please ask our staff."},
{
id: "f2",
title: "Do you offer outdoor seating?",
content: "Yes, weather permitting, we have a small patio space.",
},
id: "f2", title: "Do you offer outdoor seating?", content: "Yes, weather permitting, we have a small patio space."},
{
id: "f3",
title: "Where are you located?",
content: "We are at 1053 N California Ave, Chicago, IL 60622.",
},
id: "f3", title: "Where are you located?", content: "We are at 1053 N California Ave, Chicago, IL 60622."},
]}
title="Frequently Asked Questions"
description="Have questions? We have answers."
@@ -269,16 +174,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Contact"
title="Visit Us in Chicago"
description="Stop by for a protein shake, a healthy snack, and friendly conversation. We're open daily until 5:30 PM."
buttons={[
{
text: "(773) 936-0986",
href: "tel:+17739360986",
},
text: "(773) 936-0986", href: "tel:+17739360986"},
]}
/>
</div>
@@ -287,29 +189,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Shake Party Chicago",
items: [
title: "Shake Party Chicago", items: [
{
label: "1053 N California Ave",
href: "#",
},
label: "1053 N California Ave", href: "#"},
{
label: "Chicago, IL 60622",
href: "#",
},
label: "Chicago, IL 60622", href: "#"},
],
},
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
]}