Update src/app/page.tsx
This commit is contained in:
@@ -52,16 +52,16 @@ export default function LandingPage() {
|
||||
imageSrc="http://img.b2bpic.net/free-photo/chef-putting-sliced-cheese-salad_23-2148516913.jpg"
|
||||
imageAlt="Private chef preparing gourmet meal in luxury kitchen"
|
||||
mediaAnimation="slide-up"
|
||||
background="gradient-bars"
|
||||
background={{ variant: "gradient-bars" }}
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "@sarahmitchell", testimonial: "Absolutely transformed our dinner parties. Every course was perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg?_wi=1", imageAlt: "Sarah Mitchell"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg", imageAlt: "Sarah Mitchell"
|
||||
},
|
||||
{
|
||||
name: "James Richardson", handle: "@jamesrich", testimonial: "Professional, creative, and genuinely cares about the dining experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg?_wi=1", imageAlt: "James Richardson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg", imageAlt: "James Richardson"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -133,11 +133,11 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
id: "client-1", name: "Victoria Chen", role: "Entrepreneur", company: "Tech Executive", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg?_wi=2", imageAlt: "Victoria Chen"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg", imageAlt: "Victoria Chen"
|
||||
},
|
||||
{
|
||||
id: "client-2", name: "Michael Thornton", role: "Attorney", company: "Thornton & Associates", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg?_wi=2", imageAlt: "Michael Thornton"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-indian-ceo-standing-smiling-portrait-successful-pensive-bearded-businessman-glasses-posing-office-room-business-expression-management-concept_74855-11642.jpg", imageAlt: "Michael Thornton"
|
||||
},
|
||||
{
|
||||
id: "client-3", name: "Amanda Foster", role: "Interior Designer", company: "Foster Design Studio", rating: 5,
|
||||
|
||||
Reference in New Issue
Block a user