diff --git a/src/app/page.tsx b/src/app/page.tsx index 68550c3..90434c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Coffee } from "lucide-react"; +import { Coffee, CheckCircle, Leaf, Zap, Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,21 +48,16 @@ export default function LandingPage() {
@@ -83,7 +70,7 @@ export default function LandingPage() { description="Cream First started in a small kitchen, dedicated to the art of the perfect cup and the perfect fit. We believe that life's essentials deserve a little extra love." subdescription="From our iconic mugs to our premium cotton tees, everything we sell is designed to make your daily routine a bit brighter and a lot more comfortable." icon={Coffee} - imageSrc="http://img.b2bpic.net/free-photo/home-composition-with-cup-stack-books-knitted-element-copy-space_169016-25843.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/home-composition-with-cup-stack-books-knitted-element-copy-space_169016-25843.jpg" mediaAnimation="slide-up" /> @@ -93,47 +80,23 @@ export default function LandingPage() { layout="section" products={[ { - id: "p1", - name: "Classic Cream Mug", - price: "$15.00", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-beautiful-wooden-background-with-winter-sweater-old-book-winter-autumn-close-up_169016-4542.jpg?_wi=1", - }, + id: "p1", name: "Classic Cream Mug", price: "$15.00", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-beautiful-wooden-background-with-winter-sweater-old-book-winter-autumn-close-up_169016-4542.jpg"}, { - id: "p2", - name: "Logo Essential Tee", - price: "$25.00", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448731.jpg", - }, + id: "p2", name: "Logo Essential Tee", price: "$25.00", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448731.jpg"}, { - id: "p3", - name: "Cream First Hoodie", - price: "$55.00", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-988.jpg", - }, + id: "p3", name: "Cream First Hoodie", price: "$55.00", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-white-hoodie-blue-jeans-posing-gray-background_89887-988.jpg"}, { - id: "p4", - name: "Canvas Tote Bag", - price: "$18.00", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-hanging-bag_23-2151008995.jpg", - }, + id: "p4", name: "Canvas Tote Bag", price: "$18.00", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/still-life-hanging-bag_23-2151008995.jpg"}, { - id: "p5", - name: "Signature Sticker Pack", - price: "$8.00", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vintage-victorian-style-engraving-set-original-from-british-library-digitally-enhanced-by-rawpixel_53876-165338.jpg", - }, + id: "p5", name: "Signature Sticker Pack", price: "$8.00", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/vintage-victorian-style-engraving-set-original-from-british-library-digitally-enhanced-by-rawpixel_53876-165338.jpg"}, { - id: "p6", - name: "Daily Journal", - price: "$12.00", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-desktop-with-agenda-notepad_23-2148430839.jpg", - }, + id: "p6", name: "Daily Journal", price: "$12.00", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-desktop-with-agenda-notepad_23-2148430839.jpg"}, ]} /> @@ -144,33 +107,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Premium Material", - description: "We source only the softest cotton and highest quality ceramic.", - buttonIcon: "CheckCircle", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-t-shirt-painting-still-life_23-2150572729.jpg", - imageAlt: "high quality apparel printing", - }, + title: "Premium Material", description: "We source only the softest cotton and highest quality ceramic.", buttonIcon: CheckCircle, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-t-shirt-painting-still-life_23-2150572729.jpg", imageAlt: "high quality apparel printing"}, { - title: "Eco-Packaging", - description: "All shipments use recycled materials to ensure zero guilt.", - buttonIcon: "Leaf", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-book-library_23-2147689824.jpg?_wi=2", - imageAlt: "high quality apparel printing", - }, + title: "Eco-Packaging", description: "All shipments use recycled materials to ensure zero guilt.", buttonIcon: Leaf, + imageSrc: "http://img.b2bpic.net/free-photo/pretty-girl-with-book-library_23-2147689824.jpg", imageAlt: "high quality apparel printing"}, { - title: "Fast Shipping", - description: "Your merch arrives at your door faster than you can brew a cup.", - buttonIcon: "Zap", - imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-stack-books-knitted-element-copy-space_169016-25843.jpg?_wi=2", - imageAlt: "high quality apparel printing", - }, + title: "Fast Shipping", description: "Your merch arrives at your door faster than you can brew a cup.", buttonIcon: Zap, + imageSrc: "http://img.b2bpic.net/free-photo/home-composition-with-cup-stack-books-knitted-element-copy-space_169016-25843.jpg", imageAlt: "high quality apparel printing"}, { - title: "Happiness First", - description: "If you don't love it, we'll make it right. No questions asked.", - buttonIcon: "Heart", - imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-beautiful-wooden-background-with-winter-sweater-old-book-winter-autumn-close-up_169016-4542.jpg?_wi=2", - imageAlt: "high quality apparel printing", - }, + title: "Happiness First", description: "If you don't love it, we'll make it right. No questions asked.", buttonIcon: Heart, + imageSrc: "http://img.b2bpic.net/free-photo/cup-tea-beautiful-wooden-background-with-winter-sweater-old-book-winter-autumn-close-up_169016-4542.jpg", imageAlt: "high quality apparel printing"}, ]} title="Why Cream First?" description="We don't just sell merch; we sell items that stand the test of time and style." @@ -182,14 +129,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Cream First", - "Modern Style", - "Urban Merch", - "Cozy Vibes", - "Daily Essentials", - "Quirky Tees", - "Home Comfort", - ]} + "Cream First", "Modern Style", "Urban Merch", "Cozy Vibes", "Daily Essentials", "Quirky Tees", "Home Comfort"]} title="Loved Across the Country" description="Join thousands of satisfied customers who have made Cream First a part of their daily life." /> @@ -201,45 +141,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "t1", - title: "Amazing quality!", - quote: "The mug is perfect and the tshirt is so soft. I love it!", - name: "Sarah J.", - role: "Fan", - imageSrc: "http://img.b2bpic.net/free-photo/trend-young-woman-looking-confident_1298-551.jpg", - }, + id: "t1", title: "Amazing quality!", quote: "The mug is perfect and the tshirt is so soft. I love it!", name: "Sarah J.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/trend-young-woman-looking-confident_1298-551.jpg"}, { - id: "t2", - title: "Super fast!", - quote: "Arrived within two days. Perfect packaging too.", - name: "Mark D.", - role: "Customer", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-smiling_23-2148729669.jpg", - }, + id: "t2", title: "Super fast!", quote: "Arrived within two days. Perfect packaging too.", name: "Mark D.", role: "Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-smiling_23-2148729669.jpg"}, { - id: "t3", - title: "Favorite store.", - quote: "I've bought hoodies for all my friends. They're obsessed.", - name: "Emily R.", - role: "Fan", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg", - }, + id: "t3", title: "Favorite store.", quote: "I've bought hoodies for all my friends. They're obsessed.", name: "Emily R.", role: "Fan", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-doing-thumbs-up_23-2148628939.jpg"}, { - id: "t4", - title: "Stickers are great.", - quote: "Added them to my laptop. The quality is top notch.", - name: "David K.", - role: "Designer", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-redhead-girl-with-braid-wearing-black-hat-sleeveless-denim-jacket_273609-9275.jpg", - }, + id: "t4", title: "Stickers are great.", quote: "Added them to my laptop. The quality is top notch.", name: "David K.", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/stylish-smiling-redhead-girl-with-braid-wearing-black-hat-sleeveless-denim-jacket_273609-9275.jpg"}, { - id: "t5", - title: "Best comfort ever.", - quote: "This is genuinely the softest hoodie I have ever owned.", - name: "Anna P.", - role: "Student", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-park-bench-posing-sitting-outdoors_1153-9513.jpg", - }, + id: "t5", title: "Best comfort ever.", quote: "This is genuinely the softest hoodie I have ever owned.", name: "Anna P.", role: "Student", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-park-bench-posing-sitting-outdoors_1153-9513.jpg"}, ]} title="Customer Stories" description="See why our community loves our merchandise." @@ -251,20 +161,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "How long is shipping?", - content: "Shipping usually takes 3-5 business days.", - }, + id: "f1", title: "How long is shipping?", content: "Shipping usually takes 3-5 business days."}, { - id: "f2", - title: "Do you offer returns?", - content: "Yes, within 30 days of receiving your item.", - }, + id: "f2", title: "Do you offer returns?", content: "Yes, within 30 days of receiving your item."}, { - id: "f3", - title: "Is the clothing unisex?", - content: "Most of our tees and hoodies are designed for a relaxed, unisex fit.", - }, + id: "f3", title: "Is the clothing unisex?", content: "Most of our tees and hoodies are designed for a relaxed, unisex fit."}, ]} sideTitle="Common Questions" sideDescription="Everything you need to know about shopping with us." @@ -279,20 +180,12 @@ export default function LandingPage() { description="Have questions or just want to say hi? We're always here to chat." inputs={[ { - name: "name", - type: "text", - placeholder: "Your Name", - }, + name: "name", type: "text", placeholder: "Your Name"}, { - name: "email", - type: "email", - placeholder: "Your Email", - }, + name: "email", type: "email", placeholder: "Your Email"}, ]} textarea={{ - name: "message", - placeholder: "How can we help?", - }} + name: "message", placeholder: "How can we help?"}} imageSrc="http://img.b2bpic.net/free-photo/male-barista-with-tattoos-serving-coffee-counter_23-2149052846.jpg" /> @@ -302,37 +195,23 @@ export default function LandingPage() { logoText="Cream First" columns={[ { - title: "Shop", - items: [ + title: "Shop", items: [ { - label: "T-Shirts", - href: "#products", - }, + label: "T-Shirts", href: "#products"}, { - label: "Hoodies", - href: "#products", - }, + label: "Hoodies", href: "#products"}, { - label: "Mugs", - href: "#products", - }, + label: "Mugs", href: "#products"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "FAQs", - href: "#faq", - }, + label: "FAQs", href: "#faq"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, { - label: "Returns", - href: "#", - }, + label: "Returns", href: "#"}, ], }, ]}