diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0a6240e..5bc5ba0 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function AboutPage() { { text: "Reserve a Table", href: "reservations" }, { text: "View Menu", href: "/" } ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-lunch-setup-with-grape-leaves-dolma-lentil-soup-vegetable-salad-with-cheese_140725-8875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-lunch-setup-with-grape-leaves-dolma-lentil-soup-vegetable-salad-with-cheese_140725-8875.jpg?_wi=2" imageAlt="Golden Hour Restaurant - Our Heritage" /> @@ -67,7 +67,7 @@ export default function AboutPage() { { title: "Warm Hospitality", description: "Every guest is welcomed as family. We believe in creating memorable dining experiences that last a lifetime.", icon: Users }, { title: "Continuous Innovation", description: "While honoring tradition, we constantly innovate to bring fresh, exciting flavors to our diverse menu.", icon: Zap } ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=2" imageAlt="Golden Hour Restaurant - Elegant Dining Space" mediaAnimation="slide-up" /> @@ -126,12 +126,12 @@ export default function AboutPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" testimonials={[ - { id: "1", name: "Rajesh Kumar", role: "Regular Customer", company: "Family of 4", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Rajesh Kumar" }, - { id: "2", name: "Priya Sharma", role: "Food Enthusiast", company: "Celebration Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-therapist_23-2148759115.jpg", imageAlt: "Priya Sharma" }, - { id: "3", name: "Amit Patel", role: "Business Executive", company: "Corporate Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", imageAlt: "Amit Patel" }, - { id: "4", name: "Anjali Desai", role: "Wedding Planner", company: "Event Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg", imageAlt: "Anjali Desai" }, - { id: "5", name: "Vikram Singh", role: "Food Critic", company: "Restaurant Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "Vikram Singh" }, - { id: "6", name: "Neha Gupta", role: "Social Media Influencer", company: "Content Creator", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg", imageAlt: "Neha Gupta" } + { id: "1", name: "Rajesh Kumar", role: "Regular Customer", company: "Family of 4", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=2", imageAlt: "Rajesh Kumar" }, + { id: "2", name: "Priya Sharma", role: "Food Enthusiast", company: "Celebration Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-therapist_23-2148759115.jpg?_wi=2", imageAlt: "Priya Sharma" }, + { id: "3", name: "Amit Patel", role: "Business Executive", company: "Corporate Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=2", imageAlt: "Amit Patel" }, + { id: "4", name: "Anjali Desai", role: "Wedding Planner", company: "Event Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg?_wi=2", imageAlt: "Anjali Desai" }, + { id: "5", name: "Vikram Singh", role: "Food Critic", company: "Restaurant Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=2", imageAlt: "Vikram Singh" }, + { id: "6", name: "Neha Gupta", role: "Social Media Influencer", company: "Content Creator", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg?_wi=2", imageAlt: "Neha Gupta" } ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 34ae206..fee360c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Reserve a Table", href: "reservations" }, { text: "Call Now", href: "tel:+919876543210" } ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-lunch-setup-with-grape-leaves-dolma-lentil-soup-vegetable-salad-with-cheese_140725-8875.jpg" + imageSrc="http://img.b2bpic.net/free-photo/top-view-lunch-setup-with-grape-leaves-dolma-lentil-soup-vegetable-salad-with-cheese_140725-8875.jpg?_wi=1" imageAlt="Golden Hour Restaurant - Premium Multi-Cuisine Dining" /> @@ -71,7 +71,7 @@ export default function LandingPage() { { title: "Premium Quality", description: "Highest quality ingredients and expert preparation for an unforgettable dining experience.", icon: Star }, { title: "Fast Service", description: "Quick, attentive service ensuring your dining experience is smooth and enjoyable.", icon: Zap } ]} - imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-12-persons-with-blue-chairs-fireplace-white-brick-walls-wide-window_140725-8456.jpg?_wi=1" imageAlt="Golden Hour Restaurant Interior - Warm and Welcoming Ambiance" mediaAnimation="slide-up" /> @@ -142,12 +142,12 @@ export default function LandingPage() { animationType="slide-up" gridVariant="uniform-all-items-equal" testimonials={[ - { id: "1", name: "Rajesh Kumar", role: "Regular Customer", company: "Family of 4", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg", imageAlt: "Rajesh Kumar - Customer testimonial" }, - { id: "2", name: "Priya Sharma", role: "Food Enthusiast", company: "Celebration Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-therapist_23-2148759115.jpg", imageAlt: "Priya Sharma - Customer testimonial" }, - { id: "3", name: "Amit Patel", role: "Business Executive", company: "Corporate Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg", imageAlt: "Amit Patel - Customer testimonial" }, - { id: "4", name: "Anjali Desai", role: "Wedding Planner", company: "Event Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg", imageAlt: "Anjali Desai - Customer testimonial" }, - { id: "5", name: "Vikram Singh", role: "Food Critic", company: "Restaurant Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg", imageAlt: "Vikram Singh - Customer testimonial" }, - { id: "6", name: "Neha Gupta", role: "Social Media Influencer", company: "Content Creator", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg", imageAlt: "Neha Gupta - Customer testimonial" } + { id: "1", name: "Rajesh Kumar", role: "Regular Customer", company: "Family of 4", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-window_1262-5674.jpg?_wi=1", imageAlt: "Rajesh Kumar - Customer testimonial" }, + { id: "2", name: "Priya Sharma", role: "Food Enthusiast", company: "Celebration Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-therapist_23-2148759115.jpg?_wi=1", imageAlt: "Priya Sharma - Customer testimonial" }, + { id: "3", name: "Amit Patel", role: "Business Executive", company: "Corporate Client", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg?_wi=1", imageAlt: "Amit Patel - Customer testimonial" }, + { id: "4", name: "Anjali Desai", role: "Wedding Planner", company: "Event Organizer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-caucasian-adult-brunette-woman-smiles-puts-her-thumb-forefinger-together-showing-that-everything-is-ok_197531-31190.jpg?_wi=1", imageAlt: "Anjali Desai - Customer testimonial" }, + { id: "5", name: "Vikram Singh", role: "Food Critic", company: "Restaurant Reviewer", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/successful-young-man-stylish-hat-relaxing-alone-cozy-cafeteria-lunch-break-looking-with-happy-expression_273609-1935.jpg?_wi=1", imageAlt: "Vikram Singh - Customer testimonial" }, + { id: "6", name: "Neha Gupta", role: "Social Media Influencer", company: "Content Creator", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-brown-haired-woman-showing-thumb-up-lady-looking-camera_1262-14383.jpg?_wi=1", imageAlt: "Neha Gupta - Customer testimonial" } ]} />