Update src/app/page.tsx

This commit is contained in:
2026-03-09 08:07:55 +00:00
parent 66888f6c33
commit b7fe6ea73e

View File

@@ -54,16 +54,16 @@ export default function LandingPage() {
testimonials={[
{
name: "Priya Sharma", handle: "CEO, Tech Solutions", testimonial: "Absolutely transformed my look! The expertise and attention to detail is unmatched in Chennai.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg?_wi=1"},
{
name: "Anjali Desai", handle: "Bridal Client", testimonial: "Made me feel like a queen on my wedding day. Every detail was perfection.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_1149-1125.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_1149-1125.jpg?_wi=1"},
{
name: "Vikram Reddy", handle: "Corporate Professional", testimonial: "The grooming services here are exceptional. Highly recommend for important events.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-attractive-successful-young-brunette-bearded-male-entrepreneur-wearing-trendy-jacket-casual-white-t-shirt-keeping-his-arms-folded-expressing-reluctancy-disagreement_343059-821.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-attractive-successful-young-brunette-bearded-male-entrepreneur-wearing-trendy-jacket-casual-white-t-shirt-keeping-his-arms-folded-expressing-reluctancy-disagreement_343059-821.jpg?_wi=1"},
{
name: "Meera Singh", handle: "Fashion Blogger", testimonial: "My go-to salon in Chennai. Premium service, skilled artists, stunning results.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stairs-blue-suit_1303-23957.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stairs-blue-suit_1303-23957.jpg?_wi=1"},
]}
testimonialRotationInterval={5000}
buttons={[{ text: "Book Appointment", href: "contact" }]}
@@ -163,16 +163,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Priya Sharma", handle: "CEO, Tech Solutions", testimonial: "Absolutely transformed my look! The expertise and attention to detail is unmatched in Chennai. I've been a regular for 3 years now.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg?_wi=2"},
{
id: "2", name: "Anjali Desai", handle: "Bridal Client", testimonial: "Made me feel like a queen on my wedding day. Every detail was perfection. Highly recommend for bridal services.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_1149-1125.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-thinking_1149-1125.jpg?_wi=2"},
{
id: "3", name: "Vikram Reddy", handle: "Corporate Professional", testimonial: "The grooming services here are exceptional. Always leaves me looking sharp for important meetings.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-attractive-successful-young-brunette-bearded-male-entrepreneur-wearing-trendy-jacket-casual-white-t-shirt-keeping-his-arms-folded-expressing-reluctancy-disagreement_343059-821.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/isolated-shot-attractive-successful-young-brunette-bearded-male-entrepreneur-wearing-trendy-jacket-casual-white-t-shirt-keeping-his-arms-folded-expressing-reluctancy-disagreement_343059-821.jpg?_wi=2"},
{
id: "4", name: "Meera Singh", handle: "Fashion Blogger", testimonial: "My go-to salon in Chennai. Premium service, skilled artists, stunning results every time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stairs-blue-suit_1303-23957.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-sitting-stairs-blue-suit_1303-23957.jpg?_wi=2"},
{
id: "5", name: "Rahul Gupta", handle: "Event Organizer", testimonial: "The best salon experience I've had. Professional, hygienic, and the results are amazing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1649.jpg"},