Update src/app/page.tsx
This commit is contained in:
@@ -44,19 +44,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Marie Dubois", handle: "@fossil_collector", testimonial: "The quality and authenticity of these ammonites is unmatched. I've been collecting for 15 years and these are the finest specimens I've owned.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg", imageAlt: "Marie Dubois, experienced fossil collector"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg?_wi=1", imageAlt: "Marie Dubois, experienced fossil collector"
|
||||
},
|
||||
{
|
||||
name: "Pierre Leclerc", handle: "@geology_prof", testimonial: "Perfect for my paleontology classroom. Students are amazed by the authentic specimens and detailed information provided.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools_23-2148013407.jpg", imageAlt: "Pierre Leclerc, geology professor"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools_23-2148013407.jpg?_wi=1", imageAlt: "Pierre Leclerc, geology professor"
|
||||
},
|
||||
{
|
||||
name: "Sophie Renault", handle: "@museum_curator", testimonial: "We've sourced multiple pieces from Les Amonits for our museum collection. Professional, ethical, and beautifully preserved.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "Sophie Renault, museum curator"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=1", imageAlt: "Sophie Renault, museum curator"
|
||||
},
|
||||
{
|
||||
name: "Jean Moreau", handle: "@natural_science", testimonial: "Exceptional specimens at competitive prices. The authentication certificates and detailed provenance information are impressive.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", imageAlt: "Jean Moreau, natural science enthusiast"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=1", imageAlt: "Jean Moreau, natural science enthusiast"
|
||||
}
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
@@ -137,19 +137,19 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Marie Dubois", role: "Private Collector", company: "Fossil Enthusiast", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg", imageAlt: "Marie Dubois, private fossil collector"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-adult-businesswoman-smiling_23-2148452640.jpg?_wi=2", imageAlt: "Marie Dubois, private fossil collector"
|
||||
},
|
||||
{
|
||||
id: "t2", name: "Pierre Leclerc", role: "Professor", company: "University of Lyon", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools_23-2148013407.jpg", imageAlt: "Pierre Leclerc, geology professor"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gardening-tools_23-2148013407.jpg?_wi=2", imageAlt: "Pierre Leclerc, geology professor"
|
||||
},
|
||||
{
|
||||
id: "t3", name: "Sophie Renault", role: "Museum Curator", company: "Natural History Museum", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg", imageAlt: "Sophie Renault, museum curator"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-11786.jpg?_wi=2", imageAlt: "Sophie Renault, museum curator"
|
||||
},
|
||||
{
|
||||
id: "t4", name: "Jean Moreau", role: "Science Writer", company: "Geological Society", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg", imageAlt: "Jean Moreau, science writer"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cute-blonde-woman-pointing-her-smile-checked-shirt-looking-cheerful-front-view_176474-112653.jpg?_wi=2", imageAlt: "Jean Moreau, science writer"
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user