Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 21:59:32 +00:00

View File

@@ -33,9 +33,7 @@ export default function ReviewsPage() {
{ name: "Location", id: "/location" },
]}
button={{
text: "Call Now",
href: "tel:(404)363-2423",
}}
text: "Call Now", href: "tel:(404)363-2423"}}
/>
</div>
@@ -43,60 +41,30 @@ export default function ReviewsPage() {
<TestimonialCardSixteen
testimonials={[
{
id: "1",
name: "Sarah Johnson",
role: "Local Resident",
company: "Forest Park",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg?_wi=2",
imageAlt: "happy woman smiling portrait professional headshot",
},
id: "1", name: "Sarah Johnson", role: "Local Resident", company: "Forest Park", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/shot-beautiful-young-businesswoman-wearing-blue-chiffon-shirt-while-standing-with-folded-arms-black-wall_158595-6868.jpg", imageAlt: "happy woman smiling portrait professional headshot"},
{
id: "2",
name: "Michael Chen",
role: "Frequent Visitor",
company: "ATL Airport Area",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg?_wi=2",
imageAlt: "happy man smiling professional portrait headshot",
},
id: "2", name: "Michael Chen", role: "Frequent Visitor", company: "ATL Airport Area", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1602.jpg", imageAlt: "happy man smiling professional portrait headshot"},
{
id: "3",
name: "Emily Rodriguez",
role: "Business Owner",
company: "Forest Park",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg?_wi=2",
imageAlt: "happy Latina woman smiling portrait professional",
},
id: "3", name: "Emily Rodriguez", role: "Business Owner", company: "Forest Park", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-face-gorgeous-latin-american-woman_1262-5766.jpg", imageAlt: "happy Latina woman smiling portrait professional"},
{
id: "4",
name: "David Kim",
role: "Regular Customer",
company: "Local",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg?_wi=2",
imageAlt: "happy Asian man smiling professional portrait",
},
id: "4", name: "David Kim", role: "Regular Customer", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman_1098-66.jpg", imageAlt: "happy Asian man smiling professional portrait"},
]}
kpiItems={[
{
value: "2,000+",
label: "Happy Reviews",
},
value: "2,000+", label: "Happy Reviews"},
{
value: "4.6★",
label: "Customer Rating",
},
value: "4.6★", label: "Customer Rating"},
{
value: "10+",
label: "Years Serving",
},
value: "10+", label: "Years Serving"},
]}
animationType="slide-up"
title="What Our Customers Say"
description="Real reviews from satisfied diners who love our Vietnamese cuisine and exceptional service"
tag: "Reviews"
tag="Reviews"
textboxLayout="default"
useInvertedBackground={false}
/>
@@ -137,9 +105,7 @@ export default function ReviewsPage() {
{
items: [
{
label: "Address",
href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA",
},
label: "Address", href: "https://maps.google.com/?q=4061+Jonesboro+Rd+Forest+Park+GA"},
{ label: "Phone", href: "tel:(404)363-2423" },
{ label: "Hours: 10:30 AM 8:45 PM", href: "#" },
],