diff --git a/src/app/page.tsx b/src/app/page.tsx index ec2eff6..d185dbb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,10 @@ export default function LandingPage() {
@@ -97,21 +62,9 @@ export default function LandingPage() { useInvertedBackground={false} title="Legacy of Italian Craftsmanship" metrics={[ - { - icon: Award, - label: "Years Experience", - value: "40+", - }, - { - icon: MapPin, - label: "Design Projects", - value: "1,200+", - }, - { - icon: Globe, - label: "Global Artisans", - value: "85", - }, + { icon: Award, label: "Years Experience", value: "40+" }, + { icon: MapPin, label: "Design Projects", value: "1,200+" }, + { icon: Globe, label: "Global Artisans", value: "85" }, ]} metricsAnimation="slide-up" /> @@ -124,21 +77,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { - title: "Artisan Craftsmanship", - description: "Every piece is handmade by skilled master artisans in our specialized Italian workshops.", - imageSrc: "http://img.b2bpic.net/free-photo/male-wood-worker-his-shop-working-with-tools-equipment_23-2150861601.jpg", - }, - { - title: "Ergonomic Innovation", - description: "Our furniture balances sophisticated aesthetic appeal with long-lasting comfort and utility.", - imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room-interior-design-with-luxury-armchair_53876-128672.jpg", - }, - { - title: "Sustainable Luxury", - description: "Ethically sourced wood and premium materials define our ecological commitment.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418575.jpg", - }, + { title: "Artisan Craftsmanship", description: "Every piece is handmade by skilled master artisans in our specialized Italian workshops.", imageSrc: "http://img.b2bpic.net/free-photo/male-wood-worker-his-shop-working-with-tools-equipment_23-2150861601.jpg" }, + { title: "Ergonomic Innovation", description: "Our furniture balances sophisticated aesthetic appeal with long-lasting comfort and utility.", imageSrc: "http://img.b2bpic.net/free-photo/contemporary-living-room-interior-design-with-luxury-armchair_53876-128672.jpg" }, + { title: "Sustainable Luxury", description: "Ethically sourced wood and premium materials define our ecological commitment.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boards-mdf-material_23-2149418575.jpg" }, ]} title="Our Core Values" description="We blend heritage techniques with sustainable modern design principles." @@ -152,42 +93,12 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Modern Leather Sofa", - price: "€5,200", - imageSrc: "http://img.b2bpic.net/free-photo/industrial-living-room-interior-design-with-faux-leather-sofa_53876-126770.jpg", - }, - { - id: "p2", - name: "Designer Dining Table", - price: "€3,800", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-armchair-by-window_23-2152007070.jpg", - }, - { - id: "p3", - name: "Velvet Armchair", - price: "€1,900", - imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-328.jpg", - }, - { - id: "p4", - name: "Minimalist Sideboard", - price: "€2,500", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-classic-interior_23-2150943441.jpg", - }, - { - id: "p5", - name: "Luxury Bed Frame", - price: "€4,100", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-pregnant-woman-laying-bed_23-2149072928.jpg", - }, - { - id: "p6", - name: "Marble Accent Table", - price: "€1,200", - imageSrc: "http://img.b2bpic.net/free-photo/dry-peony-flower-glass-jug-wooden-stool-white-room_53876-96683.jpg", - }, + { id: "p1", name: "Modern Leather Sofa", price: "€5,200", imageSrc: "http://img.b2bpic.net/free-photo/industrial-living-room-interior-design-with-faux-leather-sofa_53876-126770.jpg" }, + { id: "p2", name: "Designer Dining Table", price: "€3,800", imageSrc: "http://img.b2bpic.net/free-photo/cozy-armchair-by-window_23-2152007070.jpg" }, + { id: "p3", name: "Velvet Armchair", price: "€1,900", imageSrc: "http://img.b2bpic.net/free-photo/sexy-blond-female-black-costume-sits-round-black-chair-empty-room_613910-328.jpg" }, + { id: "p4", name: "Minimalist Sideboard", price: "€2,500", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-classic-interior_23-2150943441.jpg" }, + { id: "p5", name: "Luxury Bed Frame", price: "€4,100", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-pregnant-woman-laying-bed_23-2149072928.jpg" }, + { id: "p6", name: "Marble Accent Table", price: "€1,200", imageSrc: "http://img.b2bpic.net/free-photo/dry-peony-flower-glass-jug-wooden-stool-white-room_53876-96683.jpg" }, ]} title="Our Collections" description="A curated range of seating, tables, and storage solutions for modern residential and professional spaces." @@ -200,24 +111,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: CheckCircle, - title: "Quality Checked", - value: "100%", - }, - { - id: "m2", - icon: Users, - title: "Happy Designers", - value: "500+", - }, - { - id: "m3", - icon: Star, - title: "Avg Rating", - value: "4.9", - }, + { id: "m1", icon: CheckCircle, title: "Quality Checked", value: "100%" }, + { id: "m2", icon: Users, title: "Happy Designers", value: "500+" }, + { id: "m3", icon: Star, title: "Avg Rating", value: "4.9" }, ]} title="Design Impact" description="Delivering excellence for discerning design professionals." @@ -229,61 +125,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Sarah Miller", - date: "2023", - title: "Interior Architect", - quote: "The craftsmanship of their pieces is unmatched in the market today.", - tag: "Architecture", - avatarSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/home-decor-apartment-vintage-white_1203-4676.jpg?_wi=2", - imageAlt: "happy client home furniture interior", - }, - { - id: "2", - name: "Markus Weber", - date: "2024", - title: "Homeowner", - quote: "Absolutely stunning dining table. It became the centerpiece of our new home.", - tag: "Residential", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worried-woman-sitting-couch_23-2149729040.jpg?_wi=2", - imageAlt: "happy client home furniture interior", - }, - { - id: "3", - name: "Elena Rossi", - date: "2023", - title: "Designer", - quote: "Reliable supplier with an incredible eye for high-end modern design.", - tag: "Commercial", - avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689700.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-kitchen-faucet-against-dark-vertical-blinds-contemporary-interior-with-indoor-plant_169016-72789.jpg?_wi=2", - imageAlt: "happy client home furniture interior", - }, - { - id: "4", - name: "Lukas Schneider", - date: "2024", - title: "Homeowner", - quote: "The attention to detail and texture in their seating is incredible.", - tag: "Residential", - avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081850.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3494.jpg?_wi=2", - imageAlt: "happy client home furniture interior", - }, - { - id: "5", - name: "Julia Hoffmann", - date: "2023", - title: "Interior Designer", - quote: "Working with them is always a pleasure, very professional and punctual.", - tag: "Design", - avatarSrc: "http://img.b2bpic.net/free-photo/architect-colleagues-discussing-design-white-foam-building-model-modern-architectural-office-team-two-professional-architects-working-blueprints-desk_482257-37823.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108704.jpg?_wi=2", - imageAlt: "happy client home furniture interior", - }, + { id: "1", name: "Sarah Miller", date: "2023", title: "Interior Architect", quote: "The craftsmanship of their pieces is unmatched in the market today.", tag: "Architecture", avatarSrc: "http://img.b2bpic.net/free-photo/couple-choosing-fabric-furniture-store_1157-37466.jpg", imageSrc: "http://img.b2bpic.net/free-photo/home-decor-apartment-vintage-white_1203-4676.jpg" }, + { id: "2", name: "Markus Weber", date: "2024", title: "Homeowner", quote: "Absolutely stunning dining table. It became the centerpiece of our new home.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/happy-real-estate-agent-giving-keys-couple-who-is-buying-their-new-home_637285-6093.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-worried-woman-sitting-couch_23-2149729040.jpg" }, + { id: "3", name: "Elena Rossi", date: "2023", title: "Designer", quote: "Reliable supplier with an incredible eye for high-end modern design.", tag: "Commercial", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-using-dry-shampoo-home_23-2150689700.jpg", imageSrc: "http://img.b2bpic.net/free-photo/elegant-kitchen-faucet-against-dark-vertical-blinds-contemporary-interior-with-indoor-plant_169016-72789.jpg" }, + { id: "4", name: "Lukas Schneider", date: "2024", title: "Homeowner", quote: "The attention to detail and texture in their seating is incredible.", tag: "Residential", avatarSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081850.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pillow-sofa-chair_1203-3494.jpg" }, + { id: "5", name: "Julia Hoffmann", date: "2023", title: "Interior Designer", quote: "Working with them is always a pleasure, very professional and punctual.", tag: "Design", avatarSrc: "http://img.b2bpic.net/free-photo/architect-colleagues-discussing-design-white-foam-building-model-modern-architectural-office-team-two-professional-architects-working-blueprints-desk_482257-37823.jpg", imageSrc: "http://img.b2bpic.net/free-photo/still-life-office-chair-indoors_23-2151108704.jpg" }, ]} title="Client Stories" description="Discover what architects and homeowners appreciate about our design services." @@ -295,26 +141,10 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} faqs={[ - { - id: "1", - title: "Do you offer trade pricing?", - content: "Yes, we provide specialized trade pricing for interior designers and architects.", - }, - { - id: "2", - title: "Where are the products made?", - content: "Our entire range is exclusively manufactured in Northern Italy by local artisans.", - }, - { - id: "3", - title: "How long is the delivery time?", - content: "Typically 8-12 weeks depending on the configuration and customization.", - }, - { - id: "4", - title: "Can I request custom colors?", - content: "We offer a wide range of premium finishes and upholstery options for most items.", - }, + { id: "1", title: "Do you offer trade pricing?", content: "Yes, we provide specialized trade pricing for interior designers and architects." }, + { id: "2", title: "Where are the products made?", content: "Our entire range is exclusively manufactured in Northern Italy by local artisans." }, + { id: "3", title: "How long is the delivery time?", content: "Typically 8-12 weeks depending on the configuration and customization." }, + { id: "4", title: "Can I request custom colors?", content: "We offer a wide range of premium finishes and upholstery options for most items." }, ]} title="Common Inquiries" description="Answers to your questions regarding our collections and services." @@ -324,10 +154,9 @@ export default function LandingPage() {