diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 0dbdc7d..0109535 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,7 +47,7 @@ export default function AboutPage() { useInvertedBackground={true} imagePosition="right" mediaAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-greek-flag_23-2149323100.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-greek-flag_23-2149323100.jpg?_wi=2" imageAlt="Santorini Greek island inspiration - white architecture and blue sea" bulletPoints={[ { @@ -77,13 +77,13 @@ export default function AboutPage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Priya Sharma", role: "Food Enthusiast & Blogger", testimonial: "The Santorini-inspired décor is absolutely stunning! Every corner is Instagram-worthy. The continental food is equally impressive - best Fish n Chips in Kolkata. I keep coming back!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg", imageAlt: "Priya Sharma" + id: "1", name: "Priya Sharma", role: "Food Enthusiast & Blogger", testimonial: "The Santorini-inspired décor is absolutely stunning! Every corner is Instagram-worthy. The continental food is equally impressive - best Fish n Chips in Kolkata. I keep coming back!", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg?_wi=2", imageAlt: "Priya Sharma" }, { - id: "2", name: "Rahul Kapoor", role: "Regular Customer & Corporate Head", testimonial: "Out n Beyond has become my go-to place for special occasions and team celebrations. The ambiance is perfect, service is impeccable, and the Chicken Stroganoff is absolutely divine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg", imageAlt: "Rahul Kapoor" + id: "2", name: "Rahul Kapoor", role: "Regular Customer & Corporate Head", testimonial: "Out n Beyond has become my go-to place for special occasions and team celebrations. The ambiance is perfect, service is impeccable, and the Chicken Stroganoff is absolutely divine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg?_wi=2", imageAlt: "Rahul Kapoor" }, { - id: "3", name: "Anjali Verma", role: "Coffee Connoisseur", testimonial: "Their specialty coffee and mocktails are exceptional! Paired with the aesthetics, it's the perfect place to hang out with friends. The baristas are highly skilled. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg", imageAlt: "Anjali Verma" + id: "3", name: "Anjali Verma", role: "Coffee Connoisseur", testimonial: "Their specialty coffee and mocktails are exceptional! Paired with the aesthetics, it's the perfect place to hang out with friends. The baristas are highly skilled. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg?_wi=2", imageAlt: "Anjali Verma" } ]} /> @@ -97,7 +97,7 @@ export default function AboutPage() { tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=2" imageAlt="Watermelon Mojito mocktail - signature drink" mediaAnimation="blur-reveal" mediaPosition="left" diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0d0171a..5f828cb 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -43,7 +43,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=4" imageAlt="watermelon mocktail refreshing summer beverage" mediaAnimation="blur-reveal" mediaPosition="right" diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index 1aaa7d8..0758ca5 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -70,7 +70,7 @@ export default function GalleryPage() { tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={true} - imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=3" imageAlt="Watermelon Mojito mocktail - signature drink" mediaAnimation="blur-reveal" mediaPosition="right" diff --git a/src/app/page.tsx b/src/app/page.tsx index f82a0ff..f2b00c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function HomePage() { { text: "View Menu", href: "menu" } ]} background={{ variant: "animated-grid" }} - imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg" + imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg?_wi=1" imageAlt="Out n Beyond Café interior with Santorini-inspired white and blue décor" frameStyle="card" mediaAnimation="blur-reveal" @@ -93,7 +93,7 @@ export default function HomePage() { useInvertedBackground={true} imagePosition="right" mediaAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-greek-flag_23-2149323100.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-greek-flag_23-2149323100.jpg?_wi=1" imageAlt="Santorini Greek island inspiration - white architecture and blue sea" bulletPoints={[ { @@ -123,13 +123,13 @@ export default function HomePage() { animationType="slide-up" testimonials={[ { - id: "1", name: "Priya Sharma", role: "Food Enthusiast", testimonial: "The Santorini-inspired décor is absolutely stunning! Every corner is Instagram-worthy. The continental food is equally impressive - best Fish n Chips in Kolkata.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg", imageAlt: "Priya Sharma" + id: "1", name: "Priya Sharma", role: "Food Enthusiast", testimonial: "The Santorini-inspired décor is absolutely stunning! Every corner is Instagram-worthy. The continental food is equally impressive - best Fish n Chips in Kolkata.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-girl-portrait-white-shirt_158595-1477.jpg?_wi=1", imageAlt: "Priya Sharma" }, { - id: "2", name: "Rahul Kapoor", role: "Regular Customer", testimonial: "Out n Beyond has become my go-to place for special occasions. The ambiance is perfect, service is impeccable, and the Chicken Stroganoff is divine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg", imageAlt: "Rahul Kapoor" + id: "2", name: "Rahul Kapoor", role: "Regular Customer", testimonial: "Out n Beyond has become my go-to place for special occasions. The ambiance is perfect, service is impeccable, and the Chicken Stroganoff is divine.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-handsome-confident-middle-aged-businessman-black-background_176420-5560.jpg?_wi=1", imageAlt: "Rahul Kapoor" }, { - id: "3", name: "Anjali Verma", role: "Coffee Connoisseur", testimonial: "Their specialty coffee and mocktails are exceptional! Paired with the aesthetics, it's the perfect place to hang out with friends. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg", imageAlt: "Anjali Verma" + id: "3", name: "Anjali Verma", role: "Coffee Connoisseur", testimonial: "Their specialty coffee and mocktails are exceptional! Paired with the aesthetics, it's the perfect place to hang out with friends. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-book_93675-135579.jpg?_wi=1", imageAlt: "Anjali Verma" }, { id: "4", name: "Arjun Singh", role: "Event Organizer", testimonial: "Perfect place for celebrations and gatherings. Great continental food, beautiful Mediterranean atmosphere, and excellent hospitality. 10/10 experience!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-smiling-hipster-businessman-model-wearing-casual-black-suit_158538-991.jpg", imageAlt: "Arjun Singh" @@ -146,7 +146,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg" + imageSrc="http://img.b2bpic.net/free-photo/glass-watermelon-smoothie-basket-bread-white-table_114579-30481.jpg?_wi=1" imageAlt="Watermelon Mojito mocktail - signature drink" mediaAnimation="blur-reveal" mediaPosition="right" diff --git a/src/app/reservations/page.tsx b/src/app/reservations/page.tsx index 9c65722..f7ee876 100644 --- a/src/app/reservations/page.tsx +++ b/src/app/reservations/page.tsx @@ -43,7 +43,7 @@ export default function ReservationsPage() { tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg" + imageSrc="http://img.b2bpic.net/free-photo/window-alley-summer-greece-cyclades_1203-4777.jpg?_wi=2" imageAlt="Santorini Greek café interior white blue" mediaAnimation="blur-reveal" mediaPosition="right"