Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-29 21:05:10 +00:00

View File

@@ -49,10 +49,8 @@ export default function LandingPage() {
{ text: "Order Now", href: "#" },
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheeseburger-with-vegetables-table_140725-4627.jpg", imageAlt: "Juicy smashed burger"},
{
imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg", imageAlt: "Classic smashed beef burger"}
{ imageSrc: "http://img.b2bpic.net/free-photo/fresh-cheeseburger-with-vegetables-table_140725-4627.jpg", imageAlt: "Juicy smashed burger"},
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg", imageAlt: "Classic smashed beef burger"}
]}
mediaAnimation="slide-up"
rating={5}
@@ -68,11 +66,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1", name: "The Original", price: "145 EGP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg"},
id: "1", name: "The Original", price: "145 EGP", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-hamburger-with-tomatoes-dark-background_179666-19389.jpg"},
{
id: "2", name: "Moes Favorite", price: "165 EGP", imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg"},
id: "2", name: "Moes Favorite", price: "165 EGP", imageSrc: "http://img.b2bpic.net/free-photo/artistic-photo-hamburger-with-bokeh_23-2148374867.jpg"},
{
id: "3", name: "The Lacy One", price: "175 EGP", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg"},
id: "3", name: "The Lacy One", price: "175 EGP", imageSrc: "http://img.b2bpic.net/free-photo/creative-assortment-with-hamburger_23-2148614115.jpg"},
]}
title="Our Signature Creations"
description="Premium ingredients, smashed to perfection."
@@ -115,8 +113,8 @@ export default function LandingPage() {
title="Pricing Plans"
description="Choose the perfect plan for your needs."
plans={[
{ name: "Basic", price: "$9", features: ["Fast", "Good"] },
{ name: "Pro", price: "$19", features: ["Very Fast", "Better"] }
{ title: "Basic", price: "$9", features: ["Fast", "Good"] },
{ title: "Pro", price: "$19", features: ["Very Fast", "Better"] }
]}
animationType="slide-up"
textboxLayout="default"
@@ -129,19 +127,19 @@ export default function LandingPage() {
logoText="Holy Buns"
columns={[
{
title: "Locations", items: [
title: "Locations", items: [
{ label: "New Giza - The Gardens", href: "#" },
{ label: "North Coast / Sahel", href: "#" },
],
},
{
title: "Support", items: [
title: "Support", items: [
{ label: "Call: 011 28800255", href: "tel:01128800255" },
{ label: "Open until 12 AM", href: "#" },
],
},
{
title: "Social", items: [
title: "Social", items: [
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
],