Update src/app/page.tsx

This commit is contained in:
2026-03-15 11:06:10 +00:00
parent 4953c1e469
commit 592471b675

View File

@@ -54,25 +54,25 @@ export default function LandingPage() {
{ text: "Explore Gallery", href: "#products" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064697.jpg"
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064697.jpg?_wi=1"
imageAlt="Radz Coffee House interior with warm lighting and aesthetic ambiance"
mediaAnimation="blur-reveal"
testimonials={[
{
name: "Priya Sharma", handle: "@priya.wanderlust", testimonial: "Best coffee spot in Jodhpur! The ambiance is unbeatable and the specialty lattes are perfection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg", imageAlt: "Priya Sharma"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg?_wi=1", imageAlt: "Priya Sharma"
},
{
name: "Raj Verma", handle: "@raj.explores", testimonial: "Finally found my work-from-café spot. WiFi is solid, coffee is amazing, and the Italian pastries are addictive.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3527.jpg", imageAlt: "Raj Verma"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3527.jpg?_wi=1", imageAlt: "Raj Verma"
},
{
name: "Anaya Patel", handle: "@anaya.creates", testimonial: "This place is Instagram gold! Every corner is photo-perfect and the baristas are super friendly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", imageAlt: "Anaya Patel"
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg?_wi=1", imageAlt: "Anaya Patel"
},
{
name: "Vikram Singh", handle: "@vikram.coffee", testimonial: "Specialty coffee that rivals international standards. Supporting local excellence right here in Jodhpur!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg", imageAlt: "Vikram Singh"
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg?_wi=1", imageAlt: "Vikram Singh"
}
]}
testimonialRotationInterval={5000}
@@ -93,7 +93,7 @@ export default function LandingPage() {
{ value: "4.7★", title: "Average Rating" },
{ value: "50+", title: "Coffee Varieties" }
]}
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-having-cup-coffee-cafe_107420-63679.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-having-cup-coffee-cafe_107420-63679.jpg?_wi=1"
imageAlt="Radz Coffee House cozy seating with warm ambient lighting"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -119,10 +119,10 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "espresso-signature", name: "Signature Espresso", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-viewed-from-coffee-beans-around_1220-546.jpg", imageAlt: "Handcrafted specialty espresso with rich crema"
id: "espresso-signature", name: "Signature Espresso", price: "₹120", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-viewed-from-coffee-beans-around_1220-546.jpg?_wi=1", imageAlt: "Handcrafted specialty espresso with rich crema"
},
{
id: "italian-latte", name: "Italian Latte Art", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-viewed-from-coffee-beans-around_1220-546.jpg", imageAlt: "Premium latte with artistic foam design"
id: "italian-latte", name: "Italian Latte Art", price: "₹180", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-coffee-viewed-from-coffee-beans-around_1220-546.jpg?_wi=2", imageAlt: "Premium latte with artistic foam design"
},
{
id: "italian-pastry", name: "Fresh Italian Pastry", price: "₹150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cupcakes-with-cherries-americano-blue_140725-32843.jpg", imageAlt: "Authentic Italian pastry and dessert"
@@ -149,19 +149,19 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", role: "Content Creator", company: "Instagram @priya.wanderlust", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg", imageAlt: "Priya Sharma"
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-person-barbeque_23-2149271990.jpg?_wi=2", imageAlt: "Priya Sharma"
},
{
id: "2", name: "Raj Verma", role: "Remote Freelancer", company: "Digital Nomad", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3527.jpg", imageAlt: "Raj Verma"
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3527.jpg?_wi=2", imageAlt: "Raj Verma"
},
{
id: "3", name: "Anaya Patel", role: "Designer & Photographer", company: "Creative Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg", imageAlt: "Anaya Patel"
imageSrc: "http://img.b2bpic.net/free-photo/headshot-cute-girl-with-hair-bun-spending-lunch-break-restaurant-with-wooden-walls_273609-9037.jpg?_wi=2", imageAlt: "Anaya Patel"
},
{
id: "4", name: "Vikram Singh", role: "Coffee Connoisseur", company: "Coffee Enthusiast", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg", imageAlt: "Vikram Singh"
imageSrc: "http://img.b2bpic.net/free-photo/bearded-man-holding-his-arms-crossed-christmas_23-2148737963.jpg?_wi=2", imageAlt: "Vikram Singh"
}
]}
/>
@@ -192,7 +192,7 @@ export default function LandingPage() {
useInvertedBackground={false}
mediaAnimation="blur-reveal"
faqsAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-having-cup-coffee-cafe_107420-63679.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-having-cup-coffee-cafe_107420-63679.jpg?_wi=2"
imageAlt="Radz Coffee House FAQ ambiance"
mediaPosition="right"
faqs={[
@@ -223,7 +223,7 @@ export default function LandingPage() {
title="Get in Touch & Reserve Your Spot"
description="Ready to experience Radz? Reserve a table, ask questions, or just say hello. We're excited to welcome you!"
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064697.jpg"
imageSrc="http://img.b2bpic.net/free-photo/person-cafe-enjoying-book_23-2150064697.jpg?_wi=2"
imageAlt="Radz Coffee House beautiful interior for reservations"
mediaAnimation="blur-reveal"
mediaPosition="right"