Update src/app/page.tsx

This commit is contained in:
2026-03-03 19:09:35 +00:00
parent efe473f4f5
commit 870ef66699

View File

@@ -83,7 +83,7 @@ export default function LandingPage() {
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
useInvertedBackground="noInvert"
/>
</div>
@@ -123,7 +123,7 @@ export default function LandingPage() {
tag="Customer Reviews"
testimonials={[
{
id: "1", name: "R. Georgiev", date: "Date: 28 October 2024", title: "Fast and Affordable Repair!", quote: "Excellent service! My laptop was repaired quickly and the price was very reasonable. The technician explained everything clearly and the computer runs like new.", tag: "5-Star Rating", avatarSrc: "http://img.b2bpic.net/free-vector/flat-variety-user-avatar_23-2147543529.jpg", avatarAlt: "avatar person profile picture user icon male avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-businessman-using-computer-office-celebrating-good-news-there-are-people-background_637285-30.jpg", imageAlt: "satisfied customer happy person computer user laptop positive"
id: "1", name: "R. Georgiev", date: "Date: 28 October 2024", title: "Fast and Affordable Repair!", quote: "Excellent service! My laptop was repaired quickly and the price was very reasonable. The technician explained everything clearly and the computer runs like new.", tag: "5-Star Rating", avatarSrc: "http://img.b2bpic.net/free-vector/flat-variety-user-avatar_23-2147543529.jpg", avatarAlt: "avatar person profile picture user icon male avatar", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-businessman-using-computer-office-celebrating-good-news-there-are-people-background_637285-30.jpg?_wi=1", imageAlt: "satisfied customer happy person computer user laptop positive"
},
{
id: "2", name: "A. Dimitrova", date: "Date: 25 October 2024", title: "Professional & Trustworthy", quote: "I was worried about my data, but PV Electronics handled everything professionally. They recovered my files and upgraded my system. Highly recommended!", tag: "5-Star Rating", avatarSrc: "http://img.b2bpic.net/free-vector/colorful-female-avatars_23-2147505998.jpg", avatarAlt: "avatar person profile picture user icon female avatar", imageSrc: "http://img.b2bpic.net/free-photo/car-mechanic-using-computer-while-working-auto-repair-shop_637285-7594.jpg", imageAlt: "computer repair workshop technician professional service quality"
@@ -132,7 +132,7 @@ export default function LandingPage() {
id: "3", name: "V. Nikolov", date: "Date: 20 October 2024", title: "Best Tech Support in Silistra", quote: "Finally found a reliable computer repair service! They diagnosed my PC issue in minutes and fixed it perfectly. Will definitely come back.", tag: "5-Star Rating", avatarSrc: "http://img.b2bpic.net/free-vector/business-team-avatar-collection-flat-design_23-2147550810.jpg", avatarAlt: "avatar person profile picture user icon businessman", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-call-center-operators-working-process_74855-4003.jpg", imageAlt: "customer service tech support helpdesk professional team work"
},
{
id: "4", name: "M. Ivanova", date: "Date: 18 October 2024", title: "Quick Service & Great Price", quote: "Outstanding customer service! They didn't just fix my laptop; they also gave me tips on how to maintain it properly. Worth every penny!", tag: "5-Star Rating", avatarSrc: "http://img.b2bpic.net/free-vector/teamwork-design_24877-61564.jpg", avatarAlt: "avatar person profile picture user icon woman", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-businessman-using-computer-office-celebrating-good-news-there-are-people-background_637285-30.jpg", imageAlt: "happy customer computer user success computer working positive"
id: "4", name: "M. Ivanova", date: "Date: 18 October 2024", title: "Quick Service & Great Price", quote: "Outstanding customer service! They didn't just fix my laptop; they also gave me tips on how to maintain it properly. Worth every penny!", tag: "5-Star Rating", avatarSrc: "http://img.b2bpic.net/free-vector/teamwork-design_24877-61564.jpg", avatarAlt: "avatar person profile picture user icon woman", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-businessman-using-computer-office-celebrating-good-news-there-are-people-background_637285-30.jpg?_wi=2", imageAlt: "happy customer computer user success computer working positive"
}
]}
textboxLayout="default"