diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ba1e91..48fffbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." /> @@ -167,4 +170,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d62ee34..44c7d87 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -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;