5 Commits

Author SHA1 Message Date
d89e3759db Update src/app/styles/variables.css 2026-05-02 07:46:26 +00:00
bd27500c0d Update src/app/page.tsx 2026-05-02 07:46:26 +00:00
a7d2a0b845 Merge version_3 into main
Merge version_3 into main
2026-05-02 07:44:18 +00:00
3f44b906ed Merge version_3 into main
Merge version_3 into main
2026-05-02 07:43:55 +00:00
bd27c06ffb Merge version_3 into main
Merge version_3 into main
2026-05-02 07:43:27 +00:00
2 changed files with 9 additions and 6 deletions

View File

@@ -78,10 +78,13 @@ export default function LandingPage() {
products={[
{ id: "p1", name: "Usama's Special Pizza", price: "Rs. 2,200", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/tasty-sandwich-red-fork-wooden-board-dark-mix-color-surface-with-free-space_179666-42255.jpg" },
{ id: "p2", name: "Crunchy Smash Burger", price: "Rs. 950", variant: "Bites", imageSrc: "http://img.b2bpic.net/free-photo/crispy-chicken-burger_23-2151950567.jpg" },
{ id: "p3", name: "Spicy BBQ Pizza", price: "Rs. 2,400", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg?_wi=2" },
{ id: "p3", name: "Classic Pepperoni Pizza", price: "Rs. 1,800", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/pepperoni-pizza-with-salami-tomatoes-olive-dark-surface_140725-1200.jpg" },
{ id: "p4", name: "Double Cheese Burger", price: "Rs. 1,100", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cheeseburger-with-lettuce-tomato-onion-sauce_1203-1256.jpg" },
{ id: "p5", name: "BBQ Chicken Pizza", price: "Rs. 2,400", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/bbq-chicken-pizza-with-onions-cilantro-wooden-board_140725-1234.jpg" },
{ id: "p6", name: "Crispy Chicken Strips", price: "Rs. 750", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13076.jpg?_wi=2" }
]}
title="Our Signature Creations"
description="Hand-crafted flavors designed for those who appreciate the finer side of fast food."
title="Our Full Menu"
description="Discover our wide variety of handcrafted pizzas, gourmet burgers, and signature sides."
/>
</div>
@@ -167,4 +170,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,8 +10,8 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #ffdf7d;
--primary-cta-text: #fcf6ec;