Update src/app/page.tsx
This commit is contained in:
292
src/app/page.tsx
292
src/app/page.tsx
@@ -5,14 +5,14 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Award, CheckCircle, Globe, Shield, Sparkles, Zap } from "lucide-react";
|
||||
import { Award, CheckCircle, Globe, Shield, Sparkles, Zap, Facebook, Instagram, Twitter } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,43 +33,30 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Outdoor Living", id: "#products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Dozti"
|
||||
brandName="Dozti Outdoor"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Crafting Excellence, Defined."
|
||||
description="At Dozti, we bridge the gap between timeless tradition and contemporary elegance. Discover artisanal products curated for those who value authenticity."
|
||||
tag="Elevate Your Craft"
|
||||
variant: "gradient-bars"}}
|
||||
title="Elevate Your Outdoor Sanctuary."
|
||||
description="At Dozti, we craft premium outdoor furniture designed to transform your patio into a timeless retreat of comfort and elegance."
|
||||
tag="Luxury Outdoor Living"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Collections",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Shop Furniture", href: "#products"},
|
||||
{
|
||||
text: "Learn About Us",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936070.jpg?_wi=1"
|
||||
imageAlt="artisanal craft materials macro shot"
|
||||
@@ -79,10 +66,10 @@ export default function LandingPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
useInvertedBackground={true}
|
||||
tag="Our Story"
|
||||
title="Dedicated to the Art of Creation"
|
||||
description="Dozti began as a small vision to celebrate the hands that create. Every piece we curate tells a story of patience, skill, and material integrity."
|
||||
subdescription="Our network of artisans represents the finest in global craftsmanship, ensuring every product is not just an item, but a long-term companion for your daily life."
|
||||
tag="Our Mission"
|
||||
title="Crafting Comfort Under the Open Sky"
|
||||
description="Dozti brings craftsmanship to your backyard. We believe outdoor spaces should be as comfortable and inviting as your living room."
|
||||
subdescription="Every piece is meticulously constructed using weather-resistant materials to ensure your outdoor oasis lasts for seasons to come."
|
||||
icon={Sparkles}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-woman-makes-pottery-workshop_1157-24746.jpg"
|
||||
imageAlt="artisan working in bright modern studio"
|
||||
@@ -98,32 +85,22 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: Award,
|
||||
title: "Verified Artisan Roots",
|
||||
description: "Every creator is vetted to ensure ethical and authentic production practices.",
|
||||
},
|
||||
title: "Weather-Proof Design", description: "Engineered to withstand sun, rain, and snow while maintaining peak aesthetic appeal."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Sustainable Quality",
|
||||
description: "Material sourcing is always conscious, prioritizing longevity over convenience.",
|
||||
},
|
||||
title: "Premium Durability", description: "Constructed from high-grade, sustainable materials for maximum longevity."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Modern Logistics",
|
||||
description: "Fast, secure delivery to ensure your artisanal pieces arrive in pristine condition.",
|
||||
},
|
||||
title: "Ergonomic Comfort", description: "Thoughtfully designed curves and cushions for the ultimate lounging experience."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Lifetime Guarantee",
|
||||
description: "We stand by our craftsmanship with a commitment to long-term quality.",
|
||||
},
|
||||
title: "Lifetime Quality", description: "We stand by our craftsmanship with a commitment to long-term patio beauty."},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Global Curation",
|
||||
description: "Bridging cultures through unique, handmade expressions from around the world.",
|
||||
},
|
||||
title: "Modern Aesthetics", description: "Designed to elevate any outdoor setting, from minimalist balconies to garden estates."},
|
||||
]}
|
||||
title="Why Choose Dozti?"
|
||||
description="We don't just sell products; we facilitate a connection between master makers and mindful consumers."
|
||||
title="Why Choose Dozti Outdoor?"
|
||||
description="We don't just create furniture; we cultivate meaningful outdoor living experiences."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -135,44 +112,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Artisan Leather Tote",
|
||||
price: "$189",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-suitcase-floor_23-2148610419.jpg",
|
||||
},
|
||||
id: "p1", name: "Teak Lounge Chair", price: "$489", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vintage-suitcase-floor_23-2148610419.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Carved Walnut Bowl",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-vase-design_23-2150529758.jpg",
|
||||
},
|
||||
id: "p2", name: "All-Weather Bistro Set", price: "$850", imageSrc: "http://img.b2bpic.net/free-photo/elegant-modern-vase-design_23-2150529758.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Hand-Woven Linen Scarf",
|
||||
price: "$65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-wine-stain-detail_23-2149641678.jpg",
|
||||
},
|
||||
id: "p3", name: "Outdoor Woven Hammock", price: "$265", imageSrc: "http://img.b2bpic.net/free-photo/close-up-wine-stain-detail_23-2149641678.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ceramic Tea Vessel",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186750.jpg",
|
||||
},
|
||||
id: "p4", name: "Concrete Side Table", price: "$145", imageSrc: "http://img.b2bpic.net/free-photo/close-up-engraving-art-tools_23-2149186750.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Brass Desk Accessory",
|
||||
price: "$95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/eid-pods-with-coffee-cups-front-view-white-background_187299-39149.jpg",
|
||||
},
|
||||
id: "p5", name: "Patio Fire Pit", price: "$695", imageSrc: "http://img.b2bpic.net/free-photo/eid-pods-with-coffee-cups-front-view-white-background_187299-39149.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Artisan Notebook Set",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/knolling-concept-with-sticky-notes-accessories-green-shades_23-2148362185.jpg",
|
||||
},
|
||||
id: "p6", name: "Garden Lantern Set", price: "$130", imageSrc: "http://img.b2bpic.net/free-photo/knolling-concept-with-sticky-notes-accessories-green-shades_23-2148362185.jpg"},
|
||||
]}
|
||||
title="Curated Essentials"
|
||||
description="Explore our hand-selected catalog of contemporary goods."
|
||||
title="Curated Collections"
|
||||
description="Our premium selection of outdoor furnishings built for style and endurance."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -183,40 +136,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "basic",
|
||||
title: "Enthusiast",
|
||||
price: "$12",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Early access to new drops",
|
||||
"Artisan newsletters",
|
||||
"Monthly digital perks",
|
||||
],
|
||||
id: "basic", title: "Patio Starter", price: "$99", period: "/season", features: [
|
||||
"Maintenance kits included", "Seasonal care guides", "Priority delivery"],
|
||||
button: {
|
||||
text: "Start Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rain-falling-around-candle_23-2147785890.jpg",
|
||||
imageAlt: "handcrafted icon golden light",
|
||||
},
|
||||
text: "Start Setup"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/rain-falling-around-candle_23-2147785890.jpg", imageAlt: "handcrafted icon golden light"},
|
||||
{
|
||||
id: "pro",
|
||||
title: "Connoisseur",
|
||||
price: "$35",
|
||||
period: "/mo",
|
||||
features: [
|
||||
"Everything in Enthusiast",
|
||||
"10% off storewide",
|
||||
"Exclusive event invites",
|
||||
],
|
||||
id: "pro", title: "Garden Pro", price: "$249", period: "/season", features: [
|
||||
"Everything in Patio Starter", "15% off new arrivals", "Personal design consultation"],
|
||||
button: {
|
||||
text: "Upgrade Now",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936070.jpg?_wi=2",
|
||||
imageAlt: "handcrafted icon golden light",
|
||||
},
|
||||
text: "Get Professional"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-refillable-reusable-container_23-2150936070.jpg?_wi=2", imageAlt: "handcrafted icon golden light"},
|
||||
]}
|
||||
title="Membership Benefits"
|
||||
description="Join our community and unlock exclusive perks, early access, and artisan insights."
|
||||
title="Outdoor Membership"
|
||||
description="Join our community to receive professional care guidance and exclusive furniture discounts."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -227,57 +160,18 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@sarahm",
|
||||
testimonial: "The quality is simply unmatched. You can feel the intention in every piece.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", handle: "@sarahm", testimonial: "My patio looks like a luxury resort now. The teak quality is truly amazing.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Chen",
|
||||
handle: "@dchen",
|
||||
testimonial: "Dozti makes it so easy to discover unique, high-quality artisan goods.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sitting-chair_23-2149241411.jpg",
|
||||
},
|
||||
id: "2", name: "David Chen", handle: "@dchen", testimonial: "Dozti made styling my balcony so easy. Highly recommend their bistro sets!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-sitting-chair_23-2149241411.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rose",
|
||||
handle: "@erose",
|
||||
testimonial: "I bought a custom piece and it's become the highlight of my living space.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14379.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Marcus J.",
|
||||
handle: "@marcusj",
|
||||
testimonial: "Professional, fast, and high-quality. Cannot recommend enough.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-business-embrace-confidence-posing-beauty-black-african-american-isolated-gray-background_640221-39.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Olivia W.",
|
||||
handle: "@oliviaw",
|
||||
testimonial: "Dozti is the best marketplace for truly unique handmade artisan items.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916388.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Julian B.",
|
||||
handle: "@julianb",
|
||||
testimonial: "Every purchase feels like a treasure hunt. I'm obsessed with this service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-short-curly-hair-colorful-shirt-smiling-broadly-hugging-herself-standing-green-wall_141793-29368.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rose", handle: "@erose", testimonial: "This fire pit set is the highlight of my backyard gatherings. Simply stunning.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-dark-jacket-pink-background_179666-14379.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What They Say"
|
||||
description="Real stories from our global community of craft enthusiasts."
|
||||
title="Our Community Says"
|
||||
description="Hear from homeowners who have transformed their outdoor spaces with Dozti."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -287,33 +181,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do you vet your artisans?",
|
||||
content: "We review portfolio submissions, ethical working environment standards, and material certifications for every applicant.",
|
||||
},
|
||||
id: "1", title: "How does your furniture handle extreme weather?", content: "All our furniture undergoes rigorous testing for weather resistance and UV protection, ensuring year-round durability."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is your return policy?",
|
||||
content: "We offer a 30-day return policy for any non-custom items in their original condition.",
|
||||
},
|
||||
id: "2", title: "What is your shipping policy for large items?", content: "We provide white-glove shipping for all large furniture items to ensure they reach your yard in perfect condition."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we ship to over 50 countries worldwide with secure and tracked shipping options.",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Can I request custom commissions?",
|
||||
content: "Most of our artisans offer custom work; please reach out through our contact page to start a conversation.",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "How is my purchase packaged?",
|
||||
content: "We use sustainable, recycled materials to ensure your pieces are safe while keeping our environmental impact low.",
|
||||
},
|
||||
id: "3", title: "Do you offer custom patio planning?", content: "Yes! We offer virtual and in-person consultations to help you design the perfect outdoor setup for your unique space."},
|
||||
]}
|
||||
title="Questions? We have answers."
|
||||
description="Find everything you need to know about our sourcing, shipping, and membership programs."
|
||||
description="Find everything you need to know about our outdoor collections, care, and shipping programs."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -322,58 +197,21 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Join the Waitlist"
|
||||
description="Sign up for early access to our most exclusive artisan drops."
|
||||
buttonText="Subscribe"
|
||||
tag="Get Early Access"
|
||||
variant: "gradient-bars"}}
|
||||
title="Plan Your Oasis"
|
||||
description="Sign up for our seasonal catalog and get early access to exclusive furniture drops."
|
||||
buttonText="Sign Up"
|
||||
tag="Join the Newsletter"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseCard
|
||||
logoText="Dozti"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
{
|
||||
label: "Products",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
<FooterCard
|
||||
logoText="Dozti Outdoor"
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Twitter, href: "#", ariaLabel: "Twitter" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user