Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-05 17:15:01 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -77,7 +77,7 @@ export default function ContactPage() {
description="Have questions? Want to make a reservation? Reach out to us and we'll be delighted to help you plan your next dining experience at Pizzeria Bistro."
background={{ variant: "plain" }}
tag="Contact Us"
imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg?_wi=2"
imageAlt="Contact Us"
mediaAnimation="slide-up"
buttons={[

View File

@@ -78,7 +78,7 @@ export default function GalleryPage() {
description="Explore the mouth-watering dishes, cozy ambience, and wonderful moments from Pizzeria Bistro. Every image tells a story of quality, passion, and Italian tradition."
background={{ variant: "plain" }}
tag="Visual Feast"
imageSrc="http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg"
imageSrc="http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg?_wi=1"
imageAlt="Gallery Preview"
mediaAnimation="slide-up"
/>
@@ -92,7 +92,7 @@ export default function GalleryPage() {
tag="Food Excellence"
products={[
{
id: "1", name: "Fresh Pizza Delights", price: "Featured", variant: "Wood-fired oven perfection", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg", imageAlt: "Fresh Pizza"},
id: "1", name: "Fresh Pizza Delights", price: "Featured", variant: "Wood-fired oven perfection", imageSrc: "http://img.b2bpic.net/free-photo/homemade-pizza-food-photography-recipe-idea_53876-38.jpg?_wi=2", imageAlt: "Fresh Pizza"},
{
id: "2", name: "Gourmet Slices", price: "Featured", variant: "Artisan cheese & fresh basil", imageSrc: "http://img.b2bpic.net/free-photo/neapolitan-pizza-with-ham-cheese-arugula-basil-tomatoes-sprinkled-with-cheese-wooden-board-tablecloth-cell_78826-2354.jpg", imageAlt: "Gourmet Pizza Slice"},
{

View File

@@ -84,7 +84,7 @@ export default function HomePage() {
{ text: "Call Now", href: "tel:+917454840074" },
{ text: "Order Online", href: "/contact" },
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg"
imageSrc="http://img.b2bpic.net/free-photo/chef-white-uniform-prepare-pizzaa_1157-27021.jpg?_wi=1"
imageAlt="Freshly baked Italian pizza at Pizzeria Bistro"
mediaAnimation="slide-up"
/>
@@ -132,10 +132,10 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Priya Sharma" },
{ id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Rajesh Kumar" },
{ id: "1", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=1", imageAlt: "Priya Sharma" },
{ id: "2", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=2", imageAlt: "Rajesh Kumar" },
{ id: "3", name: "Anjali Verma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Anjali Verma" },
{ id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", imageAlt: "Vikram Singh" },
{ id: "4", name: "Vikram Singh", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg?_wi=3", imageAlt: "Vikram Singh" },
{ id: "5", name: "Deepika Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Deepika Patel" },
{ id: "6", name: "Arjun Gupta", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14463.jpg", imageAlt: "Arjun Gupta" },
]}