4 Commits

Author SHA1 Message Date
feb5c77a04 Merge version_3 into main
Merge version_3 into main
2026-05-07 23:32:39 +00:00
3dc98c9a87 Update src/app/page.tsx 2026-05-07 23:32:33 +00:00
2a3b0f8385 Merge version_2 into main
Merge version_2 into main
2026-05-07 23:30:36 +00:00
9e470c35e0 Merge version_2 into main
Merge version_2 into main
2026-05-07 23:30:06 +00:00

View File

@@ -31,11 +31,7 @@ export default function DailyDinerPage() {
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="Chubby Chick" brandName="Chubby Chick"
navItems={[ navItems={[]}
{ name: "Menu", id: "menu" },
{ name: "Hours", id: "about" },
{ name: "Visit", id: "contact" }
]}
button={{ button={{
text: "Order Now", href: "#" text: "Order Now", href: "#"
}} }}
@@ -49,8 +45,6 @@ export default function DailyDinerPage() {
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
tag="Diner Classics" tag="Diner Classics"
tagIcon={Utensils} tagIcon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/happy-friends-sitting-cafe_23-2148422400.jpg"
imageAlt="Classic cozy diner booth"
buttons={[ buttons={[
{ text: "View Menu", href: "#menu" }, { text: "View Menu", href: "#menu" },
{ text: "Our Hours", href: "#about" } { text: "Our Hours", href: "#about" }
@@ -72,11 +66,7 @@ export default function DailyDinerPage() {
<ProductCardOne <ProductCardOne
title="Diner Favorites" title="Diner Favorites"
description="Hearty portions, fresh ingredients, and big smiles." description="Hearty portions, fresh ingredients, and big smiles."
products={[ products={[]}
{ id: "1", name: "Signature Chick Sandwich", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-delicious-sandwich-with-black-bread-decorated-with-olive-plate-stained-white-surface_179666-42521.jpg" },
{ id: "2", name: "Classic Diner Burger", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/pan-eggs-sprinkled-with-chinese-sausage-diced-bacon-breakfast_1150-26543.jpg" },
{ id: "3", name: "Housemade Pie", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-slice-crispy-rhabarbar-cake-tart-some-ingredients-white-plate_181624-32941.jpg" }
]}
gridVariant="three-columns-all-equal-width" gridVariant="three-columns-all-equal-width"
animationType="slide-up" animationType="slide-up"
textboxLayout="default" textboxLayout="default"
@@ -101,9 +91,7 @@ export default function DailyDinerPage() {
<TestimonialCardTen <TestimonialCardTen
title="Loved by Locals" title="Loved by Locals"
description="Hear what our neighbors are saying." description="Hear what our neighbors are saying."
testimonials={[ testimonials={[]}
{ id: "1", title: "Best in Town!", quote: "The service is wonderful and the food is always on point. A true community treasure.", name: "Alice B.", role: "Regular Customer" }
]}
textboxLayout="default" textboxLayout="default"
useInvertedBackground={true} useInvertedBackground={true}
/> />