Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 20:04:03 +00:00

View File

@@ -44,6 +44,7 @@ export default function LandingPage() {
tag="Since 2015"
tagIcon={Flame}
tagAnimation="slide-up"
background={{ variant: "plain" }}
imageSrc="http://img.b2bpic.net/free-photo/close-up-hand-holding-grilled-meat-with-tong-outdoor-barbecue_23-2147841007.jpg"
imageAlt="Premium wood-fired grill"
mediaAnimation="blur-reveal"
@@ -57,13 +58,13 @@ export default function LandingPage() {
testimonials={[
{
name: "Marcus Johnson", handle: "Food Critic", testimonial: "The best grilled steaks in the city. An absolute must-visit!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg"},
{
name: "Sarah Chen", handle: "Local Diner", testimonial: "Exceptional flavors and impeccable service every single time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg"},
{
name: "David Thompson", handle: "Chef & Friend", testimonial: "A masterclass in grilling. Consistently outstanding quality.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=1"},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg"},
]}
testimonialRotationInterval={5000}
/>
@@ -83,6 +84,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/wooden-table-outdoors-cafe_53876-16165.jpg"
imageAlt="Garwood Grill interior dining"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
@@ -116,11 +118,11 @@ export default function LandingPage() {
<TestimonialCardTwelve
testimonials={[
{
id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg?_wi=2", imageAlt: "Marcus Johnson"},
id: "1", name: "Marcus Johnson", imageSrc: "http://img.b2bpic.net/free-photo/portrait-barista-boy-cafe_23-2148436241.jpg", imageAlt: "Marcus Johnson"},
{
id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg?_wi=2", imageAlt: "Sarah Chen"},
id: "2", name: "Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-office-center_1303-19603.jpg", imageAlt: "Sarah Chen"},
{
id: "3", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg?_wi=2", imageAlt: "David Thompson"},
id: "3", name: "David Thompson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-professional-business-woman-smiling-outdoor_1391-4.jpg", imageAlt: "David Thompson"},
{
id: "4", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/handsome-stylish-man-restaurant_23-2147689185.jpg", imageAlt: "Emily Rodriguez"},
]}