Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-05 12:21:20 +00:00

View File

@@ -9,6 +9,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
import { Zap, Layout, Shield, Brain } from 'lucide-react';
export default function LandingPage() {
return (
@@ -29,17 +30,11 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Products",
id: "products",
},
name: "Products", id: "products"},
{
name: "Features",
id: "features",
},
name: "Features", id: "features"},
{
name: "Support",
id: "support",
},
name: "Support", id: "support"},
]}
brandName="Innovation"
/>
@@ -48,19 +43,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
logoText="The next standard in innovation."
description="Experience unparalleled performance, sleek design, and intuitive technology engineered for your future."
buttons={[
{
text: "Learn More",
href: "#features",
},
text: "Learn More", href: "#features"},
{
text: "Buy Now",
href: "#products",
},
text: "Buy Now", href: "#products"},
]}
imageSrc="http://img.b2bpic.net/free-photo/neon-robot-vacuum-cleaner_23-2151349187.jpg"
imageAlt="The new innovation showcase"
@@ -76,41 +66,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Nexus Phone X",
price: "$999",
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-two-croissants_23-2149277917.jpg",
},
id: "1", name: "Nexus Phone X", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-photo-two-croissants_23-2149277917.jpg"},
{
id: "2",
name: "Pro Laptop 16",
price: "$2499",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722646.jpg",
},
id: "2", name: "Pro Laptop 16", price: "$2499", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722646.jpg"},
{
id: "3",
name: "Core Watch",
price: "$399",
imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-tablet-near-keyboard_23-2147864695.jpg",
},
id: "3", name: "Core Watch", price: "$399", imageSrc: "http://img.b2bpic.net/free-photo/smartwatch-tablet-near-keyboard_23-2147864695.jpg"},
{
id: "4",
name: "Sonic Buds",
price: "$249",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072204.jpg",
},
id: "4", name: "Sonic Buds", price: "$249", imageSrc: "http://img.b2bpic.net/free-photo/still-life-wireless-cyberpunk-headphones_23-2151072204.jpg"},
{
id: "5",
name: "Vision Tablet",
price: "$799",
imageSrc: "http://img.b2bpic.net/free-photo/few-electronic-devices-displayed-grey-background-smart-phone-pad-calculator-all-digital-except-pen-scene-workplace_1372-24.jpg",
},
id: "5", name: "Vision Tablet", price: "$799", imageSrc: "http://img.b2bpic.net/free-photo/few-electronic-devices-displayed-grey-background-smart-phone-pad-calculator-all-digital-except-pen-scene-workplace_1372-24.jpg"},
{
id: "6",
name: "Atom Desktop",
price: "$1899",
imageSrc: "http://img.b2bpic.net/free-photo/office-with-computer-glass-table_1232-513.jpg",
},
id: "6", name: "Atom Desktop", price: "$1899", imageSrc: "http://img.b2bpic.net/free-photo/office-with-computer-glass-table_1232-513.jpg"},
]}
title="Our Latest Collection"
description="Precision-engineered devices designed to seamlessly integrate into your daily life."
@@ -123,28 +89,16 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Hyper-Fast Processing",
description: "Next-gen architecture for instantaneous performance.",
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139239.jpg",
buttonIcon: "Zap",
title: "Hyper-Fast Processing", description: "Next-gen architecture for instantaneous performance.", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139239.jpg", buttonIcon: Zap,
},
{
title: "Fluid UI Design",
description: "A seamless interface that anticipates your next move.",
imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148367849.jpg",
buttonIcon: "Layout",
title: "Fluid UI Design", description: "A seamless interface that anticipates your next move.", imageSrc: "http://img.b2bpic.net/free-vector/business-dashboard-user-panel_23-2148367849.jpg", buttonIcon: Layout,
},
{
title: "Precision Build",
description: "Crafted from aircraft-grade materials for durability.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150917662.jpg",
buttonIcon: "Shield",
title: "Precision Build", description: "Crafted from aircraft-grade materials for durability.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-ophthalmologist-s-tools_23-2150917662.jpg", buttonIcon: Shield,
},
{
title: "Intelligent Integration",
description: "AI-driven features that simplify your day.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-flowing-particles_1048-13122.jpg",
buttonIcon: "Brain",
title: "Intelligent Integration", description: "AI-driven features that simplify your day.", imageSrc: "http://img.b2bpic.net/free-photo/3d-render-network-communications-background-with-flowing-particles_1048-13122.jpg", buttonIcon: Brain,
},
]}
title="Engineering Perfection"
@@ -158,45 +112,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Game Changer",
quote: "The performance is simply unmatched.",
name: "Alex River",
role: "Creative Lead",
imageSrc: "http://img.b2bpic.net/free-photo/cool-blond-haired-woman-portrait_53876-139738.jpg",
},
id: "1", title: "Game Changer", quote: "The performance is simply unmatched.", name: "Alex River", role: "Creative Lead", imageSrc: "http://img.b2bpic.net/free-photo/cool-blond-haired-woman-portrait_53876-139738.jpg"},
{
id: "2",
title: "Essential",
quote: "My workflow has never been faster.",
name: "Sarah Chen",
role: "Architect",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-bruises_1098-1086.jpg",
},
id: "2", title: "Essential", quote: "My workflow has never been faster.", name: "Sarah Chen", role: "Architect", imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessman-with-bruises_1098-1086.jpg"},
{
id: "3",
title: "Stunning",
quote: "Design that finally feels like the future.",
name: "Marcus Thorne",
role: "Designer",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg",
},
id: "3", title: "Stunning", quote: "Design that finally feels like the future.", name: "Marcus Thorne", role: "Designer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg"},
{
id: "4",
title: "Reliable",
quote: "The standard of build quality is incredible.",
name: "Elena Rossi",
role: "DevOps",
imageSrc: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg",
},
id: "4", title: "Reliable", quote: "The standard of build quality is incredible.", name: "Elena Rossi", role: "DevOps", imageSrc: "http://img.b2bpic.net/free-photo/serene-businessman-with-glasses_1098-719.jpg"},
{
id: "5",
title: "Efficient",
quote: "Elegant solutions for complex tasks.",
name: "David Wu",
role: "CTO",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-executive_1098-4078.jpg",
},
id: "5", title: "Efficient", quote: "Elegant solutions for complex tasks.", name: "David Wu", role: "CTO", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-executive_1098-4078.jpg"},
]}
title="Voices of Innovation"
description="See why industry leaders trust us."
@@ -210,12 +134,7 @@ export default function LandingPage() {
title="Trusted by Industry Leaders"
description="Join thousands of professionals driving the future of tech."
names={[
"Global Tech",
"Innovate Inc",
"Future Dynamics",
"Visionary Systems",
"Advanced Core",
]}
"Global Tech", "Innovate Inc", "Future Dynamics", "Visionary Systems", "Advanced Core"]}
/>
</div>
@@ -223,13 +142,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Innovation"
leftLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
rightLink={{
text: "Contact Support",
href: "#",
}}
text: "Contact Support", href: "#"}}
/>
</div>
</ReactLenis>