Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-10 11:13:01 +00:00

View File

@@ -27,10 +27,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{ name: "Home", id: "home" },
{ name: "Home", id: "/" },
{ name: "Menu", id: "menu" },
{ name: "About", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }
]}
brandName="AA Fast Food"
@@ -135,16 +135,20 @@ 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"
}
]}
/>
@@ -172,7 +176,7 @@ export default function LandingPage() {
columns={[
{
title: "Navigation", items: [
{ label: "Home", href: "#home" },
{ label: "Home", href: "/" },
{ label: "Menu", href: "#menu" },
{ label: "About", href: "#about" }
]