Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2c1d7bdf52 | |||
| 4b918318ad | |||
| aca64f306e | |||
| 9385deb6ed | |||
| ef1e797eaf | |||
| 3e56815af1 | |||
| e54ef508b6 |
@@ -3,13 +3,13 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||
import { Shield, Star, Zap } from "lucide-react";
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Shield, Star, Zap, MessageSquare } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -46,20 +46,9 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{ name: "Alex Rivers", handle: "@alexdesign", testimonial: "The 8D effects are absolutely stunning. My UI projects look incredible!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg?_wi=1" },
|
||||
{ name: "Jamie Lee", handle: "@jamiecreations", testimonial: "Top-tier sticker quality. Unmatched 3D depth and detail.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512132.jpg?_wi=1" },
|
||||
{ name: "Sam Taylor", handle: "@samtaylor", testimonial: "Futuristic designs that fit my brand perfectly. Highly recommend.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg?_wi=1" },
|
||||
{ name: "Casey White", handle: "@caseywhite", testimonial: "These stickers are a game changer for my digital art.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346507.jpg?_wi=1" },
|
||||
{ name: "Morgan Black", handle: "@mblackart", testimonial: "Unique 8D visual style that pops off the screen!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/unhappy-indian-programmer-looking-computer-pc-screen_231208-3666.jpg?_wi=1" },
|
||||
]}
|
||||
buttons={[{ text: "Explore Collection", href: "#products" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/row-blue-liquid-glasses-with-shadow-colored-background_23-2147949151.jpg"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg", alt: "User 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512132.jpg", alt: "User 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg", alt: "User 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346507.jpg", alt: "User 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/unhappy-indian-programmer-looking-computer-pc-screen_231208-3666.jpg", alt: "User 5" },
|
||||
]}
|
||||
avatarText="Join 5,000+ creative professionals"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -88,9 +77,6 @@ export default function LandingPage() {
|
||||
{ id: "1", name: "Holo-Cube 3D", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/3d-view-letters-alphabet_23-2150499156.jpg" },
|
||||
{ id: "2", name: "Deep-Space 8D Sphere", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-ferromagnetic-fluid-with-warm-colours-shades_23-2148253617.jpg" },
|
||||
{ id: "3", name: "Neon-Trim Abstract", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-vector/vector-banner-label-collection_53876-81465.jpg" },
|
||||
{ id: "4", name: "Cyberpunk Edge", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/bright-neon-colors-illuminated-arrow_23-2151204980.jpg" },
|
||||
{ id: "5", name: "Crystal-Core 3D", price: "$11.00", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-technology-background-with-connecting-lines-dots_1048-14613.jpg" },
|
||||
{ id: "6", name: "Glossy-Interface Badge", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-vector/black-round-sticker-realistic-circle-adhesive-sticker-tags-with-peeling-corners_145391-1508.jpg" },
|
||||
]}
|
||||
title="Latest 3D & 8D Arrivals"
|
||||
description="Choose from our premium selection of dimensional stickers."
|
||||
@@ -98,19 +84,17 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
<TestimonialCardTwo
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
useInvertedBackground={true}
|
||||
title="Community Love"
|
||||
description="What our global creative community says about us."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alex Rivers", handle: "@alexdesign", testimonial: "Absolutely obsessed with these new 8D designs.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-4617.jpg?_wi=2" },
|
||||
{ id: "t2", name: "Jamie Lee", handle: "@jamiecreations", testimonial: "Sticker quality is unmatched. Pure visual art.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-standing-universe-texture-projection_23-2149512132.jpg?_wi=2" },
|
||||
{ id: "t3", name: "Sam Taylor", handle: "@samtaylor", testimonial: "Essential for my projects now.", imageSrc: "http://img.b2bpic.net/free-photo/professional-gamer-participating-online-multiplayer-esports-tournament-using-powerful-desktop-pc_482257-77074.jpg?_wi=2" },
|
||||
{ id: "t4", name: "Casey White", handle: "@caseywhite", testimonial: "Fast delivery and futuristic designs.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-interior-design-project_23-2150346507.jpg?_wi=2" },
|
||||
{ id: "t5", name: "Morgan Black", handle: "@mblackart", testimonial: "The best 3D stickers I've ever purchased.", imageSrc: "http://img.b2bpic.net/free-photo/unhappy-indian-programmer-looking-computer-pc-screen_231208-3666.jpg?_wi=2" },
|
||||
{ id: "t1", name: "Alex Rivers", role: "UI Designer", testimonial: "Absolutely obsessed with these new 8D designs.", icon: MessageSquare },
|
||||
{ id: "t2", name: "Jamie Lee", role: "3D Artist", testimonial: "Sticker quality is unmatched. Pure visual art.", icon: MessageSquare },
|
||||
{ id: "t3", name: "Sam Taylor", role: "Developer", testimonial: "Essential for my projects now.", icon: MessageSquare },
|
||||
]}
|
||||
title="From the Creative Community"
|
||||
description="See how creators use our dimensional sticker designs."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -119,16 +103,20 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Trusted by Innovative Brands"
|
||||
description="Powering the digital assets for industry-leading creative studios."
|
||||
description="Partnering with the industry's finest."
|
||||
names={["Neon Dynamics", "Flux Creative", "CyberStudio", "Depth Labs", "PixelShift"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="StickerVerse"
|
||||
leftLink={{ text: "Terms of Service", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{ title: "Product", items: [{ label: "3D Stickers" }, { label: "8D Collection" }, { label: "Custom Orders" }] },
|
||||
{ title: "Company", items: [{ label: "About" }, { label: "Careers" }, { label: "Support" }] },
|
||||
{ title: "Legal", items: [{ label: "Terms" }, { label: "Privacy" }, { label: "License" }] }
|
||||
]}
|
||||
bottomLeftText="© 2024 StickerVerse"
|
||||
bottomRightText="All Rights Reserved"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user