Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-09 08:22:45 +00:00

View File

@@ -10,7 +10,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
import ContactSplit from "@/components/sections/contact/ContactSplit";
import FooterBase from "@/components/sections/footer/FooterBase";
import { Heart, Chef, Calendar, Star } from "lucide-react";
import { Heart, UtensilsCrossed, Calendar, Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -59,15 +59,15 @@ export default function LandingPage() {
testimonials={[
{
name: "Sarah Mitchell", handle: "Local Family", testimonial: "Best authentic Chinese food in the Hills. Amazing portions, incredible service, and the whole family loves it!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg"
},
{
name: "David Chen", handle: "Regular Customer", testimonial: "The sizzling dishes are absolutely phenomenal. Always perfectly cooked and served with such care.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/emotions-people-concept-headshot-serious-looking-handsome-man-with-beard-looking-confident-determined_1258-26730.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/emotions-people-concept-headshot-serious-looking-handsome-man-with-beard-looking-confident-determined_1258-26730.jpg"
},
{
name: "Lisa Wong", handle: "Corporate Booking", testimonial: "Hosted our team dinner here and it was perfect. Authentic flavours, generous portions, and wonderful staff.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-professional-female-executive-wearing-red-jacket-while-sitting-outside-workplace_662251-2084.jpg?_wi=1"
imageSrc: "http://img.b2bpic.net/free-photo/young-professional-female-executive-wearing-red-jacket-while-sitting-outside-workplace_662251-2084.jpg"
}
]}
testimonialRotationInterval={5000}
@@ -84,8 +84,8 @@ export default function LandingPage() {
title="Family-Owned Authentic Chinese Restaurant Serving the Hills Since 2010"
description="Owner & Chef"
subdescription="Hills Garden Restaurant"
icon={Chef}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=1"
icon={UtensilsCrossed}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg"
imageAlt="Warm and welcoming dining atmosphere"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -122,13 +122,13 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Emma Johnson", role: "Local Family", testimonial: "Absolutely love this place! The portions are huge, the flavors are authentic, and the service is incredibly fast even on busy nights. We come here at least once a month.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg?_wi=2", imageAlt: "Emma Johnson"
id: "1", name: "Emma Johnson", role: "Local Family", testimonial: "Absolutely love this place! The portions are huge, the flavors are authentic, and the service is incredibly fast even on busy nights. We come here at least once a month.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-businesswoman-smiling-camera_74855-3966.jpg", imageAlt: "Emma Johnson"
},
{
id: "2", name: "Marcus Brown", role: "Regular Customer", testimonial: "Best takeaway option in the Hills. Food always arrives hot, portions are generous, and the menu variety is outstanding. Highly recommend for family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/emotions-people-concept-headshot-serious-looking-handsome-man-with-beard-looking-confident-determined_1258-26730.jpg?_wi=2", imageAlt: "Marcus Brown"
id: "2", name: "Marcus Brown", role: "Regular Customer", testimonial: "Best takeaway option in the Hills. Food always arrives hot, portions are generous, and the menu variety is outstanding. Highly recommend for family dinners.", imageSrc: "http://img.b2bpic.net/free-photo/emotions-people-concept-headshot-serious-looking-handsome-man-with-beard-looking-confident-determined_1258-26730.jpg", imageAlt: "Marcus Brown"
},
{
id: "3", name: "Jennifer Lee", role: "Special Occasion Host", testimonial: "We booked a table for my sister's birthday celebration and it was perfect. The sizzling dishes were a showstopper, and the staff made us feel so welcome.", imageSrc: "http://img.b2bpic.net/free-photo/young-professional-female-executive-wearing-red-jacket-while-sitting-outside-workplace_662251-2084.jpg?_wi=2", imageAlt: "Jennifer Lee"
id: "3", name: "Jennifer Lee", role: "Special Occasion Host", testimonial: "We booked a table for my sister's birthday celebration and it was perfect. The sizzling dishes were a showstopper, and the staff made us feel so welcome.", imageSrc: "http://img.b2bpic.net/free-photo/young-professional-female-executive-wearing-red-jacket-while-sitting-outside-workplace_662251-2084.jpg", imageAlt: "Jennifer Lee"
},
{
id: "4", name: "Robert Kim", role: "Working Professional", testimonial: "Quick lunch spot with authentic flavors and huge portions. I order online and pick up—consistently good quality every time. Worth every penny.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-blue-shirt-standing-against-grey-wall_23-2148130268.jpg", imageAlt: "Robert Kim"
@@ -198,7 +198,7 @@ export default function LandingPage() {
description="Call us or fill out the form below to reserve a table. We look forward to serving you and your family."
background={{ variant: "plain" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg"
imageAlt="Cozy restaurant dining ambiance"
mediaAnimation="slide-up"
mediaPosition="right"