From 6233d4ff035c5a5a6ea154b754e72eed31204040 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 00:54:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7c6a71..22b7723 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,7 +33,7 @@ export default function LandingPage() { { name: "Menu", id: "menu" }, { name: "Contact", id: "contact" }, ]} - brandName="Midnight Prime" + brandName="Bobby's Restaurant & Lounge" /> @@ -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" /> -- 2.49.1