From 47f3db8070fccdeab0998db224d6399376255db9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:57:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b04e401..cae6176 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={true} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttonAnimation="opacity" /> @@ -139,19 +139,19 @@ export default function LandingPage() { description="Hear from people who make Fuel Station Cafe part of their daily routine" testimonials={[ { - id: "1", title: "Best Coffee in Nagpur", quote: "I've tried many cafes, but Fuel Station Cafe has the best coffee and the warmest atmosphere. The staff treats you like family. Highly recommended!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Priya Sharma" + id: "1", title: "Best Coffee in Nagpur", quote: "I've tried many cafes, but Fuel Station Cafe has the best coffee and the warmest atmosphere. The staff treats you like family. Highly recommended!", name: "Priya Sharma", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma" }, { - id: "2", title: "Perfect for Meetings", quote: "Great ambiance, excellent food, and the outdoor seating is perfect for casual meetings with friends. Always my go-to spot in Nagpur.", name: "Rajesh Patel", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Rajesh Patel" + id: "2", title: "Perfect for Meetings", quote: "Great ambiance, excellent food, and the outdoor seating is perfect for casual meetings with friends. Always my go-to spot in Nagpur.", name: "Rajesh Patel", role: "Business Professional", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Rajesh Patel" }, { - id: "3", title: "Family Favorite", quote: "We love bringing our kids here. The menu has something for everyone, and the service is always quick and friendly. Five stars!", name: "Anjali Desai", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Anjali Desai" + id: "3", title: "Family Favorite", quote: "We love bringing our kids here. The menu has something for everyone, and the service is always quick and friendly. Five stars!", name: "Anjali Desai", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Anjali Desai" }, { - id: "4", title: "Convenient & Delicious", quote: "Perfect location near NID Garden, excellent in-store pickup service, and food quality is consistently amazing. Worth every visit!", name: "Vikram Singh", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "Vikram Singh" + id: "4", title: "Convenient & Delicious", quote: "Perfect location near NID Garden, excellent in-store pickup service, and food quality is consistently amazing. Worth every visit!", name: "Vikram Singh", role: "Food Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Vikram Singh" }, { - id: "5", title: "Second Home", quote: "Fuel Station Cafe feels like a second home. The crew knows me by name, the coffee is always perfect, and the vibe is unbeatable.", name: "Neha Kulkarni", role: "Daily Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Neha Kulkarni" + id: "5", title: "Second Home", quote: "Fuel Station Cafe feels like a second home. The crew knows me by name, the coffee is always perfect, and the vibe is unbeatable.", name: "Neha Kulkarni", role: "Daily Regular", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Neha Kulkarni" } ]} textboxLayout="default" @@ -171,7 +171,7 @@ export default function LandingPage() { ]} background={{ variant: "animated-grid" }} useInvertedBackground={true} - tagAnimation="entrance-slide" + tagAnimation="blur-reveal" buttonAnimation="slide-up" /> -- 2.49.1