Merge version_1 into main #2
@@ -9,7 +9,7 @@ import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
|
||||
import TestimonialCardTwelve from "@/components/sections/testimonial/TestimonialCardTwelve";
|
||||
import ContactFaq from "@/components/sections/contact/ContactFaq";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import { Sparkles, Award, Users, Heart, Mail, Home, ShoppingBag, Settings, Package, Truck, CheckCircle } from "lucide-react";
|
||||
import { Sparkles, Award, Users, Heart, Mail, Home, ShoppingBag, Settings, Package, Truck, CheckCircle, Zap } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
dashboard={{
|
||||
title: "Featured Showcase", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIcxU4dAKlXkVuCPi8noo6LdP/uploaded-1772723647135-3kgsamlc.jpg", logoIcon: Sparkles,
|
||||
title: "Featured Showcase", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARIcxU4dAKlXkVuCPi8noo6LdP/uploaded-1772723647135-3kgsamlc.jpg", logoIcon: Zap,
|
||||
searchPlaceholder: "Search our collection", sidebarItems: [
|
||||
{ icon: Home, active: true },
|
||||
{ icon: ShoppingBag, active: false },
|
||||
@@ -82,7 +82,6 @@ export default function LandingPage() {
|
||||
}}
|
||||
className="w-full"
|
||||
containerClassName="px-4"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,11 +97,14 @@ export default function LandingPage() {
|
||||
buttonAnimation="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Classic Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=1", imageAlt: "Classic Hoodie"},
|
||||
id: "1", name: "Classic Hoodie", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Classic Hoodie"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Black Cosmic", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=2", imageAlt: "Black Cosmic Hoodie"},
|
||||
id: "2", name: "Black Cosmic", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg", imageAlt: "Black Cosmic Hoodie"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Beige Premium", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-posing-sportswear_23-2148777603.jpg", imageAlt: "Beige Premium Hoodie"},
|
||||
id: "3", name: "Beige Premium", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/stylish-woman-posing-sportswear_23-2148777603.jpg", imageAlt: "Beige Premium Hoodie"
|
||||
},
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
@@ -125,16 +127,20 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Premium Materials", description: "Crafted with 100% organic cotton and sustainable fabrics for ultimate comfort and durability.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=1"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=3"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg"
|
||||
},
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Exclusive Design", description: "Limited edition pieces designed by our in-house creative team with attention to every detail.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg?_wi=4"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shallow-focus-two-black-men-standing-against-red-wall_181624-56204.jpg"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg?_wi=2"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-pensive-curly-haired-young-woman-concentrated-into-distance-dressed-hoodie-trousers-thinks-about-something-rests-after-excursion-city-feels-tired-explores-new-places_273609-57016.jpg"
|
||||
},
|
||||
},
|
||||
]}
|
||||
showStepNumbers={true}
|
||||
@@ -153,7 +159,8 @@ export default function LandingPage() {
|
||||
tagAnimation="slide-up"
|
||||
names={["Nike Studio", "Fashion Forward", "Urban Threads", "Style Hub", "Luxury Co", "Premium Apparel", "Trend Setters", "Elite Fashion"]}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg", "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg"]}
|
||||
"http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/flat-design-fashion-accessories-logo-set_23-2148888960.jpg", "http://img.b2bpic.net/free-vector/logos-collection-with-vintage-luxury-style_23-2147842742.jpg", "http://img.b2bpic.net/free-vector/typography-logo-template_23-2150529505.jpg", "http://img.b2bpic.net/free-vector/flat-fashion-accessories-logo-set_23-2148922521.jpg"
|
||||
]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
textboxLayout="default"
|
||||
@@ -165,17 +172,23 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Sarah Johnson"},
|
||||
id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Sarah Johnson"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Michael Chen"},
|
||||
id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Michael Chen"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Emma Davis"},
|
||||
id: "3", name: "Emma Davis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Emma Davis"
|
||||
},
|
||||
{
|
||||
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=4", imageAlt: "James Wilson"},
|
||||
id: "4", name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Wilson"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=5", imageAlt: "Lisa Anderson"},
|
||||
id: "5", name: "Lisa Anderson", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Lisa Anderson"
|
||||
},
|
||||
{
|
||||
id: "6", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=6", imageAlt: "David Martinez"},
|
||||
id: "6", name: "David Martinez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Martinez"
|
||||
},
|
||||
]}
|
||||
cardTitle="Over 50,000 customers love our premium collections and exceptional service"
|
||||
cardTag="Customer Love"
|
||||
@@ -193,15 +206,20 @@ export default function LandingPage() {
|
||||
ctaIcon={Mail}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What's included with each hoodie?", content: "Every hoodie comes with care instructions, a premium brand tag, and access to our exclusive customer community. Orders over $150 include free shipping and a gift box."},
|
||||
id: "1", title: "What's included with each hoodie?", content: "Every hoodie comes with care instructions, a premium brand tag, and access to our exclusive customer community. Orders over $150 include free shipping and a gift box."
|
||||
},
|
||||
{
|
||||
id: "2", title: "Do you offer custom orders?", content: "Yes! We offer personalized embroidery and custom sizing. Contact our team at custom@o2studio.com or fill out our custom order form for a quote."},
|
||||
id: "2", title: "Do you offer custom orders?", content: "Yes! We offer personalized embroidery and custom sizing. Contact our team at custom@o2studio.com or fill out our custom order form for a quote."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What's your return policy?", content: "We offer a 30-day money-back guarantee on all items. Items must be unworn with original tags attached. Return shipping is free for defective items."},
|
||||
id: "3", title: "What's your return policy?", content: "We offer a 30-day money-back guarantee on all items. Items must be unworn with original tags attached. Return shipping is free for defective items."
|
||||
},
|
||||
{
|
||||
id: "4", title: "How long does shipping take?", content: "Standard shipping takes 5-7 business days. Express shipping (2-3 days) and international shipping options are available at checkout."},
|
||||
id: "4", title: "How long does shipping take?", content: "Standard shipping takes 5-7 business days. Express shipping (2-3 days) and international shipping options are available at checkout."
|
||||
},
|
||||
{
|
||||
id: "5", title: "Can I track my order?", content: "Yes! You'll receive a tracking number via email once your order ships. Track your package in real-time through our customer portal."},
|
||||
id: "5", title: "Can I track my order?", content: "Yes! You'll receive a tracking number via email once your order ships. Track your package in real-time through our customer portal."
|
||||
},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
accordionAnimationType="smooth"
|
||||
|
||||
Reference in New Issue
Block a user