diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ecf35c..db7fc18 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -27,7 +27,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="circleGradient" + background="floatingGradient" cardStyle="glass-elevated" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -46,17 +46,17 @@ export default function HomePage() { title="Premium Custom Furniture for Your Home or Business" description="Handcrafted furniture solutions tailored to your unique style and needs. Kitchens, wardrobes, office furniture—built with precision and quality." tag="Almaty's Trusted Craftsmen" - background={{ variant: "sparkles-gradient" }} + background={{ variant: "floatingGradient" }} buttons={[ { text: "Call Now: +7 (701) 555-0123", href: "tel:+77015550123" }, { 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" } ]} /> @@ -68,7 +68,7 @@ export default function HomePage() { useInvertedBackground={false} buttons={[ { text: "Schedule Consultation", href: "/contact" }, - { text: "WhatsApp us", href: "https://wa.me/77015550123" } + { text: "Chat with Designer", href: "https://wa.me/77015550123" } ]} /> @@ -82,22 +82,22 @@ 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/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" } ] }, { title: "Office Furniture", 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" } ] } ]} @@ -126,12 +126,12 @@ export default function HomePage() {