10 Commits

Author SHA1 Message Date
e7ab8ed773 Merge version_3 into main
Merge version_3 into main
2026-03-07 21:26:07 +00:00
8d301eb2b7 Update theme colors 2026-03-07 21:26:01 +00:00
754ad3622f Merge version_3 into main
Merge version_3 into main
2026-03-07 20:53:51 +00:00
318815963d Update src/app/page.tsx 2026-03-07 20:53:47 +00:00
7c74bfaef4 Merge version_2 into main
Merge version_2 into main
2026-03-07 20:52:06 +00:00
cac197b28a Update src/app/page.tsx 2026-03-07 20:52:02 +00:00
a7390bd59d Update src/app/layout.tsx 2026-03-07 20:52:01 +00:00
3aaa83ad4a Merge version_1 into main
Merge version_1 into main
2026-03-07 20:50:48 +00:00
ef4304738a Merge version_1 into main
Merge version_1 into main
2026-03-07 20:49:58 +00:00
c3745e468b Merge version_1 into main
Merge version_1 into main
2026-03-07 20:48:41 +00:00
3 changed files with 10 additions and 1415 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -103,7 +103,7 @@ export default function LandingPage() {
},
{
id: "4", brand: "Lazy Boys PK", name: "Loaded Fries", price: "Rs 600", rating: 5,
reviewCount: "41+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-seasonings-wooden-table_140725-104024.jpg?_wi=2", imageAlt: "Loaded fries with toppings"
reviewCount: "41+", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-fries-with-seasonings-wooden-table_140735-104024.jpg?_wi=2", imageAlt: "Loaded fries with toppings"
},
]}
gridVariant="uniform-all-items-equal"
@@ -128,7 +128,7 @@ export default function LandingPage() {
},
{
icon: MapPin,
title: "Khayaban-e-Shujaat, DHA", description: "Located in the heart of DHA opposite Baskin Robbins. Your favorite late-night spot is always open."
title: "Open Late Every Night in DHA", description: "Located in the heart of DHA opposite Baskin Robbins. Your favorite late-night spot is always open."
},
]}
animationType="slide-up"
@@ -261,7 +261,7 @@ export default function LandingPage() {
tag="Ready to Satisfy Your Cravings?"
tagIcon={Utensils}
tagAnimation="slide-up"
title="Hungry Yet?"
title="Order Fresh Now—Open Till Late"
description="Fresh beef burgers and legendary curly fries are waiting. Hit us up on WhatsApp, call now, or swing by Khayaban-e-Shujaat in DHA. Your late-night cravings end here."
buttons={[
{ text: "Order on WhatsApp", href: "https://wa.me/923002542639" },

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--background: #ff0000;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;