Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
148
src/app/page.tsx
148
src/app/page.tsx
@@ -3,13 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import { Award, Gift, Shield, ShieldCheck, Star, Zap } from "lucide-react";
|
||||
@@ -30,16 +30,12 @@ export default function LandingPage() {
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Testimonials", id: "testimonials"},
|
||||
{
|
||||
name: "Contact", id: "contact"},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="AniStore"
|
||||
/>
|
||||
@@ -47,27 +43,14 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Unleash Your Inner Otaku"
|
||||
description="Discover premium, handcrafted anime figures from your favorite series. Elevate your collection today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now", href: "#products"},
|
||||
]}
|
||||
buttons={[{ text: "Shop Now", href: "#products" }]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-authentic-woman-studio_23-2149419319.jpg", imageAlt: "Premium Figure 1"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-concept-human_23-2150688389.jpg", imageAlt: "Premium Figure 2"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-anime-character-shopping-cartoon-style_23-2151644460.jpg", imageAlt: "Premium Figure 3"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dark-style-lamp-design_23-2151105955.jpg", imageAlt: "Premium Figure 4"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-blue-lights-visual-effects_23-2149419477.jpg", imageAlt: "Premium Figure 5"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-working-as-interior-designer_23-2150346463.jpg", imageAlt: "Premium Figure 6"},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/full-shot-authentic-woman-studio_23-2149419319.jpg", imageAlt: "Premium Figure 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-concept-human_23-2150688389.jpg", imageAlt: "Premium Figure 2" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/portrait-anime-character-shopping-cartoon-style_23-2151644460.jpg", imageAlt: "Premium Figure 3" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -78,15 +61,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Our Passion for Perfection"
|
||||
metrics={[
|
||||
{
|
||||
icon: Star,
|
||||
label: "Figures Delivered", value: "15,000+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Verified Collectors", value: "8,000+"},
|
||||
{
|
||||
icon: Shield,
|
||||
label: "Authenticity Guarantee", value: "100%"},
|
||||
{ icon: Star, label: "Figures Delivered", value: "15,000+" },
|
||||
{ icon: Award, label: "Verified Collectors", value: "8,000+" },
|
||||
{ icon: Shield, label: "Authenticity Guarantee", value: "100%" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -98,15 +75,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Fast Shipping", description: "Get your favorite characters delivered to your door in days."},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "100% Authentic", description: "Every item is guaranteed genuine from trusted manufacturers."},
|
||||
{
|
||||
icon: Gift,
|
||||
title: "Collector Grade Packaging", description: "We ensure your figures arrive in pristine condition every time."},
|
||||
{ icon: Zap, title: "Fast Shipping", description: "Get your favorite characters delivered to your door in days." },
|
||||
{ icon: ShieldCheck, title: "100% Authentic", description: "Every item is guaranteed genuine from trusted manufacturers." },
|
||||
{ icon: Gift, title: "Collector Grade Packaging", description: "We ensure your figures arrive in pristine condition every time." },
|
||||
]}
|
||||
title="Why Choose AniStore"
|
||||
description="We source the finest quality figures for dedicated collectors like you."
|
||||
@@ -120,18 +91,10 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Cyber Samurai", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/anime-style-portrait-traditional-japanese-samurai-character_23-2151499078.jpg"},
|
||||
{
|
||||
id: "2", name: "Neon Blade Hero", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-yeti-cartoon-with-yellow-background_23-2150269821.jpg"},
|
||||
{
|
||||
id: "3", name: "Mini Chibi Set", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/anime-girl-photographer-field-flowers_23-2152016671.jpg"},
|
||||
{
|
||||
id: "4", name: "Spirit Warrior", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/soviet-dolls-toys-chernobyl-nuclear-disaster-area_627829-11655.jpg"},
|
||||
{
|
||||
id: "5", name: "Shadow Assassin", price: "$99", imageSrc: "http://img.b2bpic.net/free-photo/young-person-holding-rose-valentines_1048-17891.jpg"},
|
||||
{
|
||||
id: "6", name: "Collector's Dream", price: "$299", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-traditional-chinese-umbrella_23-2152023651.jpg"},
|
||||
{ id: "1", name: "Cyber Samurai", price: "$129", imageSrc: "http://img.b2bpic.net/free-photo/anime-style-portrait-traditional-japanese-samurai-character_23-2151499078.jpg" },
|
||||
{ id: "2", name: "Neon Blade Hero", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-yeti-cartoon-with-yellow-background_23-2150269821.jpg" },
|
||||
{ id: "3", name: "Mini Chibi Set", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/anime-girl-photographer-field-flowers_23-2152016671.jpg" },
|
||||
{ id: "4", name: "Spirit Warrior", price: "$159", imageSrc: "http://img.b2bpic.net/free-photo/soviet-dolls-toys-chernobyl-nuclear-disaster-area_627829-11655.jpg" },
|
||||
]}
|
||||
title="Latest Arrivals"
|
||||
description="Check out our newest additions to the store."
|
||||
@@ -144,12 +107,9 @@ export default function LandingPage() {
|
||||
title="Community Milestones"
|
||||
tag="Growing Fast"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1", value: "500+", description: "Happy Reviews"},
|
||||
{
|
||||
id: "m2", value: "10k+", description: "Followers"},
|
||||
{
|
||||
id: "m3", value: "50+", description: "New Products Monthly"},
|
||||
{ id: "m1", value: "500+", description: "Happy Reviews" },
|
||||
{ id: "m2", value: "10k+", description: "Followers" },
|
||||
{ id: "m3", value: "50+", description: "New Products Monthly" },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -162,21 +122,9 @@ export default function LandingPage() {
|
||||
gridVariant="full-width-top-items-bottom-row"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1", name: "Hiroshi K.", role: "Collector", company: "AniFan", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151500968.jpg"},
|
||||
{
|
||||
id: "t2", name: "Sarah M.", role: "Fan", company: "FigureHunter", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/gen-z-person-exploring-absurdist-fashion-beauty_23-2151104048.jpg"},
|
||||
{
|
||||
id: "t3", name: "David W.", role: "Pro Collector", company: "Hobbyist", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-cartoon-character-shopping_23-2151656746.jpg"},
|
||||
{
|
||||
id: "t4", name: "Elena R.", role: "Fan", company: "OtakuStore", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-cartoon-character-shopping_23-2151656744.jpg"},
|
||||
{
|
||||
id: "t5", name: "Marcus L.", role: "Collector", company: "FigureWorld", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-young-brunette-woman_273609-37161.jpg"},
|
||||
{ id: "t1", name: "Hiroshi K.", role: "Collector", company: "AniFan", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/beauty-salon-with-cosmetology-equipment-anime-style_23-2151500968.jpg" },
|
||||
{ id: "t2", name: "Sarah M.", role: "Fan", company: "FigureHunter", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/gen-z-person-exploring-absurdist-fashion-beauty_23-2151104048.jpg" },
|
||||
{ id: "t3", name: "David W.", role: "Pro Collector", company: "Hobbyist", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/view-cartoon-character-shopping_23-2151656746.jpg" },
|
||||
]}
|
||||
title="Collector Voices"
|
||||
description="See what our passionate community says about their new figures."
|
||||
@@ -188,12 +136,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Are your figures authentic?", content: "Yes, we only carry 100% genuine products sourced directly from official manufacturers."},
|
||||
{
|
||||
id: "f2", title: "How do you pack figures?", content: "We use double-boxing and premium protection materials to ensure your collectibles arrive in mint condition."},
|
||||
{
|
||||
id: "f3", title: "Do you ship internationally?", content: "Absolutely! We offer worldwide shipping options to major collectors' hubs."},
|
||||
{ id: "f1", title: "Are your figures authentic?", content: "Yes, we only carry 100% genuine products sourced directly from official manufacturers." },
|
||||
{ id: "f2", title: "How do you pack figures?", content: "We use double-boxing and premium protection materials to ensure your collectibles arrive in mint condition." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common shipping, returns, and authenticity questions."
|
||||
@@ -202,42 +146,22 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Newsletter"
|
||||
title="Stay Connected"
|
||||
description="Sign up for our newsletter to get alerts on rare arrivals and exclusive discounts."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-holding-fortune-cookie-chinese-new-year_23-2148357368.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterBaseCard
|
||||
logoText="AniStore"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Home", href: "#hero"},
|
||||
{
|
||||
label: "Products", href: "#products"},
|
||||
{
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "Navigation", items: [{ label: "Home", href: "#hero" }, { label: "Products", href: "#products" }] },
|
||||
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2024 AniStore. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user