Update src/app/page.tsx

This commit is contained in:
2026-03-03 08:25:38 +00:00
parent 66ba516e77
commit 867cec2c49

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
]}
testimonialRotationInterval={5000}
useInvertedBackground={false}
background={{ variant: "grid" }}
background={{ variant: "glowing-orb" }}
/>
</div>
@@ -174,20 +174,16 @@ export default function LandingPage() {
animationType="slide-up"
testimonials={[
{
id: "1", name: "Sarah Johnson", role: "Creative Director", company: "Design Studios Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-sexy-woman-dressed-elegant-tuxedo-suit-walking-city-summer-spring-day_285396-8001.jpg", imageAlt: "professional portrait luxury lifestyle confident woman modern fashion"
id: "1", name: "Sarah Johnson", role: "Creative Director", company: "Design Studios Inc", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/stylish-sexy-woman-dressed-elegant-tuxedo-suit-walking-city-summer-spring-day_285396-8001.jpg", imageAlt: "professional portrait luxury lifestyle confident woman modern fashion"
},
{
id: "2", name: "Michael Chen", role: "Technology Executive", company: "Innovation Labs", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "professional portrait businessman confident man executive"
id: "2", name: "Michael Chen", role: "Technology Executive", company: "Innovation Labs", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "professional portrait businessman confident man executive"
},
{
id: "3", name: "Elena Rodriguez", role: "Fashion Editor", company: "Vogue Luxe", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "professional portrait creative woman modern person designer"
id: "3", name: "Elena Rodriguez", role: "Fashion Editor", company: "Vogue Luxe", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-pretty-woman-sitting-table-trench-coat-working-laptop-co-working-office-wearing-glasses-smiling-happy-positive-workplace_285396-65.jpg", imageAlt: "professional portrait creative woman modern person designer"
},
{
id: "4", name: "James Mitchell", role: "Architect", company: "Sterling Design", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "professional portrait luxury lifestyle confident person modern professional"
id: "4", name: "James Mitchell", role: "Architect", company: "Sterling Design", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-groom-looks-thoughtful-sitting-couch-cosy-dark-cafe_8353-8118.jpg", imageAlt: "professional portrait luxury lifestyle confident person modern professional"
},
]}
kpiItems={[
@@ -223,7 +219,7 @@ export default function LandingPage() {
{ text: "Get in Touch", href: "#" },
{ text: "Shop Now", href: "products" },
]}
background={{ variant: "grid" }}
background={{ variant: "plain" }}
useInvertedBackground={false}
/>
</div>