diff --git a/src/app/page.tsx b/src/app/page.tsx index c10a400..a0e46b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Globe, Image, ShoppingBag } from "lucide-react"; +import { Globe, Image as LucideImage, ShoppingBag } from "lucide-react"; export default function LandingPage() { return ( @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,120 +48,42 @@ export default function LandingPage() {
@@ -181,18 +95,9 @@ export default function LandingPage() { title="Where Curation Meets Convenience" description="ShopFusion bridges the gap between emerging trends and global accessibility. We partner with top platforms to bring you the best items, verified and ready to ship." bulletPoints={[ - { - title: "Verified Quality", - description: "Every product is meticulously vetted for quality.", - }, - { - title: "Global Shipping", - description: "Fast and reliable shipping to your doorstep.", - }, - { - title: "Trend Forward", - description: "Always the latest styles at your fingertips.", - }, + { title: "Verified Quality", description: "Every product is meticulously vetted for quality." }, + { title: "Global Shipping", description: "Fast and reliable shipping to your doorstep." }, + { title: "Trend Forward", description: "Always the latest styles at your fingertips." }, ]} imageSrc="http://img.b2bpic.net/free-photo/person-reading-online-magazine-using-digital-device_52683-107494.jpg" mediaAnimation="slide-up" @@ -206,42 +111,12 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" useInvertedBackground={false} products={[ - { - id: "p1", - name: "Luxury Leather Wallet", - price: "$129.00", - imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17698.jpg", - }, - { - id: "p2", - name: "Modern Minimalist Watch", - price: "$249.00", - imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg", - }, - { - id: "p3", - name: "Premium Wireless Headphones", - price: "$199.00", - imageSrc: "http://img.b2bpic.net/free-photo/music-arrangement-with-black-headphones_23-2148785720.jpg", - }, - { - id: "p4", - name: "Designer Ceramic Vase", - price: "$89.00", - imageSrc: "http://img.b2bpic.net/free-photo/modern-vases-with-plant-assortment_23-2149835469.jpg", - }, - { - id: "p5", - name: "Essential Skincare Set", - price: "$159.00", - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382914.jpg", - }, - { - id: "p6", - name: "Durable Travel Suitcase", - price: "$299.00", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-preparing-suitcase-summer-vacation-trip-young-man-checking-accessories-stuff-luggage-travel-holiday-vacation-concept_1150-61449.jpg", - }, + { id: "p1", name: "Luxury Leather Wallet", price: "$129.00", imageSrc: "http://img.b2bpic.net/free-photo/everyday-bath-utensils-dark-marble-background_58702-17698.jpg" }, + { id: "p2", name: "Modern Minimalist Watch", price: "$249.00", imageSrc: "http://img.b2bpic.net/free-photo/man-looking-his-watch_53876-13503.jpg" }, + { id: "p3", name: "Premium Wireless Headphones", price: "$199.00", imageSrc: "http://img.b2bpic.net/free-photo/music-arrangement-with-black-headphones_23-2148785720.jpg" }, + { id: "p4", name: "Designer Ceramic Vase", price: "$89.00", imageSrc: "http://img.b2bpic.net/free-photo/modern-vases-with-plant-assortment_23-2149835469.jpg" }, + { id: "p5", name: "Essential Skincare Set", price: "$159.00", imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382914.jpg" }, + { id: "p6", name: "Durable Travel Suitcase", price: "$299.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-preparing-suitcase-summer-vacation-trip-young-man-checking-accessories-stuff-luggage-travel-holiday-vacation-concept_1150-61449.jpg" }, ]} title="Featured Collections" description="Explore our handpicked selection of top-rated lifestyle products." @@ -254,30 +129,9 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} features={[ - { - title: "Amazon Integration", - description: "Fast and secure checkout using your Amazon account.", - bentoComponent: "reveal-icon", - icon: ShoppingBag, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-office-supplies_171337-13069.jpg", - imageAlt: "minimalist logo tech brand", - }, - { - title: "Pinterest Discovery", - description: "Browse our latest pins for style inspiration.", - bentoComponent: "reveal-icon", - icon: Image, - imageSrc: "http://img.b2bpic.net/free-photo/smartphone-near-laptop-shopping-trolley_23-2147957087.jpg?_wi=2", - imageAlt: "minimalist logo tech brand", - }, - { - title: "Global Logistics", - description: "We ship worldwide with tracking support.", - bentoComponent: "reveal-icon", - icon: Globe, - imageSrc: "http://img.b2bpic.net/free-photo/man-enjoying-cup-matcha-tea_23-2150215056.jpg?_wi=2", - imageAlt: "minimalist logo tech brand", - }, + { title: "Amazon Integration", description: "Fast and secure checkout using your Amazon account.", bentoComponent: "reveal-icon", icon: ShoppingBag }, + { title: "Pinterest Discovery", description: "Browse our latest pins for style inspiration.", bentoComponent: "reveal-icon", icon: LucideImage }, + { title: "Global Logistics", description: "We ship worldwide with tracking support.", bentoComponent: "reveal-icon", icon: Globe }, ]} title="Why Shop With Us?" description="Seamless shopping across your favorite platforms." @@ -289,46 +143,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { - id: "1", - title: "Excellent Service", - quote: "The best shopping experience I've had in years.", - name: "Sarah Miller", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg", - }, - { - id: "2", - title: "Great Quality", - quote: "Products are exactly as described and fast delivery.", - name: "James Anderson", - role: "Director", - imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg", - }, - { - id: "3", - title: "Top Notch", - quote: "I love the curated selections every season.", - name: "Elena Rodriguez", - role: "Creative", - imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-caucasian-girl-with-pixie-haircut-standing-with-closed-posture-profile-view-isolated-green-background-with-copy-space_141793-31827.jpg", - }, - { - id: "4", - title: "So Convenient", - quote: "Integration with Amazon makes checkout so easy.", - name: "Mark Wilson", - role: "Manager", - imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-smiling-businesswoman-leaning-glass-wall-holding-diary-office_23-2148187205.jpg", - }, - { - id: "5", - title: "Highly Recommend", - quote: "Exceptional customer support and quality.", - name: "Chloe Bennett", - role: "Shopper", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-total-denim-outfit_23-2150105185.jpg", - }, + { id: "1", title: "Excellent Service", quote: "The best shopping experience I've had in years.", name: "Sarah Miller", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-two-raised-fingers_1187-1103.jpg" }, + { id: "2", title: "Great Quality", quote: "Products are exactly as described and fast delivery.", name: "James Anderson", role: "Director", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-confident-businessman-office_329181-19349.jpg" }, + { id: "3", title: "Top Notch", quote: "I love the curated selections every season.", name: "Elena Rodriguez", role: "Creative", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-caucasian-girl-with-pixie-haircut-standing-with-closed-posture-profile-view-isolated-green-background-with-copy-space_141793-31827.jpg" }, + { id: "4", title: "So Convenient", quote: "Integration with Amazon makes checkout so easy.", name: "Mark Wilson", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-smiling-businesswoman-leaning-glass-wall-holding-diary-office_23-2148187205.jpg" }, + { id: "5", title: "Highly Recommend", quote: "Exceptional customer support and quality.", name: "Chloe Bennett", role: "Shopper", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-wearing-total-denim-outfit_23-2150105185.jpg" }, ]} title="Trusted by Millions" description="Hear from our happy customers across the globe." @@ -340,14 +159,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Amazon", - "Pinterest", - "Shopify", - "Stripe", - "Logistics Co", - "Design Lab", - "Retail Global", - ]} + "Amazon", "Pinterest", "Shopify", "Stripe", "Logistics Co", "Design Lab", "Retail Global"]} title="Partnered with Leaders" description="Our trusted partners helping us bring the best to you." /> @@ -357,21 +169,9 @@ export default function LandingPage() { ); -} +} \ No newline at end of file