From 81552e46703f8349fdda98cfcbed63486730ac9e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 10:38:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c14478..fdbdbd5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,12 +61,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" avatars={[ - { src: "http://img.b2bpic.net/free-photo/front-closed-up-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-25889.jpg", alt: "Happy customer 1" }, - { src: "http://img.b2bpic.net/free-photo/close-up-view-tasty-steak-with-sauce-male-s-hands-begin-cut-slice_8353-7023.jpg", alt: "Happy customer 2" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AesvLBk3wmrO8Wt7sKav8rxcYT/uploaded-1772966214531-9p6krs2x.png", alt: "Happy customer 1" }, + { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AesvLBk3wmrO8Wt7sKav8rxcYT/uploaded-1772966214531-ielk6flw.jpg", alt: "Happy customer 2" }, { src: "http://img.b2bpic.net/free-photo/grilled-steak-with-melted-cheese-mashed-vegetables_140725-2136.jpg", alt: "Happy customer 3" }, ]} avatarText="Loved by thousands of steak enthusiasts" - imageSrc="http://img.b2bpic.net/free-photo/delicious-food-prepared-jewish-hanukkah-celebration_23-2151112359.jpg" + imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AesvLBk3wmrO8Wt7sKav8rxcYT/uploaded-1772966214531-9p6krs2x.png" imageAlt="Premium grilled Texas steak" mediaAnimation="blur-reveal" imagePosition="right" @@ -78,7 +78,7 @@ export default function LandingPage() { title="What Makes Us Legendary" titleSegments={[ { type: "text", content: "What Makes Us " }, - { type: "image", src: "http://img.b2bpic.net/free-photo/front-closed-up-view-fried-meat-with-sauce-greens-along-with-glass-wine-brown-desk-food-meat-meal_140725-25889.jpg", alt: "Legendary steaks" }, + { type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AesvLBk3wmrO8Wt7sKav8rxcYT/uploaded-1772966214531-9p6krs2x.png", alt: "Legendary steaks" }, { type: "text", content: " Legendary" }, ]} description="From our signature smoking process to hand-carved steaks, every detail reflects our commitment to authentic Texas BBQ and premium steakhouse excellence." @@ -111,13 +111,13 @@ export default function LandingPage() {