Update src/app/page.tsx
This commit is contained in:
@@ -54,7 +54,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-rolling-dough-composition_23-2148302951.jpg", imageAlt: "baker hand holding fresh warm pita bread"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034039.jpg", imageAlt: "basket fresh pita bread Mediterranean"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034039.jpg?_wi=1", imageAlt: "basket fresh pita bread Mediterranean"
|
||||
}
|
||||
]}
|
||||
buttons={[
|
||||
@@ -151,13 +151,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "pita-regular", name: "Traditional Pita", price: "Freshly Baked Daily", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034039.jpg", imageAlt: "Stack of traditional Lebanese pita bread"
|
||||
id: "pita-regular", name: "Traditional Pita", price: "Freshly Baked Daily", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034039.jpg?_wi=2", imageAlt: "Stack of traditional Lebanese pita bread"
|
||||
},
|
||||
{
|
||||
id: "pita-wholemeal", name: "Whole Wheat Pita", price: "Wholesome & Fresh", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034039.jpg", imageAlt: "Whole wheat pita bread selection"
|
||||
id: "pita-wholemeal", name: "Whole Wheat Pita", price: "Wholesome & Fresh", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034039.jpg?_wi=3", imageAlt: "Whole wheat pita bread selection"
|
||||
},
|
||||
{
|
||||
id: "flat-bread", name: "Herb Flatbread", price: "Special Order Available", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034039.jpg", imageAlt: "Herb-infused Lebanese flatbread"
|
||||
id: "flat-bread", name: "Herb Flatbread", price: "Special Order Available", imageSrc: "http://img.b2bpic.net/free-photo/delicious-composition-nutritious-roti_23-2149034039.jpg?_wi=4", imageAlt: "Herb-infused Lebanese flatbread"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Signature bread products section"
|
||||
@@ -209,13 +209,13 @@ export default function LandingPage() {
|
||||
animationType="scale-rotate"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "25+ Years", title: "Trusted by Ottawa", description: "Serving families with authentic bread since the beginning.", imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-kitchen_23-2148467021.jpg", imageAlt: "Family enjoying fresh bread together"
|
||||
id: "metric-1", value: "25+ Years", title: "Trusted by Ottawa", description: "Serving families with authentic bread since the beginning.", imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-kitchen_23-2148467021.jpg?_wi=1", imageAlt: "Family enjoying fresh bread together"
|
||||
},
|
||||
{
|
||||
id: "metric-2", value: "1000+", title: "Daily Customers", description: "From families to restaurants, trusted for fresh daily deliveries.", imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-kitchen_23-2148467021.jpg", imageAlt: "Community gathering around fresh bread"
|
||||
id: "metric-2", value: "1000+", title: "Daily Customers", description: "From families to restaurants, trusted for fresh daily deliveries.", imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-kitchen_23-2148467021.jpg?_wi=2", imageAlt: "Community gathering around fresh bread"
|
||||
},
|
||||
{
|
||||
id: "metric-3", value: "100%", title: "Fresh Daily", description: "Every batch baked fresh. No preservatives, no compromise.", imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-kitchen_23-2148467021.jpg", imageAlt: "Fresh bread from oven steam rising"
|
||||
id: "metric-3", value: "100%", title: "Fresh Daily", description: "Every batch baked fresh. No preservatives, no compromise.", imageSrc: "http://img.b2bpic.net/free-photo/family-eating-together-kitchen_23-2148467021.jpg?_wi=3", imageAlt: "Fresh bread from oven steam rising"
|
||||
}
|
||||
]}
|
||||
ariaLabel="Community metrics and impact section"
|
||||
|
||||
Reference in New Issue
Block a user