220 lines
12 KiB
TypeScript
220 lines
12 KiB
TypeScript
"use client";
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
import HeroSplit from "@/components/sections/hero/HeroSplit";
|
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
|
import SplitAbout from "@/components/sections/about/SplitAbout";
|
|
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
|
import PricingCardThree from "@/components/sections/pricing/PricingCardThree";
|
|
import FaqSplitText from "@/components/sections/faq/FaqSplitText";
|
|
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
|
import { Sparkles, Star, CheckCircle, Truck, Shield } from "lucide-react";
|
|
|
|
export default function LandingPage() {
|
|
return (
|
|
<ThemeProvider
|
|
defaultButtonVariant="bounce-effect"
|
|
defaultTextAnimation="reveal-blur"
|
|
borderRadius="pill"
|
|
contentWidth="small"
|
|
sizing="largeSmallSizeMediumTitles"
|
|
background="fluid"
|
|
cardStyle="gradient-radial"
|
|
primaryButtonStyle="flat"
|
|
secondaryButtonStyle="solid"
|
|
headingFontWeight="medium"
|
|
>
|
|
<div id="nav" data-section="nav">
|
|
<NavbarLayoutFloatingOverlay
|
|
brandName="ShopHub"
|
|
navItems={[
|
|
{ name: "Products", id: "products" },
|
|
{ name: "Features", id: "features" },
|
|
{ name: "Testimonials", id: "testimonials" },
|
|
{ name: "Pricing", id: "pricing" },
|
|
{ name: "FAQ", id: "faq" },
|
|
]}
|
|
button={{ text: "Shop Now", href: "products" }}
|
|
/>
|
|
</div>
|
|
|
|
<div id="hero" data-section="hero">
|
|
<HeroSplit
|
|
title="Discover Premium Products Online"
|
|
description="Shop the finest collection of curated products delivered straight to your door. Experience hassle-free shopping with competitive prices and exceptional quality."
|
|
tag="New Collections"
|
|
tagIcon={Sparkles}
|
|
tagAnimation="slide-up"
|
|
background={{ variant: "glowing-orb" }}
|
|
imageSrc="http://img.b2bpic.net/free-photo/african-american-man-looks-clothes-online-touch-screen-monitor-fashion-boutique-mall-self-service-board-male-customer-looking-trendy-clothes-items-retail-kiosk-display_482257-63314.jpg"
|
|
imageAlt="Premium product collection display"
|
|
imagePosition="right"
|
|
buttons={[
|
|
{ text: "Start Shopping", href: "products" },
|
|
{ text: "View Collections", href: "#" },
|
|
]}
|
|
buttonAnimation="slide-up"
|
|
mediaAnimation="slide-up"
|
|
/>
|
|
</div>
|
|
|
|
<div id="products" data-section="products">
|
|
<ProductCardOne
|
|
title="Featured Products"
|
|
description="Explore our handpicked selection of premium items. Each product is carefully curated for quality and value."
|
|
tag="Best Sellers"
|
|
tagIcon={Star}
|
|
tagAnimation="slide-up"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
gridVariant="three-columns-all-equal-width"
|
|
products={[
|
|
{
|
|
id: "1", name: "Premium Wireless Headphones", price: "$129.99", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-headphones-head-shopping-mall_23-2148397218.jpg", imageAlt: "wireless headphones audio electronics"},
|
|
{
|
|
id: "2", name: "Ultra HD Camera", price: "$299.99", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-digital-camera-bokeh-lights-background_181624-61226.jpg", imageAlt: "camera photography digital"},
|
|
{
|
|
id: "3", name: "Smart Watch Pro", price: "$199.99", imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-screen_53876-89049.jpg", imageAlt: "smartwatch wearable tech"},
|
|
{
|
|
id: "4", name: "Portable Power Bank", price: "$49.99", imageSrc: "http://img.b2bpic.net/free-photo/powerbank-cellphone-wooden-table_93675-128974.jpg", imageAlt: "power bank portable charger battery"},
|
|
{
|
|
id: "5", name: "Wireless Charger", price: "$39.99", imageSrc: "http://img.b2bpic.net/free-photo/flatlay-smartphone-accessories_53876-33530.jpg", imageAlt: "wireless charger charging technology"},
|
|
{
|
|
id: "6", name: "Bluetooth Speaker", price: "$79.99", imageSrc: "http://img.b2bpic.net/free-photo/teenage-online-star-home-studio-filming-speakers-review-close-up_482257-82726.jpg", imageAlt: "bluetooth speaker audio portable"},
|
|
]}
|
|
buttons={[{ text: "View All Products", href: "#" }]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="features" data-section="features">
|
|
<SplitAbout
|
|
title="Why Choose Our Store"
|
|
description="We're committed to providing you with the best online shopping experience. From quality products to exceptional service."
|
|
tag="Our Advantages"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
imagePosition="right"
|
|
imageSrc="http://img.b2bpic.net/free-photo/blonde-woman-talking-phone_23-2148660693.jpg"
|
|
mediaAnimation="slide-up"
|
|
bulletPoints={[
|
|
{
|
|
title: "100% Authentic Products", description: "All items are verified and sourced directly from trusted manufacturers.", icon: CheckCircle,
|
|
},
|
|
{
|
|
title: "Fast & Free Shipping", description: "Free delivery on orders over $50. Usually arrives within 3-5 business days.", icon: Truck,
|
|
},
|
|
{
|
|
title: "Secure Payment", description: "Multiple payment options with bank-level encryption for your safety.", icon: Shield,
|
|
},
|
|
{
|
|
title: "Easy Returns", description: "30-day money-back guarantee. No questions asked. Hassle-free returns."},
|
|
]}
|
|
buttons={[{ text: "Learn More", href: "#" }]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="testimonials" data-section="testimonials">
|
|
<TestimonialCardSixteen
|
|
title="What Our Customers Say"
|
|
description="Real reviews from satisfied customers who trust our platform for their shopping needs."
|
|
tag="Customer Reviews"
|
|
textboxLayout="default"
|
|
useInvertedBackground={false}
|
|
animationType="slide-up"
|
|
testimonials={[
|
|
{
|
|
id: "1", name: "Sarah Johnson", role: "Verified Buyer", company: "Tech Enthusiast", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=1", imageAlt: "woman portrait profile picture headshot"},
|
|
{
|
|
id: "2", name: "Michael Chen", role: "Regular Customer", company: "Happy Shopper", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-looking-camera_23-2148179012.jpg?_wi=1", imageAlt: "man portrait profile picture headshot"},
|
|
{
|
|
id: "3", name: "Emily Rodriguez", role: "Verified Buyer", company: "Fashion Lover", rating: 5,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-blond-short-hair-tanned-smiling-cute-gazing-camera-with-friendly_176420-44610.jpg?_wi=2", imageAlt: "woman portrait profile picture avatar"},
|
|
{
|
|
id: "4", name: "David Kim", role: "Loyal Customer", company: "Value Seeker", rating: 4,
|
|
imageSrc: "http://img.b2bpic.net/free-photo/handsome-bearded-man-looking-camera_23-2148179012.jpg?_wi=2", imageAlt: "man portrait profile picture headshot"},
|
|
]}
|
|
kpiItems={[
|
|
{ value: "50K+", label: "Happy Customers" },
|
|
{ value: "98%", label: "Satisfaction Rate" },
|
|
{ value: "15K+", label: "Products Available" },
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="pricing" data-section="pricing">
|
|
<PricingCardThree
|
|
title="Membership Plans"
|
|
description="Choose the plan that works best for you and unlock exclusive benefits."
|
|
tag="Special Offers"
|
|
textboxLayout="default"
|
|
useInvertedBackground={true}
|
|
animationType="slide-up"
|
|
plans={[
|
|
{
|
|
id: "1", price: "Free", name: "Starter", buttons: [
|
|
{ text: "Get Started", href: "#" },
|
|
{ text: "Learn More", href: "#" },
|
|
],
|
|
features: [
|
|
"Access to basic products", "Standard shipping", "Email support", "Basic returns policy"],
|
|
},
|
|
{
|
|
id: "2", badge: "Most Popular", badgeIcon: Sparkles,
|
|
price: "$9.99/mo", name: "Premium", buttons: [
|
|
{ text: "Subscribe Now", href: "#" },
|
|
{ text: "Chat Sales", href: "#" },
|
|
],
|
|
features: [
|
|
"Access to all products", "Free shipping on all orders", "Priority support", "Exclusive discounts", "30-day returns"],
|
|
},
|
|
{
|
|
id: "3", price: "$19.99/mo", name: "Elite", buttons: [
|
|
{ text: "Subscribe Now", href: "#" },
|
|
{ text: "Contact Us", href: "#" },
|
|
],
|
|
features: [
|
|
"Access to all products", "Free express shipping", "24/7 VIP support", "Extra member discounts", "60-day returns", "Early access to sales"],
|
|
},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="faq" data-section="faq">
|
|
<FaqSplitText
|
|
sideTitle="Frequently Asked Questions"
|
|
sideDescription="Find answers to common questions about our products, shipping, and policies."
|
|
textPosition="left"
|
|
useInvertedBackground={false}
|
|
faqsAnimation="slide-up"
|
|
faqs={[
|
|
{
|
|
id: "1", title: "What is your return policy?", content: "We offer a 30-day money-back guarantee on all products. If you're not satisfied, simply contact our support team for a hassle-free return process."},
|
|
{
|
|
id: "2", title: "How long does shipping take?", content: "Standard shipping typically takes 5-7 business days. Express shipping options are available for faster delivery. Free shipping on orders over $50."},
|
|
{
|
|
id: "3", title: "Are your products authentic?", content: "Yes, all our products are 100% authentic and sourced directly from authorized manufacturers. We guarantee quality on every item."},
|
|
{
|
|
id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards, debit cards, PayPal, Apple Pay, and Google Pay. All transactions are secure and encrypted."},
|
|
{
|
|
id: "5", title: "Can I track my order?", content: "Yes! Once your order ships, you'll receive a tracking number via email so you can monitor your delivery in real-time."},
|
|
{
|
|
id: "6", title: "Do you offer customer support?", content: "Absolutely! Our support team is available 24/7 via email, chat, and phone. We're here to help with any questions or concerns."},
|
|
]}
|
|
/>
|
|
</div>
|
|
|
|
<div id="footer" data-section="footer">
|
|
<FooterLogoReveal
|
|
logoText="ShopHub"
|
|
leftLink={{ text: "Privacy Policy", href: "#" }}
|
|
rightLink={{ text: "Terms of Service", href: "#" }}
|
|
/>
|
|
</div>
|
|
</ThemeProvider>
|
|
);
|
|
}
|