Merge version_1 into main #4
1373
src/app/layout.tsx
1373
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -28,7 +28,7 @@ export default function LandingPage() {
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Dining Redefined"
|
||||
brandName="Paradise Cafe "
|
||||
navItems={[
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "About Us", id: "about" },
|
||||
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
title="Dining Redefined"
|
||||
title="Paradise Cafe "
|
||||
description="Experience culinary excellence where tradition meets innovation. Our meticulously crafted dishes, sourced from the finest ingredients, create an unforgettable journey of refined flavors and artistic presentation."
|
||||
tag="Upscale Gastronomy"
|
||||
tagIcon={Sparkles}
|
||||
@@ -225,8 +225,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Dining Redefined"
|
||||
copyrightText="© 2025 Dining Redefined. All rights reserved. Celebrating culinary excellence."
|
||||
logoText="Paradise Cafe "
|
||||
copyrightText="© 2025 Paradise Cafe . All rights reserved. Celebrating culinary excellence."
|
||||
socialLinks={[
|
||||
{ icon: Instagram, href: "https://instagram.com", ariaLabel: "Instagram" },
|
||||
{ icon: Facebook, href: "https://facebook.com", ariaLabel: "Facebook" },
|
||||
|
||||
Reference in New Issue
Block a user