Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-10 11:08:57 +00:00

View File

@@ -92,6 +92,7 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/close-up-friends-hanging-out-together_23-2149143974.jpg"
imageAlt="AA Fast Food Restaurant Interior"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
/>
</div>
@@ -134,20 +135,16 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Fatima Khan", role: "Regular Customer", company: "Shahdara Community", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg", imageAlt: "Fatima Khan"
id: "1", name: "Fatima Khan", role: "Regular Customer", company: "Shahdara Community", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-wearing-yellow-bandana_273609-13345.jpg", imageAlt: "Fatima Khan"
},
{
id: "2", name: "Ahmed Ali", role: "Office Worker", company: "Downtown Lahore", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-support-worker-wearing-headset-following-call-script_482257-125782.jpg", imageAlt: "Ahmed Ali"
id: "2", name: "Ahmed Ali", role: "Office Worker", company: "Downtown Lahore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-customer-support-worker-wearing-headset-following-call-script_482257-125782.jpg", imageAlt: "Ahmed Ali"
},
{
id: "3", name: "Saira Malik", role: "Family Dining Fan", company: "North Lahore", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3598.jpg", imageAlt: "Saira Malik"
id: "3", name: "Saira Malik", role: "Family Dining Fan", company: "North Lahore", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-beautiful-young-woman-posing_1301-3598.jpg", imageAlt: "Saira Malik"
},
{
id: "4", name: "Hassan Raza", role: "Food Enthusiast", company: "Lahore Food Circle", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-ok-sign_23-2148479576.jpg", imageAlt: "Hassan Raza"
id: "4", name: "Hassan Raza", role: "Food Enthusiast", company: "Lahore Food Circle", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-showing-ok-sign_23-2148479576.jpg", imageAlt: "Hassan Raza"
}
]}
/>