diff --git a/src/app/page.tsx b/src/app/page.tsx index 3cb2820..db96ac9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,104 +47,32 @@ export default function LandingPage() {
@@ -163,53 +83,21 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Integration", - description: "Cutting edge AI assisted workflow optimization.", - bentoComponent: "chat", - aiIcon: Star, + title: "AI Integration", description: "Cutting edge AI assisted workflow optimization.", bentoComponent: "chat", aiIcon: Star, userIcon: User, exchanges: [ - { - userMessage: "Best laptop for AI?", - aiResponse: "Zenith Premium Pro.", - }, + { userMessage: "Best laptop for AI?", aiResponse: "Zenith Premium Pro." }, ], - placeholder: "Ask Zenith AI...", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-graphic-design-studio_23-2151320743.jpg", - imageAlt: "laptop screen interface high resolution", - }, + placeholder: "Ask Zenith AI..."}, { - bentoComponent: "reveal-icon", - icon: Database, - title: "Next-Gen Processors", - description: "Unrivaled speed and efficiency.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-dark-table-glowing-screen_169016-51024.jpg?_wi=2", - imageAlt: "laptop screen interface high resolution", - }, + bentoComponent: "reveal-icon", icon: Database, + title: "Next-Gen Processors", description: "Unrivaled speed and efficiency."}, { - bentoComponent: "3d-stack-cards", - items: [ - { - icon: Shield, - title: "Security", - subtitle: "Encrypted", - detail: "Hardware security.", - }, - { - icon: Zap, - title: "Battery", - subtitle: "All day", - detail: "Extended life.", - }, - { - icon: Globe, - title: "Global", - subtitle: "Anywhere", - detail: "Worldwide support.", - }, + bentoComponent: "3d-stack-cards", items: [ + { icon: Shield, title: "Security", subtitle: "Encrypted", detail: "Hardware security." }, + { icon: Zap, title: "Battery", subtitle: "All day", detail: "Extended life." }, + { icon: Globe, title: "Global", subtitle: "Anywhere", detail: "Worldwide support." }, ], - imageSrc: "http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349235.jpg?_wi=2", - imageAlt: "laptop screen interface high resolution", }, ]} title="Premium Tech Ecosystem" @@ -224,48 +112,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "1", - name: "Zenith Pro M3", - price: "$2,499", - variant: "Silver", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-glasses-notebok-desktop-blurred-background_169016-38703.jpg", - }, - { - id: "2", - name: "Zenith Air X", - price: "$1,899", - variant: "Space Gray", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994366.jpg", - }, - { - id: "3", - name: "Gaming Zenith Z1", - price: "$3,200", - variant: "Electric Blue", - imageSrc: "http://img.b2bpic.net/free-photo/view-retro-computer-technology_23-2149506883.jpg", - }, - { - id: "4", - name: "Zenith Studio One", - price: "$4,500", - variant: "Metallic White", - imageSrc: "http://img.b2bpic.net/free-photo/billboard-with-fake-news-message_23-2148876043.jpg", - }, - { - id: "5", - name: "Zenith Elite Carbon", - price: "$2,999", - variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-glowing-screen-table-dark-top-view-copy-space_169016-53598.jpg", - }, - { - id: "6", - name: "Zenith Nano Book", - price: "$1,599", - variant: "Silver", - imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-chatting-with-his-community-showing-game-tactics-guide-viewers_482257-77089.jpg", - }, + { id: "1", name: "Zenith Pro M3", price: "$2,499", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/laptop-glasses-notebok-desktop-blurred-background_169016-38703.jpg" }, + { id: "2", name: "Zenith Air X", price: "$1,899", variant: "Space Gray", imageSrc: "http://img.b2bpic.net/free-photo/still-life-device-table_23-2150994366.jpg" }, + { id: "3", name: "Gaming Zenith Z1", price: "$3,200", variant: "Electric Blue", imageSrc: "http://img.b2bpic.net/free-photo/view-retro-computer-technology_23-2149506883.jpg" }, + { id: "4", name: "Zenith Studio One", price: "$4,500", variant: "Metallic White", imageSrc: "http://img.b2bpic.net/free-photo/billboard-with-fake-news-message_23-2148876043.jpg" }, + { id: "5", name: "Zenith Elite Carbon", price: "$2,999", variant: "Black", imageSrc: "http://img.b2bpic.net/free-photo/laptop-with-glowing-screen-table-dark-top-view-copy-space_169016-53598.jpg" }, + { id: "6", name: "Zenith Nano Book", price: "$1,599", variant: "Silver", imageSrc: "http://img.b2bpic.net/free-photo/pro-gamer-chatting-with-his-community-showing-game-tactics-guide-viewers_482257-77089.jpg" }, ]} title="Trending Premium Laptops" description="Hand-selected hardware for professional excellence." @@ -279,27 +131,9 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" useInvertedBackground={false} metrics={[ - { - id: "m1", - value: "99%", - title: "Client Satisfaction", - description: "Consistent elite performance.", - icon: Award, - }, - { - id: "m2", - value: "10K+", - title: "Units Sold", - description: "Global distribution reached.", - icon: Package, - }, - { - id: "m3", - value: "24/7", - title: "Support Availability", - description: "Always here to help.", - icon: Headphones, - }, + { id: "m1", value: "99%", title: "Client Satisfaction", description: "Consistent elite performance.", icon: Award }, + { id: "m2", value: "10K+", title: "Units Sold", description: "Global distribution reached.", icon: Package }, + { id: "m3", value: "24/7", title: "Support Availability", description: "Always here to help.", icon: Headphones }, ]} title="Unrivaled Performance" description="Real-world impact metrics." @@ -309,32 +143,13 @@ export default function LandingPage() {