Update src/app/page.tsx

This commit is contained in:
2026-03-03 18:02:45 +00:00
parent b954817685
commit e51861ba74

View File

@@ -52,9 +52,9 @@ export default function HomePage() {
{ text: "Get Free Consultation", href: "/contact" }
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Custom kitchen showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Premium kitchen furniture" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Custom wardrobe design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=1", imageAlt: "Custom kitchen showcase" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=2", imageAlt: "Premium kitchen furniture" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=1", imageAlt: "Custom wardrobe design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/catered-table-asian-restaurant-chopsticks-soy-sauce_627829-6149.jpg", imageAlt: "Office furniture solution" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", imageAlt: "Furniture workshop" }
]}
@@ -82,14 +82,14 @@ export default function HomePage() {
{
title: "Custom Kitchens", description: "Elegant, functional kitchens tailored to your space. Premium materials, smart storage, and modern design.", icon: UtensilsCrossed,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Custom kitchen service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen design showcase" }
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=3", imageAlt: "Custom kitchen service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=4", imageAlt: "Kitchen design showcase" }
]
},
{
title: "Built-in Wardrobes", description: "Maximize your storage with custom wardrobes. Sliding doors, smart organization, and timeless design.", icon: Shirt,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Wardrobe customization" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=2", imageAlt: "Wardrobe customization" },
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg", imageAlt: "Wardrobe storage solution" }
]
},
@@ -126,8 +126,8 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
testimonials={[
{ id: "1", name: "Saule Nurpeisova", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Saule Nurpeisova" },
{ id: "2", name: "Arman Bekzhanov", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Arman Bekzhanov" },
{ id: "1", name: "Saule Nurpeisova", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Saule Nurpeisova" },
{ id: "2", name: "Arman Bekzhanov", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Arman Bekzhanov" },
{ id: "3", name: "Dinara Suleimenova", imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman-smiling-looking-camera-successful-confident-grey-haired-manager-sitting-office-room-workplace-business-management-concept_74855-7343.jpg", imageAlt: "Dinara Suleimenova" },
{ id: "4", name: "Yerlan Tileubayev", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Yerlan Tileubayev" },
{ id: "5", name: "Gulnara Ismailova", imageSrc: "http://img.b2bpic.net/free-photo/smiling-real-estate-agent-talking-with-couple-interested-buying-new-home_637285-6081.jpg", imageAlt: "Gulnara Ismailova" },