diff --git a/src/app/introduction/page.tsx b/src/app/introduction/page.tsx index 7163fd6..71bbe44 100644 --- a/src/app/introduction/page.tsx +++ b/src/app/introduction/page.tsx @@ -41,6 +41,10 @@ export default function IntroductionPage() { description="Welcome to TechLaptops. We bridge the gap between innovation and power with our curated selection of professional-grade machines." imageSrc="http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994381.jpg?_wi=2" mediaAnimation="slide-up" + testimonials={[ + { name: "Alice Johnson", handle: "@alicej", testimonial: "The best laptop I've ever owned. Incredible power and design.", rating: 5 }, + { name: "Bob Smith", handle: "@bobsmith", testimonial: "A game-changer for my professional workflow.", rating: 5 } + ]} /> @@ -48,10 +52,10 @@ export default function IntroductionPage() {