Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dc98c9a87 | |||
| 2a3b0f8385 | |||
| 9e470c35e0 |
@@ -31,11 +31,7 @@ export default function DailyDinerPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Chubby Chick"
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Hours", id: "about" },
|
||||
{ name: "Visit", id: "contact" }
|
||||
]}
|
||||
navItems={[]}
|
||||
button={{
|
||||
text: "Order Now", href: "#"
|
||||
}}
|
||||
@@ -49,8 +45,6 @@ export default function DailyDinerPage() {
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Diner Classics"
|
||||
tagIcon={Utensils}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-friends-sitting-cafe_23-2148422400.jpg"
|
||||
imageAlt="Classic cozy diner booth"
|
||||
buttons={[
|
||||
{ text: "View Menu", href: "#menu" },
|
||||
{ text: "Our Hours", href: "#about" }
|
||||
@@ -72,11 +66,7 @@ export default function DailyDinerPage() {
|
||||
<ProductCardOne
|
||||
title="Diner Favorites"
|
||||
description="Hearty portions, fresh ingredients, and big smiles."
|
||||
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" }
|
||||
]}
|
||||
products={[]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -101,9 +91,7 @@ export default function DailyDinerPage() {
|
||||
<TestimonialCardTen
|
||||
title="Loved by Locals"
|
||||
description="Hear what our neighbors are saying."
|
||||
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" }
|
||||
]}
|
||||
testimonials={[]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user