@@ -118,39 +126,39 @@ export default function LandingPage() {
@@ -189,18 +197,18 @@ export default function LandingPage() {
@@ -209,40 +217,40 @@ export default function LandingPage() {
columns={[
{
title: "Navigate", items: [
- { label: "Home", href: "#home" },
- { label: "About", href: "#about" },
- { label: "Gallery", href: "#gallery" },
- { label: "Packages", href: "#pricing" },
- { label: "Contact", href: "#contact" }
+ { label: "Home", href: "/" },
+ { label: "Menu", href: "menu" },
+ { label: "Gallery", href: "gallery" },
+ { label: "Testimonials", href: "testimonials" },
+ { label: "Order", href: "contact" }
]
},
{
- title: "Venue Info", items: [
- { label: "Location", href: "https://maps.google.com/?q=9-3-58/A/1/22,+outside+motidarwaza,+Moti+Darwaza+Rd,+Baghdad+Colony,+Langar+Houz,+Hyderabad,+Telangana+500008" },
- { label: "Phone: 099128 62964", href: "tel:09912862964" },
- { label: "Hours: 10 AM - 2 AM", href: "#" },
- { label: "Capacity: 500+ Guests", href: "#" }
+ title: "Restaurant Info", items: [
+ { label: "Location: Hyderabad", href: "https://maps.google.com/?q=hyderabad" },
+ { label: "Phone: +91-XXXX-XXXX", href: "tel:+91" },
+ { label: "Hours: 5 PM - 2 AM", href: "#" },
+ { label: "Dine-in & Delivery Available", href: "#" }
]
},
{
title: "Services", items: [
- { label: "Weddings", href: "#pricing" },
- { label: "Corporate Events", href: "#pricing" },
- { label: "Birthdays", href: "#pricing" },
- { label: "Custom Events", href: "#contact" }
+ { label: "Dine-In", href: "contact" },
+ { label: "Delivery", href: "contact" },
+ { label: "Group Bookings", href: "contact" },
+ { label: "Party Events", href: "contact" }
]
},
{
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
- { label: "Booking Policy", href: "#" },
- { label: "Contact Privacy", href: "#" }
+ { label: "Order Policy", href: "#" },
+ { label: "Contact Us", href: "contact" }
]
}
]}
- bottomLeftText="© 2025 GMK Garden (జిఎంకె గార్డెన్). All rights reserved."
- bottomRightText="Premium Event Venue | Hyderabad"
+ bottomLeftText="© 2025 The Last Bite. All rights reserved. Hyderabad's Premier Late-Night Restaurant."
+ bottomRightText="Fiery Flavors | Bold Spices | Open Till 2 AM"
/>
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 7810cc6..2c7f412 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -4,21 +4,21 @@
/* --background: #ffffff;;
--card: #f9f9f9;;
- --foreground: #120006e6;;
- --primary-cta: #e63946;;
+ --foreground: #1a0600e6;;
+ --primary-cta: #E34400;;
--secondary-cta: #f9f9f9;;
- --accent: #e2e2e2;;
- --background-accent: #c4c4c4;; */
+ --accent: #FF7B05;;
+ --background-accent: #E34400;; */
--background: #ffffff;;
--card: #f9f9f9;;
- --foreground: #120006e6;;
- --primary-cta: #e63946;;
+ --foreground: #1a0600e6;;
+ --primary-cta: #E34400;;
--primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;;
--secondary-cta-text: #120006e6;;
- --accent: #e2e2e2;;
- --background-accent: #c4c4c4;;
+ --accent: #FF7B05;;
+ --background-accent: #E34400;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);