Update src/app/page.tsx
This commit is contained in:
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
handle: "@maria",
|
||||
testimonial: "The space feels intentional — a destination, not a stop.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macarons_23-2148143794.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/macarons_23-2148143794.jpg?_wi=1",
|
||||
imageAlt: "elegant croissant pastry photography",
|
||||
},
|
||||
{
|
||||
@@ -73,7 +73,7 @@ export default function LandingPage() {
|
||||
handle: "@j_p",
|
||||
testimonial: "Simply the best croissant I've ever had in Houston.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-eclairs-white-glaze-with-pecans_169016-18746.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-eclairs-white-glaze-with-pecans_169016-18746.jpg?_wi=1",
|
||||
imageAlt: "elegant croissant pastry photography",
|
||||
},
|
||||
{
|
||||
@@ -81,7 +81,7 @@ export default function LandingPage() {
|
||||
handle: "@elenak",
|
||||
testimonial: "The attention to detail in every layer is palpable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-with-cream-cheese-figs-plate_23-2148749106.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-with-cream-cheese-figs-plate_23-2148749106.jpg?_wi=1",
|
||||
imageAlt: "elegant croissant pastry photography",
|
||||
},
|
||||
{
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
handle: "@mw_food",
|
||||
testimonial: "A masterclass in technical baking.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiple-layer-cream-dessert_140725-3842.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiple-layer-cream-dessert_140725-3842.jpg?_wi=1",
|
||||
imageAlt: "elegant croissant pastry photography",
|
||||
},
|
||||
{
|
||||
@@ -97,7 +97,7 @@ export default function LandingPage() {
|
||||
handle: "@chloet",
|
||||
testimonial: "Absolute perfection, worth the morning wait.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-nature_23-2148170328.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-nature_23-2148170328.jpg?_wi=1",
|
||||
imageAlt: "elegant croissant pastry photography",
|
||||
},
|
||||
]}
|
||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/macarons_23-2148143794.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/macarons_23-2148143794.jpg?_wi=2"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
@@ -206,19 +206,19 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Le Brun Vanille",
|
||||
price: "$12.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-eclairs-white-glaze-with-pecans_169016-18746.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-eclairs-white-glaze-with-pecans_169016-18746.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "The Sculpted Fig",
|
||||
price: "$18.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-with-cream-cheese-figs-plate_23-2148749106.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-bread-with-cream-cheese-figs-plate_23-2148749106.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Midnight Mille-Feuille",
|
||||
price: "$14.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiple-layer-cream-dessert_140725-3842.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiple-layer-cream-dessert_140725-3842.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -284,7 +284,7 @@ export default function LandingPage() {
|
||||
role: "Patron",
|
||||
company: "Houston, TX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-nature_23-2148170328.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-nature_23-2148170328.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
|
||||
Reference in New Issue
Block a user