Update src/app/page.tsx
This commit is contained in:
@@ -173,17 +173,13 @@ export default function LandingPage() {
|
||||
gridVariant="timeline"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Eleanor Vance", role: "CEO", company: "Vance Holdings", rating: 5,
|
||||
testimonial: "Premium Creations consistently delivers unparalleled quality. Their attention to detail and exquisite craftsmanship truly sets them apart. A trustworthy partner for luxury goods.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg", imageAlt: "Eleanor Vance"},
|
||||
id: "1", name: "Eleanor Vance", role: "CEO", company: "Vance Holdings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beautiful-corporate-woman-looks-dreamy-smiles-stands-outside-street-leans-her-head-hands-d_1258-122007.jpg", imageAlt: "Eleanor Vance"},
|
||||
{
|
||||
id: "2", name: "Marcus Thorne", role: "Founder", company: "Thorne Innovations", rating: 5,
|
||||
testimonial: "The service received from Premium Creations was exceptional. They understood my vision perfectly and delivered a product that exceeded all my expectations. Truly a cut above the rest.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-working-office-use-phone_1157-26411.jpg", imageAlt: "Marcus Thorne"},
|
||||
id: "2", name: "Marcus Thorne", role: "Founder", company: "Thorne Innovations", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elegant-businesswoman-working-office-use-phone_1157-26411.jpg", imageAlt: "Marcus Thorne"},
|
||||
{
|
||||
id: "3", name: "Sophia Rodriguez", role: "Lead Designer", company: "Aura Studios", rating: 4,
|
||||
testimonial: "Their designs are refreshingly unique and always of the highest quality. Working with Premium Creations has elevated our projects and delighted our clients every time.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-beautiful-woman-with-open-arms-isolated-orange-wall_141793-26257.jpg", imageAlt: "Sophia Rodriguez"},
|
||||
id: "3", name: "Sophia Rodriguez", role: "Lead Designer", company: "Aura Studios", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/surprised-young-beautiful-woman-with-open-arms-isolated-orange-wall_141793-26257.jpg", imageAlt: "Sophia Rodriguez"},
|
||||
{
|
||||
id: "4", name: "Julian Hayes", role: "Collector", company: "Independent", rating: 5,
|
||||
testimonial: "I've been a loyal customer for years. The rarity and artistry of their collections are unmatched. Each piece is an investment that brings immense joy and value.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", imageAlt: "Julian Hayes"},
|
||||
id: "4", name: "Julian Hayes", role: "Collector", company: "Independent", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-making-ok-sign_1368-6336.jpg", imageAlt: "Julian Hayes"},
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Hear from our esteemed clients about their experiences with our premium products and services."
|
||||
|
||||
Reference in New Issue
Block a user