Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a45cabb1f1 | |||
| 0df88acc79 | |||
| e9c9aed3cf | |||
| 9a0cd15b78 | |||
| 9bbe06dbff | |||
| edbffc1c69 | |||
| dc23f014d7 |
148
src/app/page.tsx
148
src/app/page.tsx
@@ -2,16 +2,16 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactText from '@/components/sections/contact/ContactText';
|
||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||||
import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia';
|
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import { Award, Star, Zap } from "lucide-react";
|
import { Award, Star, Zap, ChevronRight } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -19,13 +19,13 @@ export default function LandingPage() {
|
|||||||
defaultButtonVariant="icon-arrow"
|
defaultButtonVariant="icon-arrow"
|
||||||
defaultTextAnimation="reveal-blur"
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="small"
|
contentWidth="medium"
|
||||||
sizing="mediumLargeSizeLargeTitles"
|
sizing="largeSizeMediumTitles"
|
||||||
background="noiseDiagonalGradient"
|
background="noise"
|
||||||
cardStyle="gradient-mesh"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="primary-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="semibold"
|
headingFontWeight="bold"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
|||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "hero" },
|
{ name: "Home", id: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
{ name: "Features", id: "/features" },
|
{ name: "Features", id: "features" },
|
||||||
{ name: "Products", id: "products" },
|
{ name: "Products", id: "products" },
|
||||||
{ name: "Testimonials", id: "testimonials" },
|
{ name: "Testimonials", id: "testimonials" },
|
||||||
{ name: "FAQ", id: "faq" },
|
{ name: "FAQ", id: "faq" },
|
||||||
@@ -44,107 +44,103 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitDualMedia
|
<HeroBillboardScroll
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
title="Enter the Spider-Verse"
|
title="Enter the Spider-Verse"
|
||||||
description="Discover a collection of breathtaking imagery featuring your neighborhood wall-crawler in action."
|
description="Discover a collection of breathtaking imagery featuring your neighborhood wall-crawler in action."
|
||||||
tag="New Collection"
|
tag="New Collection"
|
||||||
mediaItems={[
|
imageSrc="http://img.b2bpic.net/free-photo/view-futuristic-mystical-other-worldly-sky_23-2150946920.jpg"
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/view-futuristic-mystical-other-worldly-sky_23-2150946920.jpg", imageAlt: "Spiderman Night" },
|
buttons={[{ text: "Explore Now", href: "#products" }]}
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-spider-web_127675-2736.jpg", imageAlt: "Spiderman Action" }
|
|
||||||
]}
|
|
||||||
mediaAnimation="blur-reveal"
|
|
||||||
rating={5}
|
|
||||||
ratingText="Rated 5 stars by over 10,000 fans"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="about" data-section="about">
|
<div id="about" data-section="about">
|
||||||
<AboutMetric
|
<SplitAbout
|
||||||
useInvertedBackground={true}
|
|
||||||
title="Universe Insights"
|
title="Universe Insights"
|
||||||
metrics={[
|
description="Dive deep into the legacy of the most iconic web-slinger through our curated gallery."
|
||||||
{ icon: Star, label: "Images Captured", value: "500+" },
|
bulletPoints={[
|
||||||
{ icon: Zap, label: "Active Users", value: "1.2M" },
|
{ title: "High Definition", description: "Crystal clear imagery of every web-pattern.", icon: Star },
|
||||||
{ icon: Award, label: "Fan Favorites", value: "85k" }
|
{ title: "Fan Community", description: "Join millions of fans worldwide.", icon: Zap },
|
||||||
|
{ title: "Official Gear", description: "Authentic memorabilia authenticated by fans.", icon: Award }
|
||||||
]}
|
]}
|
||||||
metricsAnimation="slide-up"
|
imageSrc="http://img.b2bpic.net/free-photo/close-up-spider-web_127675-2736.jpg"
|
||||||
|
textboxLayout="split"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardSix
|
<FeatureCardTwentySix
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
features={[
|
|
||||||
{ title: "Suit Evolution", description: "From classic red/blue to high-tech metallic gear.", imageSrc: "http://img.b2bpic.net/free-photo/detailed-structure-marble-natural-pattern-background-design_1258-79115.jpg", imageAlt: "Mask" },
|
|
||||||
{ title: "Iconic Poses", description: "Capturing the grace and strength of Spiderman.", imageSrc: "http://img.b2bpic.net/free-photo/terrible-fantasy-scenes-digital-illustrations_456031-57.jpg", imageAlt: "Action" },
|
|
||||||
{ title: "Web Technology", description: "Innovative designs integrated into every wall-crawl.", imageSrc: "http://img.b2bpic.net/free-photo/abstract-spider-web-halloween-texture-design_23-2151853386.jpg", imageAlt: "Tech" }
|
|
||||||
]}
|
|
||||||
title="Why Spidey Matters"
|
title="Why Spidey Matters"
|
||||||
description="Exploring the legend, the suits, and the stories."
|
description="Explore the legend through our unique features."
|
||||||
|
useInvertedBackground={true}
|
||||||
|
features={[
|
||||||
|
{ title: "Suit Evolution", description: "A look at every major suit design.", buttonIcon: ChevronRight },
|
||||||
|
{ title: "Iconic Poses", description: "Capturing grace in motion.", buttonIcon: ChevronRight },
|
||||||
|
{ title: "Web Tech", description: "Innovation behind the wall-crawl.", buttonIcon: ChevronRight },
|
||||||
|
{ title: "Story Arcs", description: "Moments that defined a generation.", buttonIcon: ChevronRight }
|
||||||
|
]}
|
||||||
|
textboxLayout="default"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="products" data-section="products">
|
<div id="products" data-section="products">
|
||||||
<ProductCardThree
|
<ProductCardTwo
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
gridVariant="three-columns-all-equal-width"
|
|
||||||
useInvertedBackground={true}
|
|
||||||
products={[
|
|
||||||
{ id: "p1", name: "Collector Figurine", price: "$49", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fantasy-male-creature-from-sea_23-2151609066.jpg" },
|
|
||||||
{ id: "p2", name: "Hero Case", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-spider-with-poly-effect_23-2150963788.jpg" },
|
|
||||||
{ id: "p3", name: "Comic Set", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/portrait-woman-with-cool-superhero-suit_23-2150944772.jpg" }
|
|
||||||
]}
|
|
||||||
title="Spidey Collection"
|
title="Spidey Collection"
|
||||||
description="Exclusive gear and memorabilia for every fan."
|
description="Exclusive fan-favorite gear."
|
||||||
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
|
animationType="slide-up"
|
||||||
|
products={[
|
||||||
|
{ id: "1", brand: "Official", name: "Collector Figurine", price: "$49", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fantasy-male-creature-from-sea_23-2151609066.jpg" },
|
||||||
|
{ id: "2", brand: "Official", name: "Hero Case", price: "$29", rating: 5, reviewCount: "850", imageSrc: "http://img.b2bpic.net/free-photo/three-dimensional-spider-with-poly-effect_23-2150963788.jpg" }
|
||||||
|
]}
|
||||||
|
textboxLayout="default"
|
||||||
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardFive
|
<TestimonialCardTwelve
|
||||||
textboxLayout="default"
|
cardTitle="Fan Stories"
|
||||||
|
cardTag="Testimonials"
|
||||||
|
cardAnimation="blur-reveal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Sarah J.", date: "2023", title: "Top Fan", quote: "The imagery is absolutely cinematic!", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/angry-young-superhero-guy-showing-thumbs-up-isolated-green_141793-94867.jpg" },
|
{ id: "t1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/angry-young-superhero-guy-showing-thumbs-up-isolated-green_141793-94867.jpg" },
|
||||||
{ id: "2", name: "Mike L.", date: "2024", title: "Collector", quote: "Incredible details in every shot.", tag: "Pro", avatarSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-superwoman-red-cape-looking-front-isolated-white-wall_141793-74227.jpg" }
|
{ id: "t2", name: "Mike L.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-blonde-superwoman-red-cape-looking-front-isolated-white-wall_141793-74227.jpg" }
|
||||||
]}
|
]}
|
||||||
title="Fan Stories"
|
|
||||||
description="Hear what others say about the Spider-Verse."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqSplitText
|
||||||
textboxLayout="default"
|
sideTitle="Frequently Asked"
|
||||||
useInvertedBackground={true}
|
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "q1", title: "Is the gallery updated?", content: "Yes, new shots are added weekly." },
|
{ id: "1", title: "Is the gallery updated?", content: "Yes, our team updates the collection every week." },
|
||||||
{ id: "q2", title: "Are products licensed?", content: "All items are 100% official merchandise." }
|
{ id: "2", title: "Are items licensed?", content: "Everything in our collection is 100% officially licensed."}
|
||||||
]}
|
]}
|
||||||
title="Got Questions?"
|
faqsAnimation="slide-up"
|
||||||
description="Common questions about our gallery and collection."
|
useInvertedBackground={false}
|
||||||
faqsAnimation="opacity"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactText
|
||||||
|
text="Join the Spider-Team today and never miss an update"
|
||||||
|
background={{ variant: "radial-gradient" }}
|
||||||
|
buttons={[{ text: "Contact Us", href: "#" }]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "sparkles-gradient" }}
|
|
||||||
tag="Contact"
|
|
||||||
title="Join the Spider-Team"
|
|
||||||
description="Get latest news and exclusive drop alerts."
|
|
||||||
buttons={[{ text: "Contact Support", href: "#" }]}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterSimple
|
||||||
logoText="SpideyWeb"
|
columns={[
|
||||||
leftLink={{ text: "Privacy Policy", href: "#" }}
|
{ title: "Links", items: [{ label: "Home", href: "#" }, { label: "Gallery", href: "#" }] },
|
||||||
rightLink={{ text: "Terms of Service", href: "#" }}
|
{ title: "Legal", items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] }
|
||||||
|
]}
|
||||||
|
bottomLeftText="© 2024 SpideyWeb"
|
||||||
|
bottomRightText="Designed for true fans."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -17,8 +17,8 @@
|
|||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #010101;
|
--secondary-cta: #010101;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #1f7cff;
|
--accent: #535353;
|
||||||
--background-accent: #f96b2f;
|
--background-accent: #1f7cff;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user