diff --git a/src/app/page.tsx b/src/app/page.tsx index ff72f1a..6c50572 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -22,8 +22,7 @@ const navItems = [ const footerColumns = [ { - title: "Collections", - items: [ + title: "Collections", items: [ { label: "Cellier Elite Series", href: "/products" }, { label: "Vault Prestige", href: "/products" }, { label: "Collection Platinum", href: "/products" }, @@ -31,8 +30,7 @@ const footerColumns = [ ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Wine Storage Guide", href: "#" }, { label: "Climate Control Tips", href: "#" }, { label: "Installation Process", href: "#" }, @@ -40,8 +38,7 @@ const footerColumns = [ ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Vinocave", href: "#" }, { label: "Our Expertise", href: "#" }, { label: "Contact Us", href: "/contact" }, @@ -49,8 +46,7 @@ const footerColumns = [ ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Warranty", href: "#" }, @@ -78,9 +74,7 @@ export default function HomePage() { brandName="Vinocave" navItems={navItems} button={{ - text: "Reserve Now", - href: "/contact", - }} + text: "Reserve Now", href: "/contact"}} /> @@ -90,20 +84,15 @@ export default function HomePage() { description="Preserve Excellence. Elevate Your Wine Experience." buttons={[ { - text: "Discover Collections", - href: "/products", - }, + text: "Discover Collections", href: "/products"}, { - text: "Schedule Consultation", - href: "/contact", - }, + text: "Schedule Consultation", href: "/contact"}, ]} buttonAnimation="slide-up" background={{ - variant: "radial-gradient", - }} - imageSrc="http://img.b2bpic.net/free-photo/virtual-love-cute-blonde-girl-red-dress-distance-date-with-wine-candles-holding-glass_140725-163882.jpg" - imageAlt="Luxurious wine cellar with ambient lighting" + variant: "rotated-rays-animated"}} + videoSrc="https://media.istockphoto.com/id/1387303684/video/rotating-wine-bottle-on-dark-surface-loopable.mp4?s=mp4-640x640-is&k=20&c=VfHMJLVL8L7N5M0K5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V5V=" + videoAriaLabel="Rotating wine bottle animation" mediaAnimation="opacity" frameStyle="card" /> @@ -119,22 +108,16 @@ export default function HomePage() { buttonAnimation="slide-up" bulletPoints={[ { - title: "Precision Climate Control", - description: - "Maintain exact temperature and humidity levels for optimal aging potential", - icon: Thermometer, + title: "Precision Climate Control", description: + "Maintain exact temperature and humidity levels for optimal aging potential", icon: Thermometer, }, { - title: "Luxury Craftsmanship", - description: - "Handcrafted interiors featuring premium woods and sophisticated design", - icon: Hammer, + title: "Luxury Craftsmanship", description: + "Handcrafted interiors featuring premium woods and sophisticated design", icon: Hammer, }, { - title: "Advanced Security", - description: - "State-of-the-art security systems to protect your valuable collection", - icon: Lock, + title: "Advanced Security", description: + "State-of-the-art security systems to protect your valuable collection", icon: Lock, }, ]} imageSrc="http://img.b2bpic.net/free-photo/line-wine-bottles-wineglasses_23-2148214970.jpg?_wi=1" @@ -156,9 +139,7 @@ export default function HomePage() { buttonAnimation="slide-up" buttons={[ { - text: "View All Products", - href: "/products", - }, + text: "View All Products", href: "/products"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -166,29 +147,14 @@ export default function HomePage() { animationType="scale-rotate" products={[ { - id: "cellier-elite", - name: "Cellier Elite Series", - price: "$18,500", - imageSrc: - "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg?_wi=1", - imageAlt: "Cellier Elite wine storage unit with glass doors", - }, + id: "cellier-elite", name: "Cellier Elite Series", price: "$18,500", imageSrc: + "http://img.b2bpic.net/free-photo/pullout-drawer-black-cabinet-countertop-modern-organization_169016-71206.jpg?_wi=1", imageAlt: "Cellier Elite wine storage unit with glass doors"}, { - id: "vault-prestige", - name: "Vault Prestige", - price: "$32,000", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-wineglasses-base-reflective-surface_23-2148253236.jpg?_wi=1", - imageAlt: "Luxury Vault Prestige wine cellar system", - }, + id: "vault-prestige", name: "Vault Prestige", price: "$32,000", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-wineglasses-base-reflective-surface_23-2148253236.jpg?_wi=1", imageAlt: "Luxury Vault Prestige wine cellar system"}, { - id: "collection-platinum", - name: "Collection Platinum", - price: "$28,750", - imageSrc: - "http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg?_wi=1", - imageAlt: "Collection Platinum premium wine storage", - }, + id: "collection-platinum", name: "Collection Platinum", price: "$28,750", imageSrc: + "http://img.b2bpic.net/free-photo/bottles-tasty-wine-posh-reastoraunt-are-stored-shelf_613910-17445.jpg?_wi=1", imageAlt: "Collection Platinum premium wine storage"}, ]} /> @@ -207,25 +173,13 @@ export default function HomePage() { animationType="blur-reveal" metrics={[ { - id: "collectors", - value: "2,500+", - description: "Wine Collectors Worldwide", - }, + id: "collectors", value: "2,500+", description: "Wine Collectors Worldwide"}, { - id: "installations", - value: "5,000+", - description: "Premium Installations", - }, + id: "installations", value: "5,000+", description: "Premium Installations"}, { - id: "years", - value: "25", - description: "Years of Excellence", - }, + id: "years", value: "25", description: "Years of Excellence"}, { - id: "bottles", - value: "500K+", - description: "Bottles Preserved", - }, + id: "bottles", value: "500K+", description: "Bottles Preserved"}, ]} /> @@ -238,71 +192,29 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - title: "Perfect Climate Control", - quote: - "Vinocave transformed how I store my collection. The precision climate control gives me complete peace of mind knowing my wines are aging in perfect conditions.", - name: "James Richardson", - role: "Wine Collector & Vintner", - imageSrc: - "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg?_wi=1", - imageAlt: "professional man portrait dark background", - }, + id: "1", title: "Perfect Climate Control", quote: + "Vinocave transformed how I store my collection. The precision climate control gives me complete peace of mind knowing my wines are aging in perfect conditions.", name: "James Richardson", role: "Wine Collector & Vintner", imageSrc: + "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg?_wi=1", imageAlt: "professional man portrait dark background"}, { - id: "2", - title: "Unparalleled Craftsmanship", - quote: - "The attention to detail in every aspect of the Vinocave cellar is remarkable. It's not just storage—it's a statement piece for my home.", - name: "Sophie Arnault", - role: "Sommelier & Wine Expert", - imageSrc: - "http://img.b2bpic.net/free-photo/fashionable-young-woman-posing-with-suitcase-standing-hotel-hallway_23-2148033329.jpg?_wi=1", - imageAlt: "professional woman sommelier portrait", - }, + id: "2", title: "Unparalleled Craftsmanship", quote: + "The attention to detail in every aspect of the Vinocave cellar is remarkable. It's not just storage—it's a statement piece for my home.", name: "Sophie Arnault", role: "Sommelier & Wine Expert", imageSrc: + "http://img.b2bpic.net/free-photo/fashionable-young-woman-posing-with-suitcase-standing-hotel-hallway_23-2148033329.jpg?_wi=1", imageAlt: "professional woman sommelier portrait"}, { - id: "3", - title: "Investment in Excellence", - quote: - "After ten years with Vinocave, I can confidently say my collection's value has been preserved and enhanced. This is the gold standard in wine storage.", - name: "Michael Chen", - role: "Fine Wine Investor", - imageSrc: - "http://img.b2bpic.net/free-photo/portrait-mature-asian-man-with-hands-chin_1262-1560.jpg?_wi=1", - imageAlt: "asian businessman professional portrait", - }, + id: "3", title: "Investment in Excellence", quote: + "After ten years with Vinocave, I can confidently say my collection's value has been preserved and enhanced. This is the gold standard in wine storage.", name: "Michael Chen", role: "Fine Wine Investor", imageSrc: + "http://img.b2bpic.net/free-photo/portrait-mature-asian-man-with-hands-chin_1262-1560.jpg?_wi=1", imageAlt: "asian businessman professional portrait"}, { - id: "4", - title: "Luxury Meets Function", - quote: - "The Vault Prestige system exceeds every expectation. It combines stunning aesthetics with flawless functionality. Highly recommended for serious collectors.", - name: "Isabella Rossi", - role: "Museum Curator", - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg?_wi=1", - imageAlt: "professional woman curator portrait", - }, + id: "4", title: "Luxury Meets Function", quote: + "The Vault Prestige system exceeds every expectation. It combines stunning aesthetics with flawless functionality. Highly recommended for serious collectors.", name: "Isabella Rossi", role: "Museum Curator", imageSrc: + "http://img.b2bpic.net/free-photo/close-up-image-trendy-looking-androgynal-female-with-make-up-hair-combed-back-posing-dressed-oversize-gray-men-s-jacket-looking-with-serious-facial-expression_343059-3174.jpg?_wi=1", imageAlt: "professional woman curator portrait"}, { - id: "5", - title: "Exceptional Customer Care", - quote: - "From consultation to installation, the Vinocave team demonstrated extraordinary expertise and dedication to my project.", - name: "David Thompson", - role: "Luxury Residential Developer", - imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg?_wi=1", - imageAlt: "male developer professional headshot", - }, + id: "5", title: "Exceptional Customer Care", quote: + "From consultation to installation, the Vinocave team demonstrated extraordinary expertise and dedication to my project.", name: "David Thompson", role: "Luxury Residential Developer", imageSrc: + "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-backpack_23-2149915916.jpg?_wi=1", imageAlt: "male developer professional headshot"}, { - id: "6", - title: "The Finest Investment", - quote: - "Vinocave cellars are not just functional—they're investment-grade pieces that add significant value to any residence.", - name: "Catherine LaFond", - role: "High-Net-Worth Individual", - imageSrc: - "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=1", - imageAlt: "high-net-worth woman portrait elegant", - }, + id: "6", title: "The Finest Investment", quote: + "Vinocave cellars are not just functional—they're investment-grade pieces that add significant value to any residence.", name: "Catherine LaFond", role: "High-Net-Worth Individual", imageSrc: + "http://img.b2bpic.net/free-photo/content-business-woman-talking-smartphone-outdoors_1262-20534.jpg?_wi=1", imageAlt: "high-net-worth woman portrait elegant"}, ]} /> @@ -315,8 +227,7 @@ export default function HomePage() { tagIcon={MessageSquare} tagAnimation="slide-up" background={{ - variant: "plain", - }} + variant: "plain"}} useInvertedBackground={false} inputPlaceholder="Enter your email address" buttonText="Request Consultation"