Merge version_1 into main #1

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

View File

@@ -110,19 +110,19 @@ export default function LandingPage() {
features={[
{
id: "1", title: "24/7 Open", author: "Always Available", description: "Never close. We're here for your midnight cravings, early breakfast, or any time in between.", tags: ["Service", "Convenience"],
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "Restaurant interior"
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=1", imageAlt: "Restaurant interior"
},
{
id: "2", title: "Top Rated in Saidpur", author: "4.4 Star Rating", description: "64+ genuine customer reviews praising our taste, hygiene, and service quality.", tags: ["Trust", "Quality"],
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "Restaurant interior"
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=2", imageAlt: "Restaurant interior"
},
{
id: "3", title: "Clean & Hygienic", author: "Health Certified", description: "We maintain the highest standards of cleanliness in food preparation and seating areas.", tags: ["Safety", "Hygiene"],
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "Restaurant interior"
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=3", imageAlt: "Restaurant interior"
},
{
id: "4", title: "Family Friendly", author: "Warm Welcome", description: "Perfect for families with children, friends gathering, or office team lunches.", tags: ["Community", "Atmosphere"],
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg", imageAlt: "Restaurant interior"
imageSrc: "http://img.b2bpic.net/free-photo/table-chairs-bar_107420-65857.jpg?_wi=4", imageAlt: "Restaurant interior"
}
]}
animationType="slide-up"
@@ -165,15 +165,15 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Fatima Ahmed", role: "College Student", company: "Saidpur Govt. Science College", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Fatima Ahmed"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", imageAlt: "Fatima Ahmed"
},
{
id: "2", name: "Rajesh Kumar", role: "Business Owner", company: "Local Entrepreneur", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Rajesh Kumar"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=1", imageAlt: "Rajesh Kumar"
},
{
id: "3", name: "Nazma Begum", role: "Homemaker", company: "Regular Family", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Nazma Begum"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=2", imageAlt: "Nazma Begum"
},
{
id: "4", name: "Hassan Ali", role: "Flight Crew", company: "Airport Staff", rating: 5,
@@ -181,11 +181,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Sonia Das", role: "Event Planner", company: "Party Organizer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sonia Das"
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", imageAlt: "Sonia Das"
},
{
id: "6", name: "Imran Hossain", role: "Late Night Traveler", company: "Frequent Visitor", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg", imageAlt: "Imran Hossain"
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-smiling-camera_1163-4660.jpg?_wi=3", imageAlt: "Imran Hossain"
}
]}
gridVariant="uniform-all-items-equal"