Merge version_1 into main #3
@@ -47,11 +47,11 @@ export default function LandingPage() {
|
||||
title="Taste the Tradition. Take Home the Experience."
|
||||
description="Beit Jala’s premier destination for artisanal dining, fresh pastries, and local market provisions."
|
||||
testimonials={[
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "The best shakshouka in Beit Jala. A must-visit!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg" },
|
||||
{ name: "Michael C.", handle: "@mikec", testimonial: "Love the jam and the market items. Unique concept.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg" },
|
||||
{ name: "Emily R.", handle: "@emilyr", testimonial: "Fresh pastries every morning, absolutely delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg" },
|
||||
{ name: "David K.", handle: "@davidk", testimonial: "Great service and ambiance. Very modern feel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg" },
|
||||
{ name: "Laila M.", handle: "@lailam", testimonial: "The atmosphere is so cozy, perfect for reading.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg" }
|
||||
{ name: "Sarah J.", handle: "@sarahj", testimonial: "The best shakshouka in Beit Jala. A must-visit!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg?_wi=1" },
|
||||
{ name: "Michael C.", handle: "@mikec", testimonial: "Love the jam and the market items. Unique concept.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg?_wi=1" },
|
||||
{ name: "Emily R.", handle: "@emilyr", testimonial: "Fresh pastries every morning, absolutely delicious.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg?_wi=1" },
|
||||
{ name: "David K.", handle: "@davidk", testimonial: "Great service and ambiance. Very modern feel.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg?_wi=1" },
|
||||
{ name: "Laila M.", handle: "@lailam", testimonial: "The atmosphere is so cozy, perfect for reading.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg?_wi=2" }
|
||||
]}
|
||||
buttons={[{ text: "Order for Pickup", href: "#" }, { text: "Reserve a Table", href: "#" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-two-coffee-machine-cups_23-2148522949.jpg"
|
||||
@@ -82,7 +82,7 @@ export default function LandingPage() {
|
||||
reverse: false
|
||||
},
|
||||
{
|
||||
id: "f2", title: "Shop", description: "Buy the raw ingredients, spices, and famous Zuwadeh Jam from our artisan market.", media: { imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-jars_23-2149238962.jpg", imageAlt: "Spice blends" },
|
||||
id: "f2", title: "Shop", description: "Buy the raw ingredients, spices, and famous Zuwadeh Jam from our artisan market.", media: { imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-jars_23-2149238962.jpg?_wi=1", imageAlt: "Spice blends" },
|
||||
items: [{ text: "Local Sourcing", icon: Store }, { text: "Click & Collect", icon: ShoppingBag }],
|
||||
reverse: true
|
||||
}
|
||||
@@ -100,7 +100,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "p1", brand: "Zuwadeh", name: "Signature Jam", price: "$8.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/organic-products-logo-templates_1324-51.jpg" },
|
||||
{ id: "p2", brand: "Zuwadeh", name: "Custom Spice Blend", price: "$12.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-jars_23-2149238962.jpg" },
|
||||
{ id: "p2", brand: "Zuwadeh", name: "Custom Spice Blend", price: "$12.00", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/food-preservation-with-jars_23-2149238962.jpg?_wi=2" },
|
||||
{ id: "p3", brand: "Zuwadeh", name: "Artisanal Bread Loaf", price: "$5.00", rating: 4, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-delicious-bread-with-various-baking-ingredients-utensils-black-surface_23-2147955240.jpg" }
|
||||
]}
|
||||
title="Artisanal Market Provisions"
|
||||
@@ -115,11 +115,11 @@ export default function LandingPage() {
|
||||
gridVariant="asymmetric-60-wide-40-narrow"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Sarah J.", role: "CEO", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg" },
|
||||
{ id: "t2", name: "Michael C.", role: "Photographer", company: "Creative Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg" },
|
||||
{ id: "t3", name: "Emily R.", role: "Teacher", company: "Education Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg" },
|
||||
{ id: "t4", name: "David K.", role: "Engineer", company: "Tech Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg" },
|
||||
{ id: "t5", name: "Omar F.", role: "Architect", company: "Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg" }
|
||||
{ id: "t1", name: "Sarah J.", role: "CEO", company: "Local Business", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg?_wi=3" },
|
||||
{ id: "t2", name: "Michael C.", role: "Photographer", company: "Creative Arts", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylush-successful-ambitious-attractive-young-female-marketing-specialist-sit-restaurant-modern-cafe-eat-healthy-salad-drink-coffee-smiling-delighted-business-meeting-lunch-discuss-work_197531-22203.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Emily R.", role: "Teacher", company: "Education Center", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-people-spending-time-together_23-2149152906.jpg?_wi=2" },
|
||||
{ id: "t4", name: "David K.", role: "Engineer", company: "Tech Lab", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-talking-with-his-friend-bar_171337-19359.jpg?_wi=2" },
|
||||
{ id: "t5", name: "Omar F.", role: "Architect", company: "Design Studio", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-paying-bill-restaurant-using-nfc-technology_23-2150039413.jpg?_wi=4" }
|
||||
]}
|
||||
title="Loved by Locals"
|
||||
description="See what our visitors say about the Zuwadeh experience."
|
||||
|
||||
Reference in New Issue
Block a user