Merge version_1 into main #1
@@ -93,21 +93,21 @@ export default function AboutPage() {
|
||||
{
|
||||
title: "Fresh, Flavorful Food",
|
||||
description: "Locally sourced ingredients prepared daily with passion and precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=3",
|
||||
imageAlt: "Fresh ingredients colorful vegetables produce",
|
||||
buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Our team treats every guest like family, going above and beyond to ensure your happiness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=3",
|
||||
imageAlt: "Friendly waiter serving guests table smiling",
|
||||
buttonIcon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Welcoming Atmosphere",
|
||||
description: "A clean, comfortable space designed for genuine connection and memorable moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=3",
|
||||
imageAlt: "Modern restaurant interior design cozy lighting",
|
||||
buttonIcon: Home,
|
||||
},
|
||||
@@ -130,7 +130,7 @@ export default function AboutPage() {
|
||||
quote: "Hands down the best burger I've ever had. The staff made us feel like family, and we've been back every week since.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Regular Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg?_wi=2",
|
||||
imageAlt: "happy customer satisfied guest portrait smiling",
|
||||
},
|
||||
{
|
||||
@@ -139,7 +139,7 @@ export default function AboutPage() {
|
||||
quote: "The quality of the food and the genuine warmth of the team make this place truly special. Worth every penny.",
|
||||
name: "Michael Chen",
|
||||
role: "First-Time Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=2",
|
||||
imageAlt: "professional man headshot businessman portrait",
|
||||
},
|
||||
{
|
||||
@@ -148,7 +148,7 @@ export default function AboutPage() {
|
||||
quote: "Clean, welcoming, and delicious. This is our go-to place for date nights and family celebrations.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Family of Four",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=2",
|
||||
imageAlt: "woman portrait professional headshot confident",
|
||||
},
|
||||
{
|
||||
@@ -157,7 +157,7 @@ export default function AboutPage() {
|
||||
quote: "It's rare to find a restaurant that treats you like family. The staff remembers us by name. That's what keeps us coming back.",
|
||||
name: "David Kim",
|
||||
role: "Loyal Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg?_wi=2",
|
||||
imageAlt: "male customer portrait headshot professional",
|
||||
},
|
||||
{
|
||||
@@ -166,7 +166,7 @@ export default function AboutPage() {
|
||||
quote: "From the moment we walked in, we felt welcomed. The food was incredible, and the service was attentive but not intrusive.",
|
||||
name: "Jessica Martinez",
|
||||
role: "Special Occasion Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg?_wi=2",
|
||||
imageAlt: "woman customer portrait headshot satisfied",
|
||||
},
|
||||
{
|
||||
@@ -175,7 +175,7 @@ export default function AboutPage() {
|
||||
quote: "We've tried many restaurants in town, but this one stands out. Authentic flavors, fresh ingredients, and real hospitality.",
|
||||
name: "Robert Thompson",
|
||||
role: "Food Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=2",
|
||||
imageAlt: "man customer portrait headshot professional",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -1,28 +1,60 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Halant } from "next/font/google";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
import { Inter } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Webild components 2",
|
||||
description: "Generated by create next app",
|
||||
};
|
||||
const halant = Halant({
|
||||
variable: "--font-halant",
|
||||
subsets: ["latin"],
|
||||
weight: ["300", "400", "500", "600", "700"],
|
||||
});
|
||||
|
||||
const dmSans = DM_Sans({
|
||||
variable: "--font-dm-sans",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
const inter = Inter({
|
||||
variable: "--font-inter",
|
||||
subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Best Local Restaurant - Fresh Food, Exceptional Service",
|
||||
description: "Discover exceptional food, warm hospitality, and unforgettable dining experiences. Local Kitchen - where quality, community, and genuine service meet.",
|
||||
keywords: "best restaurant, local dining, fresh food, family restaurant, casual fine dining, best burgers",
|
||||
metadataBase: new URL("https://localkitchen.com"),
|
||||
alternates: {
|
||||
canonical: "https://localkitchen.com",
|
||||
},
|
||||
openGraph: {
|
||||
title: "Local Kitchen - Best Local Restaurant",
|
||||
description: "More than a meal. An experience you'll come back for. Fresh ingredients, exceptional service, community warmth.",
|
||||
siteName: "Local Kitchen",
|
||||
type: "website",
|
||||
images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg",
|
||||
alt: "Local Kitchen - Welcoming restaurant interior",
|
||||
},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Local Kitchen - Best Local Restaurant",
|
||||
description: "Fresh food. Exceptional service. Community warmth. Your new favorite local spot.",
|
||||
images: ["http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
follow: true,
|
||||
},
|
||||
};
|
||||
|
||||
export default function RootLayout({
|
||||
children,
|
||||
}: Readonly<{
|
||||
@@ -31,7 +63,9 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body className={`${dmSans.variable} ${inter.variable} antialiased`}>
|
||||
<body
|
||||
className={`${halant.variable} ${dmSans.variable} ${inter.variable} antialiased`}
|
||||
>
|
||||
<Tag />
|
||||
{children}
|
||||
<script
|
||||
@@ -43,4 +77,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -97,7 +97,7 @@ export default function MenuPage() {
|
||||
name: "Tomato Bruschetta",
|
||||
price: "$8.99",
|
||||
variant: "Crispy bread with fresh tomatoes and basil",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=2",
|
||||
imageAlt: "Tomato bruschetta appetizer",
|
||||
},
|
||||
{
|
||||
@@ -105,7 +105,7 @@ export default function MenuPage() {
|
||||
name: "Crispy Calamari",
|
||||
price: "$11.99",
|
||||
variant: "Golden fried squid with house marinara",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=2",
|
||||
imageAlt: "Crispy calamari plate",
|
||||
},
|
||||
{
|
||||
@@ -113,7 +113,7 @@ export default function MenuPage() {
|
||||
name: "Mozzarella Sticks",
|
||||
price: "$7.99",
|
||||
variant: "Melted cheese centers, perfectly fried",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=2",
|
||||
imageAlt: "Golden mozzarella sticks",
|
||||
},
|
||||
]}
|
||||
@@ -135,7 +135,7 @@ export default function MenuPage() {
|
||||
name: "Prime Ribeye Steak",
|
||||
price: "$32.99",
|
||||
variant: "16oz certified Angus, grilled to perfection",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg?_wi=2",
|
||||
imageAlt: "Prime ribeye steak",
|
||||
},
|
||||
{
|
||||
@@ -143,7 +143,7 @@ export default function MenuPage() {
|
||||
name: "Mediterranean Sea Bass",
|
||||
price: "$28.99",
|
||||
variant: "Fresh local catch, herbs, lemon butter sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg?_wi=2",
|
||||
imageAlt: "Mediterranean sea bass",
|
||||
},
|
||||
{
|
||||
@@ -151,7 +151,7 @@ export default function MenuPage() {
|
||||
name: "Truffle Risotto",
|
||||
price: "$24.99",
|
||||
variant: "Creamy Arborio rice with black truffle and parmesan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg?_wi=2",
|
||||
imageAlt: "Creamy truffle risotto",
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -138,21 +138,21 @@ export default function HomePage() {
|
||||
{
|
||||
title: "Fresh, Flavorful Food",
|
||||
description: "Locally sourced ingredients prepared daily with passion and precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-cooking-breakfast-kitchen_1303-16479.jpg?_wi=1",
|
||||
imageAlt: "Fresh ingredients and prepared dishes",
|
||||
buttonIcon: Sparkles,
|
||||
},
|
||||
{
|
||||
title: "Exceptional Service",
|
||||
description: "Our team treats every guest like family, going above and beyond to ensure your happiness.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/student-girl-computer_23-2147678844.jpg?_wi=1",
|
||||
imageAlt: "Friendly staff serving guests",
|
||||
buttonIcon: Heart,
|
||||
},
|
||||
{
|
||||
title: "Welcoming Atmosphere",
|
||||
description: "A clean, comfortable space designed for genuine connection and memorable moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tables-chairs-arranged-empty-coffee-shop_107420-96463.jpg?_wi=1",
|
||||
imageAlt: "Warm, inviting restaurant ambiance",
|
||||
buttonIcon: Home,
|
||||
},
|
||||
@@ -178,7 +178,7 @@ export default function HomePage() {
|
||||
name: "Gourmet Burger",
|
||||
price: "$16.99",
|
||||
variant: "Premium Angus beef, aged cheddar, house sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-burger-wooden-board-with-fresh-tomatoes_23-2148238496.jpg?_wi=1",
|
||||
imageAlt: "Gourmet burger with fresh toppings",
|
||||
},
|
||||
{
|
||||
@@ -186,7 +186,7 @@ export default function HomePage() {
|
||||
name: "Daily Catch Salmon",
|
||||
price: "$22.99",
|
||||
variant: "Fresh grilled salmon with seasonal vegetables",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/exotic-cut-slice-seafood-salmon-plate_23-2148637837.jpg?_wi=1",
|
||||
imageAlt: "Fresh grilled salmon plate",
|
||||
},
|
||||
{
|
||||
@@ -194,7 +194,7 @@ export default function HomePage() {
|
||||
name: "Homemade Pasta",
|
||||
price: "$18.99",
|
||||
variant: "Made fresh daily with our signature sauce",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-wooden-table-with-fresh-ingredients_23-2147606600.jpg?_wi=1",
|
||||
imageAlt: "Homemade pasta with rich sauce",
|
||||
},
|
||||
]}
|
||||
@@ -215,7 +215,7 @@ export default function HomePage() {
|
||||
quote: "Hands down the best burger I've ever had. The staff made us feel like family, and we've been back every week since.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Regular Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -223,7 +223,7 @@ export default function HomePage() {
|
||||
quote: "The quality of the food and the genuine warmth of the team make this place truly special. Worth every penny.",
|
||||
name: "Michael Chen",
|
||||
role: "First-Time Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -231,7 +231,7 @@ export default function HomePage() {
|
||||
quote: "Clean, welcoming, and delicious. This is our go-to place for date nights and family celebrations.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Family of Four",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -239,7 +239,7 @@ export default function HomePage() {
|
||||
quote: "It's rare to find a restaurant that treats you like family. The staff remembers us by name. That's what keeps us coming back.",
|
||||
name: "David Kim",
|
||||
role: "Loyal Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -247,7 +247,7 @@ export default function HomePage() {
|
||||
quote: "From the moment we walked in, we felt welcomed. The food was incredible, and the service was attentive but not intrusive.",
|
||||
name: "Jessica Martinez",
|
||||
role: "Special Occasion Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -255,7 +255,7 @@ export default function HomePage() {
|
||||
quote: "We've tried many restaurants in town, but this one stands out. Authentic flavors, fresh ingredients, and real hospitality.",
|
||||
name: "Robert Thompson",
|
||||
role: "Food Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
@@ -115,7 +115,7 @@ export default function ReviewsPage() {
|
||||
quote: "Hands down the best burger I've ever had. The staff made us feel like family, and we've been back every week since.",
|
||||
name: "Sarah Johnson",
|
||||
role: "Regular Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-baker-taking-notes-while-pastry-shop_23-2150379559.jpg?_wi=3",
|
||||
imageAlt: "happy customer satisfied guest portrait smiling",
|
||||
},
|
||||
{
|
||||
@@ -124,7 +124,7 @@ export default function ReviewsPage() {
|
||||
quote: "The quality of the food and the genuine warmth of the team make this place truly special. Worth every penny.",
|
||||
name: "Michael Chen",
|
||||
role: "First-Time Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman-looking-camera_74855-4120.jpg?_wi=3",
|
||||
imageAlt: "professional man headshot businessman portrait",
|
||||
},
|
||||
{
|
||||
@@ -133,7 +133,7 @@ export default function ReviewsPage() {
|
||||
quote: "Clean, welcoming, and delicious. This is our go-to place for date nights and family celebrations.",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Family of Four",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-businesswoman-looking-camera-with-arm-crossed_23-2148187252.jpg?_wi=3",
|
||||
imageAlt: "woman portrait professional headshot confident",
|
||||
},
|
||||
{
|
||||
@@ -142,7 +142,7 @@ export default function ReviewsPage() {
|
||||
quote: "It's rare to find a restaurant that treats you like family. The staff remembers us by name. That's what keeps us coming back.",
|
||||
name: "David Kim",
|
||||
role: "Loyal Customer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491823.jpg?_wi=3",
|
||||
imageAlt: "male customer portrait headshot professional",
|
||||
},
|
||||
{
|
||||
@@ -151,7 +151,7 @@ export default function ReviewsPage() {
|
||||
quote: "From the moment we walked in, we felt welcomed. The food was incredible, and the service was attentive but not intrusive.",
|
||||
name: "Jessica Martinez",
|
||||
role: "Special Occasion Guest",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-white-t-shirt-pointing-thumb-left-showing-excellent-copy-space-promo-product-grinning-suggesting-check-out_176420-44720.jpg?_wi=3",
|
||||
imageAlt: "woman customer portrait headshot satisfied",
|
||||
},
|
||||
{
|
||||
@@ -160,7 +160,7 @@ export default function ReviewsPage() {
|
||||
quote: "We've tried many restaurants in town, but this one stands out. Authentic flavors, fresh ingredients, and real hospitality.",
|
||||
name: "Robert Thompson",
|
||||
role: "Food Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emotional-young-male-with-blue-shirt-standing-gate-with-slight-smile-his-face_181624-33508.jpg?_wi=3",
|
||||
imageAlt: "man customer portrait headshot professional",
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user