4 Commits

Author SHA1 Message Date
6233d4ff03 Update src/app/page.tsx 2026-04-09 00:54:23 +00:00
36b161e7e5 Merge version_1 into main
Merge version_1 into main
2026-04-09 00:51:34 +00:00
736a8b7b1f Merge version_1 into main
Merge version_1 into main
2026-04-09 00:51:07 +00:00
2319ba0f7f Merge version_1 into main
Merge version_1 into main
2026-04-09 00:50:34 +00:00

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Menu", id: "menu" },
{ name: "Contact", id: "contact" },
]}
brandName="Midnight Prime"
brandName="Bobby's Restaurant & Lounge"
/>
</div>
@@ -75,7 +75,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
title="Unmatched Comfort, Midnight Magic"
description="Welcome to Midnight Prime, where luxury meets the night. Designed for the discerning diner who craves excellence after hours, our lounge offers a sanctuary of soft lighting, plush booths, and impeccable service. We redefine late-night dining with a commitment to quality that never sleeps."
description="Welcome to Bobby's Restaurant & Lounge, where luxury meets the night. Designed for the discerning diner who craves excellence after hours, our lounge offers a sanctuary of soft lighting, plush booths, and impeccable service. We redefine late-night dining with a commitment to quality that never sleeps."
bulletPoints={[
{ title: "Signature Prime Cuts", description: "Hand-cut meats sourced from the finest purveyors." },
{ title: "Late-Night Lounge", description: "Atmospheric, quiet luxury open past midnight." },
@@ -116,7 +116,7 @@ export default function LandingPage() {
{ id: "2", name: "Elena K.", handle: "@elenak", testimonial: "The atmosphere is unmatched. Perfect for late celebrations.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
{ id: "3", name: "David W.", handle: "@davidw", testimonial: "I travel extensively, and this is truly one of the best steakhouses I've visited.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background-glasses_158538-9628.jpg" },
{ id: "4", name: "Sophia L.", handle: "@sophial", testimonial: "The prime rib is melt-in-your-mouth perfection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-friends-chatting-table_23-2149213369.jpg" },
{ id: "5", name: "Julian R.", handle: "@julianr", testimonial: "Midnight Prime is my go-to for professional late-night gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-modern-male-using-smartphone-room-with-loft-interior_613910-6089.jpg" },
{ id: "5", name: "Julian R.", handle: "@julianr", testimonial: "Bobby's Restaurant & Lounge is my go-to for professional late-night gatherings.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-modern-male-using-smartphone-room-with-loft-interior_613910-6089.jpg" },
]}
title="A Legacy of Midnight Excellence"
description="Hear what our guests say about their experience."
@@ -140,7 +140,7 @@ export default function LandingPage() {
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
{ title: "Contact", items: [{ label: "123 Prime Ave", href: "#" }, { label: "(555) 012-3456", href: "tel:5550123456" }] },
]}
bottomLeftText="© 2024 Midnight Prime Steakhouse"
bottomLeftText="© 2024 Bobby's Restaurant & Lounge"
bottomRightText="Luxury Dining Since 1995"
/>
</div>