Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
214
src/app/page.tsx
214
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { CheckCircle, Clock, ThumbsUp } from "lucide-react";
|
||||
import { CheckCircle, Clock, ThumbsUp, Zap, Cpu, Shield, Palette } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
name: "Products", id: "products"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="LV Motivation P.C."
|
||||
/>
|
||||
@@ -59,39 +51,23 @@ export default function LandingPage() {
|
||||
description="Redefining performance with custom-built machines designed for professionals and gaming enthusiasts. Premium craftsmanship, uncompromising speed."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Builds",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Builds", href: "#products"},
|
||||
{
|
||||
text: "Start Project",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Project", href: "#contact"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-analyzing-statistics-diagrams-pc_482257-77609.jpg",
|
||||
imageAlt: "Futuristic RGB PC setup",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/startup-worker-analyzing-statistics-diagrams-pc_482257-77609.jpg", imageAlt: "Futuristic RGB PC setup"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-computer-cpu-motherboard-flat-lay_53876-97298.jpg",
|
||||
imageAlt: "Liquid cooling detail",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-computer-cpu-motherboard-flat-lay_53876-97298.jpg", imageAlt: "Liquid cooling detail"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-friday-super-sales-inscription-computer-case_23-2147957725.jpg",
|
||||
imageAlt: "Custom workstation case",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-friday-super-sales-inscription-computer-case_23-2147957725.jpg", imageAlt: "Custom workstation case"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174308.jpg",
|
||||
imageAlt: "High-speed graphics card",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174308.jpg", imageAlt: "High-speed graphics card"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105506.jpg",
|
||||
imageAlt: "Futuristic server rack",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105506.jpg", imageAlt: "Futuristic server rack"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105537.jpg",
|
||||
imageAlt: "Motherboard circuitry",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-texture-background_23-2148105537.jpg", imageAlt: "Motherboard circuitry"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
/>
|
||||
@@ -103,9 +79,7 @@ export default function LandingPage() {
|
||||
title="Precision. Power. Performance."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Philosophy",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Philosophy", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,33 +90,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Thermal Mastery",
|
||||
description: "Expertly engineered cooling systems for zero throttling.",
|
||||
buttonIcon: "Zap",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836795.jpg",
|
||||
imageAlt: "Cooling icon",
|
||||
},
|
||||
title: "Thermal Mastery", description: "Expertly engineered cooling systems for zero throttling.", buttonIcon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-skyscrapers-business-district_23-2148836795.jpg", imageAlt: "Cooling icon"},
|
||||
{
|
||||
title: "Peak Performance",
|
||||
description: "Overclocked for maximum efficiency in every frame.",
|
||||
buttonIcon: "Cpu",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-devices-25-flat-icon-pack-such-as-devices-computers-disc-hardware-devices_1142-22529.jpg",
|
||||
imageAlt: "Speed icon",
|
||||
},
|
||||
title: "Peak Performance", description: "Overclocked for maximum efficiency in every frame.", buttonIcon: Cpu,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/creative-devices-25-flat-icon-pack-such-as-devices-computers-disc-hardware-devices_1142-22529.jpg", imageAlt: "Speed icon"},
|
||||
{
|
||||
title: "Build Integrity",
|
||||
description: "Hand-tested components for lasting durability.",
|
||||
buttonIcon: "Shield",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-labour-day-labels-with-yellow-frames_23-2147617898.jpg",
|
||||
imageAlt: "Shield icon",
|
||||
},
|
||||
title: "Build Integrity", description: "Hand-tested components for lasting durability.", buttonIcon: Shield,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/set-labour-day-labels-with-yellow-frames_23-2147617898.jpg", imageAlt: "Shield icon"},
|
||||
{
|
||||
title: "Fully Custom",
|
||||
description: "Tailored aesthetics and hardware to your workflow.",
|
||||
buttonIcon: "Palette",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/network-connection-graphic-overlay-notepad-desk_53876-133707.jpg",
|
||||
imageAlt: "Design icon",
|
||||
},
|
||||
title: "Fully Custom", description: "Tailored aesthetics and hardware to your workflow.", buttonIcon: Palette,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/network-connection-graphic-overlay-notepad-desk_53876-133707.jpg", imageAlt: "Design icon"},
|
||||
]}
|
||||
title="Why LV Motivation P.C."
|
||||
description="We build machines that push the limits of technology."
|
||||
@@ -157,41 +115,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Apex Workstation",
|
||||
price: "$3,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/player-woman-pressing-start-button-rgb-computer-space-shoother-video-games-online-championship-standing-gaming-studio-professional-esports-gamer-operating-pc-system_482257-29256.jpg",
|
||||
},
|
||||
id: "p1", name: "Apex Workstation", price: "$3,499", imageSrc: "http://img.b2bpic.net/free-photo/player-woman-pressing-start-button-rgb-computer-space-shoother-video-games-online-championship-standing-gaming-studio-professional-esports-gamer-operating-pc-system_482257-29256.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Titan Professional",
|
||||
price: "$4,299",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105487.jpg",
|
||||
},
|
||||
id: "p2", name: "Titan Professional", price: "$4,299", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105487.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Stealth Edition",
|
||||
price: "$2,899",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-soldier-helmet_23-2151633323.jpg",
|
||||
},
|
||||
id: "p3", name: "Stealth Edition", price: "$2,899", imageSrc: "http://img.b2bpic.net/free-photo/still-life-soldier-helmet_23-2151633323.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Velocity Rig",
|
||||
price: "$3,999",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-playing-sf-shooter-videogame-computer-talking-into-headset-with-friends_482257-104108.jpg",
|
||||
},
|
||||
id: "p4", name: "Velocity Rig", price: "$3,999", imageSrc: "http://img.b2bpic.net/free-photo/man-playing-sf-shooter-videogame-computer-talking-into-headset-with-friends_482257-104108.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Visionary Build",
|
||||
price: "$5,499",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-minimal-computer-desktop-digital-device-with-design-space_53876-111092.jpg",
|
||||
},
|
||||
id: "p5", name: "Visionary Build", price: "$5,499", imageSrc: "http://img.b2bpic.net/free-photo/green-minimal-computer-desktop-digital-device-with-design-space_53876-111092.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Nebula High-End",
|
||||
price: "$6,199",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283235.jpg",
|
||||
},
|
||||
id: "p6", name: "Nebula High-End", price: "$6,199", imageSrc: "http://img.b2bpic.net/free-photo/abstract-city-building-shadows_23-2149283235.jpg"},
|
||||
]}
|
||||
title="Our Signature Series"
|
||||
description="High-performance machines tailored for your success."
|
||||
@@ -205,23 +139,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: CheckCircle,
|
||||
title: "Systems Built",
|
||||
value: "1,500+",
|
||||
},
|
||||
id: "m1", icon: CheckCircle,
|
||||
title: "Systems Built", value: "1,500+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Clock,
|
||||
title: "Uptime Rate",
|
||||
value: "99.9%",
|
||||
},
|
||||
id: "m2", icon: Clock,
|
||||
title: "Uptime Rate", value: "99.9%"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: ThumbsUp,
|
||||
title: "Client Satisfaction",
|
||||
value: "100%",
|
||||
},
|
||||
id: "m3", icon: ThumbsUp,
|
||||
title: "Client Satisfaction", value: "100%"},
|
||||
]}
|
||||
title="Proven Excellence"
|
||||
description="Stats that speak for our craftsmanship."
|
||||
@@ -236,25 +161,15 @@ export default function LandingPage() {
|
||||
author="Sarah Johnson, Lead Designer"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-playing-video-game-with-virtual-reality-goggles_23-2148815664.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-playing-video-game-with-virtual-reality-goggles_23-2148815664.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165932.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-hacker_23-2148165932.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/pov-businessman-attending-videocall-meeting-office-using-online-videoconference-talk-consultant-about-financial-strategy-company-employee-chatting-remote-teleconference-close-up_482257-40929.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/happy-business-woman-white-shirt_23-2148095748.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-wearing-glasses_23-2149005467.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-man-wearing-glasses_23-2149005467.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
@@ -266,20 +181,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "What is the warranty policy?",
|
||||
content: "Every machine comes with a 2-year parts and labor warranty.",
|
||||
},
|
||||
id: "f1", title: "What is the warranty policy?", content: "Every machine comes with a 2-year parts and labor warranty."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you ship internationally?",
|
||||
content: "Yes, we ship premium-packed machines worldwide.",
|
||||
},
|
||||
id: "f2", title: "Do you ship internationally?", content: "Yes, we ship premium-packed machines worldwide."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Can I upgrade my parts later?",
|
||||
content: "Absolutely. All our builds are designed for seamless future upgrades.",
|
||||
},
|
||||
id: "f3", title: "Can I upgrade my parts later?", content: "Absolutely. All our builds are designed for seamless future upgrades."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -290,8 +196,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Get Started"
|
||||
title="Design Your Machine"
|
||||
description="Ready to build your dream PC? Tell us your requirements and we'll get started."
|
||||
@@ -305,42 +210,27 @@ export default function LandingPage() {
|
||||
logoText="LV Motivation P.C."
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Philosophy",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Philosophy", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Workstations",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Workstations", href: "#products"},
|
||||
{
|
||||
label: "Gaming Rigs",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Gaming Rigs", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user