Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-09 12:39:40 +00:00

View File

@@ -56,21 +56,21 @@ export default function LandingPage() {
testimonials={[
{
name: "Hamza B.", handle: "@hamza", testimonial: "Best tacos in Tiznit! Always fresh and delivered super fast.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hands-making-delicious-tacos_23-2150799539.jpg", imageAlt: "tacos fast food restaurant promotional photography"},
imageSrc: "http://img.b2bpic.net/free-photo/hands-making-delicious-tacos_23-2150799539.jpg?_wi=1", imageAlt: "tacos fast food restaurant promotional photography"},
{
name: "Sofia R.", handle: "@sofia", testimonial: "The combo meals are fantastic and perfect value for money.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/hamburger_74190-433.jpg", imageAlt: "tacos fast food restaurant promotional photography"},
imageSrc: "http://img.b2bpic.net/free-photo/hamburger_74190-433.jpg?_wi=1", imageAlt: "tacos fast food restaurant promotional photography"},
{
name: "Youssef M.", handle: "@youssef", testimonial: "Professional service and clean place. Highly recommend!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187983.jpg", imageAlt: "tacos fast food restaurant promotional photography"},
imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187983.jpg?_wi=1", imageAlt: "tacos fast food restaurant promotional photography"},
{
name: "Fatima Z.", handle: "@fatima", testimonial: "Excellent flavors and very friendly staff. My go-to spot.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg", imageAlt: "tacos fast food restaurant promotional photography"},
imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg?_wi=1", imageAlt: "tacos fast food restaurant promotional photography"},
{
name: "Omar K.", handle: "@omar", testimonial: "Everything is fresh and tasty. Fast delivery service.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-hanging-out_23-2149061597.jpg", imageAlt: "tacos fast food restaurant promotional photography"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-hanging-out_23-2149061597.jpg?_wi=1", imageAlt: "tacos fast food restaurant promotional photography"},
]}
imageSrc="http://img.b2bpic.net/free-photo/hands-making-delicious-tacos_23-2150799539.jpg"
imageSrc="http://img.b2bpic.net/free-photo/hands-making-delicious-tacos_23-2150799539.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/cheerful-woman-blogger-trendy-sunglasses-recording-webcam-video-herself-post-it-her-blog-using-wireless-internet-connection_273609-1348.jpg", alt: "Customer 1"},
@@ -107,11 +107,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Classic Taco", price: "35 MAD", imageSrc: "http://img.b2bpic.net/free-photo/hamburger_74190-433.jpg"},
id: "p1", name: "Classic Taco", price: "35 MAD", imageSrc: "http://img.b2bpic.net/free-photo/hamburger_74190-433.jpg?_wi=2"},
{
id: "p2", name: "Royal Sandwich", price: "45 MAD", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-french-fries_74190-6101.jpg"},
{
id: "p3", name: "Chicken Combo", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187983.jpg"},
id: "p3", name: "Chicken Combo", price: "60 MAD", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fast-food-dishes_23-2149187983.jpg?_wi=2"},
{
id: "p4", name: "Fresh Salad", price: "30 MAD", imageSrc: "http://img.b2bpic.net/free-photo/delicious-arrangement-with-junk-food_23-2148289396.jpg"},
{
@@ -177,9 +177,9 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg"},
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-people-with-pizza_52683-88491.jpg?_wi=2"},
{
id: "2", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-hanging-out_23-2149061597.jpg"},
id: "2", name: "Mike D.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-hanging-out_23-2149061597.jpg?_wi=2"},
{
id: "3", name: "Lisa K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-eating-vegetarian-food_23-2148899002.jpg"},
{