Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-13 19:01:36 +00:00

View File

@@ -52,19 +52,19 @@ export default function LandingPage() {
testimonials={[
{
name: "James Lee", handle: "@jlee", testimonial: "The quality of meat is unmatched. A true BBQ experience.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/having-breakfast-home_1098-13946.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/having-breakfast-home_1098-13946.jpg?_wi=1"},
{
name: "Sarah Park", handle: "@spark", testimonial: "My favorite BBQ spot in the city. The charcoal flavor is distinct.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg?_wi=1"},
{
name: "Mark Kim", handle: "@mkim", testimonial: "Excellent service and an authentic menu. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg?_wi=1"},
{
name: "Elena Choi", handle: "@echoi", testimonial: "The atmosphere is incredible, perfect for a special night out.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg?_wi=1"},
{
name: "David Ryu", handle: "@dryu", testimonial: "Best short rib I have ever had. Authentic and delicious.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-making-barbecue_23-2149383061.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-making-barbecue_23-2149383061.jpg?_wi=1"},
]}
imageSrc="http://img.b2bpic.net/free-photo/raw-meat-plate-with-fork_23-2148917728.jpg"
avatars={[
@@ -167,15 +167,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/having-breakfast-home_1098-13946.jpg"},
id: "1", name: "John Doe", imageSrc: "http://img.b2bpic.net/free-photo/having-breakfast-home_1098-13946.jpg?_wi=2"},
{
id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg"},
id: "2", name: "Jane Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-salad-cafe_1303-25276.jpg?_wi=2"},
{
id: "3", name: "Sam Brown", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg"},
id: "3", name: "Sam Brown", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-cafe_273609-5053.jpg?_wi=2"},
{
id: "4", name: "Alex White", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg"},
id: "4", name: "Alex White", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-eat-salade-restaurant-waiting-woman-with-bouquet-roses_496169-302.jpg?_wi=2"},
{
id: "5", name: "Beth Green", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-making-barbecue_23-2149383061.jpg"},
id: "5", name: "Beth Green", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-making-barbecue_23-2149383061.jpg?_wi=2"},
]}
cardTitle="Guest Experiences"
cardTag="Reviews"