From 9385deb6edd4c838c54e5e9ee028fe527d644471 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:08:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 ++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 32 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 35119dc..490d5c9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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() {
-
@@ -119,16 +103,19 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} title="Trusted by Innovative Brands" - description="Powering the digital assets for industry-leading creative studios." names={["Neon Dynamics", "Flux Creative", "CyberStudio", "Depth Labs", "PixelShift"]} />