Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-03 06:11:38 +00:00

View File

@@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
import { Cog, Diamond, Facebook, Instagram, Smile, Twitter } from "lucide-react";
import { CheckCircle, Cog, Diamond, Facebook, Headphones, Instagram, Shield, Smile, Truck, Twitter } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,56 +33,37 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Testimonials",
id: "#testimonials",
},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ",
id: "#faq",
},
name: "FAQ", id: "#faq"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ec9L417cShrUB4P1IIF1Fkb3dH/uploaded-1780466978842-zmzr62mx.png"
logoAlt="Shulker Store Logo"
brandName="Shulker Store"
button={{
text: "Shop Now",
href: "#products",
}}
text: "Shop Now", href: "#products"}}
/>
</div>
<div id="home" data-section="home">
<HeroBillboardScroll
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Unlock Amazing Finds"
description="Explore a curated collection of premium products, designed to elevate your everyday and bring joy to your life."
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/online-shopping-web-shop-e-shopping-concept_53876-122559.jpg"
imageAlt="Curated product collection for Shulker Store"
@@ -97,19 +78,13 @@ export default function LandingPage() {
description="At Shulker Store, we believe in bringing exceptional quality and unique designs directly to you. Our passion is curating products that delight and inspire, ensuring every purchase is a treasure. We're committed to providing a seamless shopping experience and customer satisfaction."
bulletPoints={[
{
title: "Quality Craftsmanship",
description: "Every product is meticulously selected for its superior quality and durability, ensuring you receive only the best.",
icon: Cog,
title: "Quality Craftsmanship", description: "Every product is meticulously selected for its superior quality and durability, ensuring you receive only the best.", icon: Cog,
},
{
title: "Unique Collections",
description: "Discover exclusive items that you won't find anywhere else, handpicked to stand out in style and function.",
icon: Diamond,
title: "Unique Collections", description: "Discover exclusive items that you won't find anywhere else, handpicked to stand out in style and function.", icon: Diamond,
},
{
title: "Customer Satisfaction",
description: "Our dedicated support team is always ready to assist you, ensuring a smooth and enjoyable shopping journey from start to finish.",
icon: Smile,
title: "Customer Satisfaction", description: "Our dedicated support team is always ready to assist you, ensuring a smooth and enjoyable shopping journey from start to finish.", icon: Smile,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-rendering-modern-luxury-hotel-office-reception-meeting-lounge_105762-2045.jpg"
@@ -124,32 +99,16 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Premium Quality",
description: "We rigorously vet all products to ensure they meet our high standards for durability, design, and performance.",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-management-team-celebrating-passing-solar-plant-machinery-inspection_482257-125770.jpg",
imageAlt: "Hands inspecting product for quality",
buttonIcon: "CheckCircle",
title: "Premium Quality", description: "We rigorously vet all products to ensure they meet our high standards for durability, design, and performance.", imageSrc: "http://img.b2bpic.net/free-photo/pleased-management-team-celebrating-passing-solar-plant-machinery-inspection_482257-125770.jpg", imageAlt: "Hands inspecting product for quality", buttonIcon: CheckCircle,
},
{
title: "Fast & Reliable Shipping",
description: "Get your treasures delivered quickly and safely, with tracking updates every step of the way.",
imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-having-problems-with-transporting-parcel_23-2147767800.jpg",
imageAlt: "Delivery truck with packages",
buttonIcon: "Truck",
title: "Fast & Reliable Shipping", description: "Get your treasures delivered quickly and safely, with tracking updates every step of the way.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-having-problems-with-transporting-parcel_23-2147767800.jpg", imageAlt: "Delivery truck with packages", buttonIcon: Truck,
},
{
title: "Dedicated Support",
description: "Our friendly customer service team is here to assist you with any questions or concerns, anytime.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-with-laptop_23-2149741152.jpg",
imageAlt: "Customer support representative with a headset",
buttonIcon: "Headphones",
title: "Dedicated Support", description: "Our friendly customer service team is here to assist you with any questions or concerns, anytime.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-working-with-laptop_23-2149741152.jpg", imageAlt: "Customer support representative with a headset", buttonIcon: Headphones,
},
{
title: "Secure Payments",
description: "Shop with confidence knowing your transactions are protected by industry-leading security protocols.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt_1921-81.jpg",
imageAlt: "Secure payment icon",
buttonIcon: "Shield",
title: "Secure Payments", description: "Shop with confidence knowing your transactions are protected by industry-leading security protocols.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-accessoires-travel-with-man-clothing-concept-shirt_1921-81.jpg", imageAlt: "Secure payment icon", buttonIcon: Shield,
},
]}
title="Why Choose Us?"
@@ -165,47 +124,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "prod-1",
name: "Elegant Ceramic Vase",
price: "$49.99",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19136.jpg",
imageAlt: "Minimalist ceramic vase",
},
id: "prod-1", name: "Elegant Ceramic Vase", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-composition-with-candles-protea-bouquet_169016-19136.jpg", imageAlt: "Minimalist ceramic vase"},
{
id: "prod-2",
name: "Luxury Leather Wallet",
price: "$79.00",
imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9446.jpg",
imageAlt: "Luxury leather wallet",
},
id: "prod-2", name: "Luxury Leather Wallet", price: "$79.00", imageSrc: "http://img.b2bpic.net/free-photo/fashion-portrait-young-businessman-handsome-model-man-casual-cloth-suit-with-accesories-hands_158538-9446.jpg", imageAlt: "Luxury leather wallet"},
{
id: "prod-3",
name: "Eco-Friendly Travel Mug",
price: "$24.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-cups-with-plastic-cups_23-2148780280.jpg",
imageAlt: "Eco-friendly travel mug",
},
id: "prod-3", name: "Eco-Friendly Travel Mug", price: "$24.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-reusable-cups-with-plastic-cups_23-2148780280.jpg", imageAlt: "Eco-friendly travel mug"},
{
id: "prod-4",
name: "Wireless Noise-Cancelling Earbuds",
price: "$129.99",
imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-with-headphones-young-woman-with-wireless-headphones_169016-61975.jpg",
imageAlt: "Wireless noise-cancelling earbuds",
},
id: "prod-4", name: "Wireless Noise-Cancelling Earbuds", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/cute-young-woman-with-headphones-young-woman-with-wireless-headphones_169016-61975.jpg", imageAlt: "Wireless noise-cancelling earbuds"},
{
id: "prod-5",
name: "Organic Cotton T-Shirt",
price: "$35.00",
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-69526.jpg",
imageAlt: "Organic cotton t-shirt",
},
id: "prod-5", name: "Organic Cotton T-Shirt", price: "$35.00", imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-69526.jpg", imageAlt: "Organic cotton t-shirt"},
{
id: "prod-6",
name: "Artisan Scented Candle",
price: "$29.99",
imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-ceramic-cup-candles-knitted-element_169016-12958.jpg",
imageAlt: "Artisan scented candle",
},
id: "prod-6", name: "Artisan Scented Candle", price: "$29.99", imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-ceramic-cup-candles-knitted-element_169016-12958.jpg", imageAlt: "Artisan scented candle"},
]}
title="Our Exclusive Collection"
description="Browse our handpicked selection of top-quality items. Find what you love and order with ease, with new arrivals regularly!"
@@ -217,14 +146,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Luminara Designs",
"Vanguard Innovations",
"EcoCraft Solutions",
"Global Dynamics",
"Stellar Brands",
"Horizon Ventures",
"Peak Performance",
]}
"Luminara Designs", "Vanguard Innovations", "EcoCraft Solutions", "Global Dynamics", "Stellar Brands", "Horizon Ventures", "Peak Performance"]}
title="Trusted by Customers Everywhere"
description="Join thousands of satisfied shoppers who trust Shulker Store for their premium product needs and exceptional service."
speed={40}
@@ -238,65 +160,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Sarah J.",
date: "2024-03-15",
title: "Absolutely Love My Purchase!",
quote: "The quality of the ceramic vase I ordered exceeded my expectations. It arrived quickly and was perfectly packaged. Shulker Store is now my go-to for unique home decor!",
tag: "Home Decor",
avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg",
avatarAlt: "Sarah J. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23092.jpg",
imageAlt: "Woman happily unboxing a product",
},
id: "1", name: "Sarah J.", date: "2024-03-15", title: "Absolutely Love My Purchase!", quote: "The quality of the ceramic vase I ordered exceeded my expectations. It arrived quickly and was perfectly packaged. Shulker Store is now my go-to for unique home decor!", tag: "Home Decor", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg", avatarAlt: "Sarah J. avatar", imageSrc: "http://img.b2bpic.net/free-photo/cute-girl-with-shopping-bag-city_1157-23092.jpg", imageAlt: "Woman happily unboxing a product"},
{
id: "2",
name: "Michael C.",
date: "2024-03-20",
title: "Exceptional Customer Service",
quote: "I had a question about my order, and the Shulker Store support team was incredibly responsive and helpful. The luxury wallet is fantastic too!",
tag: "Accessories",
avatarSrc: "http://img.b2bpic.net/free-photo/unpleased-young-brunette-caucasian-girl-stands-with-crossed-arms-looking-side-pink_141793-92696.jpg",
avatarAlt: "Michael C. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/excited-girl-shaking-christmas-present_329181-7239.jpg",
imageAlt: "Man smiling with a new wallet",
},
id: "2", name: "Michael C.", date: "2024-03-20", title: "Exceptional Customer Service", quote: "I had a question about my order, and the Shulker Store support team was incredibly responsive and helpful. The luxury wallet is fantastic too!", tag: "Accessories", avatarSrc: "http://img.b2bpic.net/free-photo/unpleased-young-brunette-caucasian-girl-stands-with-crossed-arms-looking-side-pink_141793-92696.jpg", avatarAlt: "Michael C. avatar", imageSrc: "http://img.b2bpic.net/free-photo/excited-girl-shaking-christmas-present_329181-7239.jpg", imageAlt: "Man smiling with a new wallet"},
{
id: "3",
name: "Emily R.",
date: "2024-03-22",
title: "Sustainable and Stylish!",
quote: "I'm so impressed with my new eco-friendly travel mug. It's not only stylish but also keeps my coffee hot for hours. Highly recommend Shulker Store!",
tag: "Eco-Friendly",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg",
avatarAlt: "Emily R. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-sunglasses-carrying-shopping-bags_23-2147823585.jpg",
imageAlt: "Woman holding an eco-friendly mug",
},
id: "3", name: "Emily R.", date: "2024-03-22", title: "Sustainable and Stylish!", quote: "I'm so impressed with my new eco-friendly travel mug. It's not only stylish but also keeps my coffee hot for hours. Highly recommend Shulker Store!", tag: "Eco-Friendly", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-posing-outdoors_23-2151038668.jpg", avatarAlt: "Emily R. avatar", imageSrc: "http://img.b2bpic.net/free-photo/fashionable-woman-sunglasses-carrying-shopping-bags_23-2147823585.jpg", imageAlt: "Woman holding an eco-friendly mug"},
{
id: "4",
name: "David K.",
date: "2024-03-25",
title: "Top-Notch Tech Gadgets",
quote: "The wireless earbuds are a game-changer. Crystal clear sound and comfortable fit. Shulker Store truly delivers on quality tech accessories.",
tag: "Electronics",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg",
avatarAlt: "David K. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-adult-male-checking-his-phone_23-2148316209.jpg",
imageAlt: "Man showing off wireless earbuds",
},
id: "4", name: "David K.", date: "2024-03-25", title: "Top-Notch Tech Gadgets", quote: "The wireless earbuds are a game-changer. Crystal clear sound and comfortable fit. Shulker Store truly delivers on quality tech accessories.", tag: "Electronics", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-business-office-business-center_1303-20365.jpg", avatarAlt: "David K. avatar", imageSrc: "http://img.b2bpic.net/free-photo/handsome-adult-male-checking-his-phone_23-2148316209.jpg", imageAlt: "Man showing off wireless earbuds"},
{
id: "5",
name: "Jessica L.",
date: "2024-03-28",
title: "Comfort and Quality Combined",
quote: "The organic cotton t-shirt is incredibly soft and well-made. It's become my favorite go-to piece. Fantastic products and a great shopping experience.",
tag: "Apparel",
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg",
avatarAlt: "Jessica L. avatar",
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-looking-tablet-floor_23-2147979240.jpg",
imageAlt: "Woman happily wearing a t-shirt",
},
id: "5", name: "Jessica L.", date: "2024-03-28", title: "Comfort and Quality Combined", quote: "The organic cotton t-shirt is incredibly soft and well-made. It's become my favorite go-to piece. Fantastic products and a great shopping experience.", tag: "Apparel", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-woman-work-with-copy-space_23-2148826459.jpg", avatarAlt: "Jessica L. avatar", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-looking-tablet-floor_23-2147979240.jpg", imageAlt: "Woman happily wearing a t-shirt"},
]}
title="Hear From Our Happy Customers"
description="Authentic feedback from our community, sharing their delightful experiences with Shulker Store products and services."
@@ -309,25 +181,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What payment methods do you accept?",
content: "We accept major credit cards (Visa, Mastercard, Amex), PayPal, and other secure payment options. All transactions are encrypted for your safety.",
},
id: "faq-1", title: "What payment methods do you accept?", content: "We accept major credit cards (Visa, Mastercard, Amex), PayPal, and other secure payment options. All transactions are encrypted for your safety."},
{
id: "faq-2",
title: "How long does shipping take?",
content: "Shipping times vary based on your location and selected shipping method. Typically, domestic orders arrive within 3-7 business days, while international orders may take 7-21 business days.",
},
id: "faq-2", title: "How long does shipping take?", content: "Shipping times vary based on your location and selected shipping method. Typically, domestic orders arrive within 3-7 business days, while international orders may take 7-21 business days."},
{
id: "faq-3",
title: "What is your return policy?",
content: "We offer a 30-day return policy for most items, provided they are in unused condition with original packaging. Please see our full Returns & Exchanges page for more details.",
},
id: "faq-3", title: "What is your return policy?", content: "We offer a 30-day return policy for most items, provided they are in unused condition with original packaging. Please see our full Returns & Exchanges page for more details."},
{
id: "faq-4",
title: "Do you offer international shipping?",
content: "Yes, we proudly offer international shipping to many countries worldwide. Shipping costs and delivery times will be calculated at checkout based on your destination.",
},
id: "faq-4", title: "Do you offer international shipping?", content: "Yes, we proudly offer international shipping to many countries worldwide. Shipping costs and delivery times will be calculated at checkout based on your destination."},
]}
title="Frequently Asked Questions"
description="Find quick answers to your most common questions about Shulker Store, our products, ordering process, and delivery."
@@ -339,16 +199,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Get in Touch"
title="Ready to Find Your Next Treasure?"
description="Our dedicated team is here to help with any questions, product inquiries, or assistance you may need. Reach out to us today!"
buttons={[
{
text: "Contact Support",
href: "mailto:support@shulkerstore.com",
},
text: "Contact Support", href: "mailto:support@shulkerstore.com"},
]}
/>
</div>
@@ -362,19 +219,13 @@ export default function LandingPage() {
socialLinks={[
{
icon: Facebook,
href: "https://facebook.com/shulkerstore",
ariaLabel: "Facebook",
},
href: "https://facebook.com/shulkerstore", ariaLabel: "Facebook"},
{
icon: Instagram,
href: "https://instagram.com/shulkerstore",
ariaLabel: "Instagram",
},
href: "https://instagram.com/shulkerstore", ariaLabel: "Instagram"},
{
icon: Twitter,
href: "https://twitter.com/shulkerstore",
ariaLabel: "Twitter",
},
href: "https://twitter.com/shulkerstore", ariaLabel: "Twitter"},
]}
/>
</div>