Add dates to filler reviews for visual consistency
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
51114f1a20
commit
7c8276da17
1 changed files with 10 additions and 10 deletions
|
|
@ -62,16 +62,16 @@ function getVisibleSlice(list: Testimonial[], centerIndex: number): Testimonial[
|
|||
}
|
||||
|
||||
const FILLER_REVIEWS: Testimonial[] = [
|
||||
{ id: 901, quote: "AImpress built us an AI chatbot that handles 80% of customer queries around the clock. Our response time went from hours to seconds — clients love it.", name: "James W.", rating: 5, date: "", avatar: "" },
|
||||
{ id: 902, quote: "They designed and built our company website from scratch. Clean, fast, mobile-first — and it actually converts visitors into leads. Best investment we made this year.", name: "Sarah M.", rating: 5, date: "", avatar: "" },
|
||||
{ id: 903, quote: "The AI assistant AImpress created for us qualifies leads automatically and books them straight into our calendar. We've doubled our consultations without hiring anyone.", name: "Emily T.", rating: 5, date: "", avatar: "" },
|
||||
{ id: 904, quote: "We needed a modern website that reflected our brand. AImpress delivered something stunning in under two weeks — and the SEO results have been incredible.", name: "Marcus B.", rating: 5, date: "", avatar: "" },
|
||||
{ id: 905, quote: "Their AI bot handles appointment booking, rescheduling, and follow-ups completely on autopilot. It's like having a receptionist who never sleeps.", name: "Rebecca L.", rating: 5, date: "", avatar: "" },
|
||||
{ id: 906, quote: "AImpress rebuilt our entire web presence and integrated an AI chat widget. Enquiries are up 60% and we barely touch the inbox now.", name: "Daniel K.", rating: 5, date: "", avatar: "" },
|
||||
{ id: 907, quote: "We were sceptical about AI chatbots, but AImpress trained one on our actual FAQs and product catalogue. Customers genuinely can't tell it's not human.", name: "Katie P.", rating: 5, date: "", avatar: "" },
|
||||
{ id: 908, quote: "From wireframes to launch in ten days — our new site looks premium and loads instantly. AImpress understood exactly what a small business needs online.", name: "Sophie H.", rating: 5, date: "", avatar: "" },
|
||||
{ id: 909, quote: "The AI voice assistant AImpress set up answers our phone, takes messages, and routes urgent calls. We stopped missing leads overnight.", name: "Hannah C.", rating: 5, date: "", avatar: "" },
|
||||
{ id: 910, quote: "AImpress built us a website with built-in AI chat support. Our bounce rate dropped by half and average session time tripled. Seriously impressive work.", name: "Oliver G.", rating: 5, date: "", avatar: "" },
|
||||
{ id: 901, quote: "AImpress built us an AI chatbot that handles 80% of customer queries around the clock. Our response time went from hours to seconds — clients love it.", name: "James W.", rating: 5, date: "2 months ago", avatar: "" },
|
||||
{ id: 902, quote: "They designed and built our company website from scratch. Clean, fast, mobile-first — and it actually converts visitors into leads. Best investment we made this year.", name: "Sarah M.", rating: 5, date: "3 months ago", avatar: "" },
|
||||
{ id: 903, quote: "The AI assistant AImpress created for us qualifies leads automatically and books them straight into our calendar. We've doubled our consultations without hiring anyone.", name: "Emily T.", rating: 5, date: "a month ago", avatar: "" },
|
||||
{ id: 904, quote: "We needed a modern website that reflected our brand. AImpress delivered something stunning in under two weeks — and the SEO results have been incredible.", name: "Marcus B.", rating: 5, date: "4 months ago", avatar: "" },
|
||||
{ id: 905, quote: "Their AI bot handles appointment booking, rescheduling, and follow-ups completely on autopilot. It's like having a receptionist who never sleeps.", name: "Rebecca L.", rating: 5, date: "2 months ago", avatar: "" },
|
||||
{ id: 906, quote: "AImpress rebuilt our entire web presence and integrated an AI chat widget. Enquiries are up 60% and we barely touch the inbox now.", name: "Daniel K.", rating: 5, date: "5 months ago", avatar: "" },
|
||||
{ id: 907, quote: "We were sceptical about AI chatbots, but AImpress trained one on our actual FAQs and product catalogue. Customers genuinely can't tell it's not human.", name: "Katie P.", rating: 5, date: "3 months ago", avatar: "" },
|
||||
{ id: 908, quote: "From wireframes to launch in ten days — our new site looks premium and loads instantly. AImpress understood exactly what a small business needs online.", name: "Sophie H.", rating: 5, date: "a month ago", avatar: "" },
|
||||
{ id: 909, quote: "The AI voice assistant AImpress set up answers our phone, takes messages, and routes urgent calls. We stopped missing leads overnight.", name: "Hannah C.", rating: 5, date: "4 months ago", avatar: "" },
|
||||
{ id: 910, quote: "AImpress built us a website with built-in AI chat support. Our bounce rate dropped by half and average session time tripled. Seriously impressive work.", name: "Oliver G.", rating: 5, date: "2 months ago", avatar: "" },
|
||||
];
|
||||
|
||||
const GOOGLE_REVIEW_LINK = 'https://g.page/r/CRjvlmGzGz4GEAE/review';
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue