16 Commits

Author SHA1 Message Date
25989688d8 Update src/app/page.tsx 2026-03-12 17:21:17 +00:00
e59322fe40 Merge version_13 into main
Merge version_13 into main
2026-03-12 17:19:46 +00:00
7bc8306745 Update src/app/page.tsx 2026-03-12 17:19:36 +00:00
c64e6b0b3b Merge version_12 into main
Merge version_12 into main
2026-03-12 17:18:09 +00:00
9a04a8665b Update src/app/page.tsx 2026-03-12 17:18:05 +00:00
e2e2eb9033 Merge version_11 into main
Merge version_11 into main
2026-03-12 17:14:27 +00:00
d19c92822d Switch to version 11: modified src/app/styles/variables.css 2026-03-12 17:13:25 +00:00
f12297a49c Switch to version 11: added src/app/products/page.tsx 2026-03-12 17:13:24 +00:00
ce4c34bb6b Switch to version 11: modified src/app/page.tsx 2026-03-12 17:13:24 +00:00
bdeb1edafe Switch to version 10: remove src/app/products/page.tsx 2026-03-12 17:11:50 +00:00
5b1922278b Switch to version 10: modified src/app/styles/variables.css 2026-03-12 17:11:49 +00:00
4aeb3f0c6d Switch to version 10: modified src/app/page.tsx 2026-03-12 17:11:49 +00:00
694fad2002 Merge version_11 into main
Merge version_11 into main
2026-03-12 17:10:27 +00:00
7049db9c4f Merge version_11 into main
Merge version_11 into main
2026-03-12 17:09:26 +00:00
507eabd376 Merge version_11 into main
Merge version_11 into main
2026-03-12 17:07:12 +00:00
e111226c3d Merge version_11 into main
Merge version_11 into main
2026-03-12 17:06:47 +00:00

View File

@@ -56,7 +56,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/hot-steaming-crispy-fried-chicken-wings_84443-82019.jpg?_wi=2"
imageAlt="Fresh colorful restaurant food platter"
buttons={[
{ text: "View Menu", href: "/products" },
{ text: "Order Online Now", href: "https://example.com/order" },
{ text: "Reserve Table", href: "https://example.com/reserve" }
]}
marqueeItems={[
@@ -391,7 +391,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactText
text="Ready to experience Cincinnati's boldest flavors and most welcoming vibe? Visit us at 1800 Linn St or call to reserve your table. We're open Thursday through Wednesday with lunch and dinner service."
text="Ready to experience Cincinnati's boldest flavors and most welcoming vibe? Call us at (513) 987-6543 to reserve your table or place an order. Visit us at 1800 Linn St. We're open Thursday through Wednesday with lunch and dinner service."
animationType="background-highlight"
background={{ variant: "plain" }}
useInvertedBackground={false}