Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -61,8 +61,8 @@ export default function AboutPage() {
|
||||
description: "From concept to installation, we create kitchens that reflect your style and maximize efficiency. Our team handles every detail with precision.",
|
||||
icon: UtensilsCrossed,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen design expertise" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", imageAlt: "Craftsmanship in action" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=5", imageAlt: "Kitchen design expertise" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg?_wi=2", imageAlt: "Craftsmanship in action" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -70,8 +70,8 @@ export default function AboutPage() {
|
||||
description: "Custom wardrobes and storage systems designed to maximize space while maintaining elegant aesthetics. Smart organization for modern living.",
|
||||
icon: Shirt,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Storage solutions" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg", imageAlt: "Wardrobe organization" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=3", imageAlt: "Storage solutions" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg?_wi=2", imageAlt: "Wardrobe organization" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -79,8 +79,8 @@ export default function AboutPage() {
|
||||
description: "Professional workspace solutions that inspire productivity. Custom desks, shelving, and storage perfectly suited to your business needs.",
|
||||
icon: Briefcase,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg", imageAlt: "Office furniture design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg", imageAlt: "Professional workspace" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg?_wi=2", imageAlt: "Office furniture design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg?_wi=2", imageAlt: "Professional workspace" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -52,7 +52,7 @@ export default function ContactPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project (kitchen, wardrobe, office furniture, etc.)", rows: 5, required: true }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg?_wi=5"
|
||||
imageAlt="Furniture workshop"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
@@ -52,11 +52,11 @@ 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/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" }
|
||||
{ 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?_wi=1", imageAlt: "Office furniture solution" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg?_wi=1", imageAlt: "Furniture workshop" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -84,8 +84,8 @@ export default function HomePage() {
|
||||
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" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -93,8 +93,8 @@ export default function HomePage() {
|
||||
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/full-shot-woman-holding-sweater_23-2149190381.jpg", imageAlt: "Wardrobe storage solution" }
|
||||
{ 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?_wi=1", imageAlt: "Wardrobe storage solution" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -102,8 +102,8 @@ export default function HomePage() {
|
||||
description: "Professional workspace solutions for small businesses. Custom desks, shelving, and storage tailored to your needs.",
|
||||
icon: Briefcase,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg", imageAlt: "Office furniture design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg", imageAlt: "Office workspace setup" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg?_wi=1", imageAlt: "Office furniture design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg?_wi=1", imageAlt: "Office workspace setup" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -132,12 +132,12 @@ 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: "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" },
|
||||
{ id: "6", name: "Kanat Usupov", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Kanat Usupov" }
|
||||
{ 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?_wi=1", 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?_wi=1", 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?_wi=1", imageAlt: "Gulnara Ismailova" },
|
||||
{ id: "6", name: "Kanat Usupov", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=1", imageAlt: "Kanat Usupov" }
|
||||
]}
|
||||
cardTitle="Over 500+ satisfied customers trust us to deliver exceptional custom furniture. See what they say."
|
||||
cardTag="Customer Reviews"
|
||||
|
||||
@@ -48,35 +48,35 @@ export default function PortfolioPage() {
|
||||
id: "1",
|
||||
name: "Modern Kitchen Renovation",
|
||||
price: "Completed 2024",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=7",
|
||||
imageAlt: "Modern kitchen project"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Luxury Wardrobe System",
|
||||
price: "Completed 2024",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=5",
|
||||
imageAlt: "Custom wardrobe project"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Executive Office Setup",
|
||||
price: "Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catered-table-asian-restaurant-chopsticks-soy-sauce_627829-6149.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/catered-table-asian-restaurant-chopsticks-soy-sauce_627829-6149.jpg?_wi=2",
|
||||
imageAlt: "Office furniture project"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Contemporary Kitchen Design",
|
||||
price: "Completed 2023",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=8",
|
||||
imageAlt: "Contemporary kitchen"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Smart Storage Solution",
|
||||
price: "Completed 2024",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg?_wi=4",
|
||||
imageAlt: "Storage solution project"
|
||||
}
|
||||
]}
|
||||
@@ -98,8 +98,8 @@ export default function PortfolioPage() {
|
||||
description: "Custom kitchens that combine elegant design with practical functionality. From modern minimalist to classic luxury, we create spaces where cooking becomes a pleasure.",
|
||||
icon: UtensilsCrossed,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Kitchen projects" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", imageAlt: "Kitchen craftsmanship" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=9", imageAlt: "Kitchen projects" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg?_wi=4", imageAlt: "Kitchen craftsmanship" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -107,8 +107,8 @@ export default function PortfolioPage() {
|
||||
description: "Custom wardrobes and storage systems that maximize space and style. Sliding doors, smart organization, and premium finishes create bedroom sanctuaries.",
|
||||
icon: Shirt,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Wardrobe projects" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg", imageAlt: "Wardrobe storage" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=6", imageAlt: "Wardrobe projects" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg?_wi=5", imageAlt: "Wardrobe storage" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -116,8 +116,8 @@ export default function PortfolioPage() {
|
||||
description: "Professional workspaces designed for productivity and style. Custom desks, shelving, and storage solutions tailored to business needs and corporate aesthetics.",
|
||||
icon: Briefcase,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg", imageAlt: "Office projects" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg", imageAlt: "Office workspace" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg?_wi=4", imageAlt: "Office projects" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg?_wi=4", imageAlt: "Office workspace" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
@@ -41,12 +41,12 @@ export default function ReviewsPage() {
|
||||
<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: "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" },
|
||||
{ id: "6", name: "Kanat Usupov", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg", imageAlt: "Kanat Usupov" }
|
||||
{ id: "1", name: "Saule Nurpeisova", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=3", 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=4", 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?_wi=2", 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?_wi=2", 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?_wi=2", imageAlt: "Gulnara Ismailova" },
|
||||
{ id: "6", name: "Kanat Usupov", imageSrc: "http://img.b2bpic.net/free-photo/alone-specialist-handsome-daydreaming-collar_1262-870.jpg?_wi=2", imageAlt: "Kanat Usupov" }
|
||||
]}
|
||||
cardTitle="Over 500+ satisfied customers trust us to deliver exceptional custom furniture. See what they say."
|
||||
cardTag="Customer Reviews"
|
||||
|
||||
@@ -49,8 +49,8 @@ export default function ServicesPage() {
|
||||
description: "Transform your kitchen with bespoke cabinetry and furniture. We combine functionality with elegant design, offering premium materials and smart storage solutions.",
|
||||
icon: UtensilsCrossed,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg", imageAlt: "Custom kitchen cabinetry" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg", imageAlt: "Professional kitchen installation" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-man-working-laptop-home-modern-kitchen_651396-3535.jpg?_wi=6", imageAlt: "Custom kitchen cabinetry" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/man-using-traditional-crafting-process-shape-wooden-pieces_482257-97739.jpg?_wi=3", imageAlt: "Professional kitchen installation" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -58,8 +58,8 @@ export default function ServicesPage() {
|
||||
description: "Maximize bedroom space with custom wardrobe systems. Sliding doors, internal organization, mirror panels, and premium hardware create the perfect storage solution.",
|
||||
icon: Shirt,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg", imageAlt: "Wardrobe system design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg", imageAlt: "Organized wardrobe storage" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-kitchen-cutlery-organizer-minimalist-aesthetics_169016-68940.jpg?_wi=4", imageAlt: "Wardrobe system design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-sweater_23-2149190381.jpg?_wi=3", imageAlt: "Organized wardrobe storage" }
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -67,8 +67,8 @@ export default function ServicesPage() {
|
||||
description: "Create productive workspaces with custom office furniture. Custom desks, shelving systems, and storage solutions designed specifically for your business.",
|
||||
icon: Briefcase,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg", imageAlt: "Office furniture design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg", imageAlt: "Professional workspace setup" }
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-office-with-nobody-present_482257-122002.jpg?_wi=3", imageAlt: "Office furniture design" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-developing-photos-darkroom_23-2149893815.jpg?_wi=3", imageAlt: "Professional workspace setup" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user