Update src/app/page.tsx

This commit is contained in:
2026-04-03 17:04:05 +00:00
parent e74fe2020e
commit bd9d7e13cd

View File

@@ -51,25 +51,25 @@ export default function LandingPage() {
testimonials={[
{
name: "Fatima", handle: "@fatimafoodie", testimonial: "The best sourdough in town, hands down!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pieces-fresh-homemade-sourdough-bread-slicing-artisan-bread-straw-lining-top-view_166373-3249.jpg", imageAlt: "freshly baked sourdough bread loaf"},
imageSrc: "http://img.b2bpic.net/free-photo/pieces-fresh-homemade-sourdough-bread-slicing-artisan-bread-straw-lining-top-view_166373-3249.jpg?_wi=1", imageAlt: "freshly baked sourdough bread loaf"},
{
name: "Ahmed", handle: "@ahmedeats", testimonial: "Fresh, authentic, and always delicious.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg", imageAlt: "bakery interior warm lighting"},
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg?_wi=1", imageAlt: "bakery interior warm lighting"},
{
name: "Sara", handle: "@saratravels", testimonial: "The croissants are divine, feels like Paris.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg", imageAlt: "croissant fresh pastry breakfast"},
imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg?_wi=1", imageAlt: "croissant fresh pastry breakfast"},
{
name: "Khalid", handle: "@khalidbaked", testimonial: "Always friendly service and fresh bread.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg", imageAlt: "fresh sourdough loaf sliced"},
imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg?_wi=1", imageAlt: "fresh sourdough loaf sliced"},
{
name: "Mariam", handle: "@mariamcooks", testimonial: "My go-to bakery for every special occasion.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg", imageAlt: "chocolate muffin sweet pastry"},
imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg?_wi=1", imageAlt: "chocolate muffin sweet pastry"},
]}
buttons={[
{
text: "Explore Our Menu", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/pieces-fresh-homemade-sourdough-bread-slicing-artisan-bread-straw-lining-top-view_166373-3249.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pieces-fresh-homemade-sourdough-bread-slicing-artisan-bread-straw-lining-top-view_166373-3249.jpg?_wi=2"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/dessert-with-my-best-friend-tastes-doubly-well_329181-2937.jpg", alt: "Customer 1"},
@@ -102,7 +102,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Rooted in Passion"
description="Badar Bakery started in a small home kitchen with a simple dream: to share authentic, handcrafted baked goods with our neighbors. Today, we continue to use only the finest natural ingredients to honor our traditional methods."
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg"
imageSrc="http://img.b2bpic.net/free-photo/view-delicious-baked-bread-pastry-shop_23-2150379551.jpg?_wi=2"
/>
</div>
@@ -115,13 +115,13 @@ export default function LandingPage() {
products={[
{
id: "1", brand: "Bakery", name: "Classic Croissant", price: "$3.50", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg"},
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/perfect-morning-breakfast-fresh-croissants-oranges-blueberries-plate_181624-54752.jpg?_wi=2"},
{
id: "2", brand: "Bakery", name: "Sourdough Loaf", price: "$6.00", rating: 5,
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg"},
reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/dark-bread-wooden-cutting-board_114579-29258.jpg?_wi=2"},
{
id: "3", brand: "Bakery", name: "Chocolate Muffin", price: "$4.00", rating: 4,
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg"},
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/muffins-coffee-cup_23-2147693682.jpg?_wi=2"},
{
id: "4", brand: "Bakery", name: "French Baguette", price: "$2.50", rating: 5,
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/baton-braed-towel_140725-11056.jpg"},