Update src/app/page.tsx

This commit is contained in:
2026-03-31 04:52:41 +00:00
parent fb10c6b5f2
commit db451eec20

View File

@@ -64,7 +64,7 @@ export default function LandingPage() {
href: "/contact",
},
]}
imageSrc="http://img.b2bpic.net/free-photo/coffeepot-chocolate-truffles_23-2148173365.jpg"
imageSrc="http://img.b2bpic.net/free-photo/coffeepot-chocolate-truffles_23-2148173365.jpg?_wi=1"
showBlur={true}
/>
</div>
@@ -76,7 +76,7 @@ export default function LandingPage() {
title="Built on Brick. Powered by Community."
description="Brick House Coffee Bar & Eatery was designed to be more than just a coffee shop. Its a place where everyone feels welcome."
subdescription="With a clean, thoughtfully designed space and a team that cares, every visit is worth coming back for."
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-coat-smartwatch-waiting-cafe_197531-22704.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-young-woman-sitting-coat-smartwatch-waiting-cafe_197531-22704.jpg?_wi=1"
mediaAnimation="slide-up"
icon={Coffee}
/>
@@ -93,19 +93,19 @@ export default function LandingPage() {
id: "p1",
name: "House Latte",
price: "$5.50",
imageSrc: "http://img.b2bpic.net/free-photo/layered-espresso-drink_23-2151961365.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/layered-espresso-drink_23-2151961365.jpg?_wi=1",
},
{
id: "p2",
name: "Fresh Pastries",
price: "$4.00",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-beautiful-croissants-wooden-board-traditional-continental-breakfast-granola-with-fruits-honey-background_1220-1314.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-beautiful-croissants-wooden-board-traditional-continental-breakfast-granola-with-fruits-honey-background_1220-1314.jpg?_wi=1",
},
{
id: "p3",
name: "Gourmet Sandwiches",
price: "$9.50",
imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/classic-ceasar-with-chicken-fillet-vegetable-mix_114579-2302.jpg?_wi=1",
},
]}
title="Signature Favorites"
@@ -125,7 +125,7 @@ export default function LandingPage() {
handle: "@sarahj",
testimonial: "Beautiful interior, great staff, and such a clean, welcoming space.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg?_wi=1",
},
{
id: "2",
@@ -157,7 +157,7 @@ export default function LandingPage() {
handle: "@jessl",
testimonial: "Best lattes in the city, hands down.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-close-up-young-beautiful-girl-street_1153-9652.jpg?_wi=2",
},
]}
showRating={true}