2 Commits

Author SHA1 Message Date
44c5f4fb5d Update src/app/page.tsx 2026-04-17 04:53:45 +00:00
afd7bd2c66 Merge version_3 into main
Merge version_3 into main
2026-04-17 04:52:23 +00:00

View File

@@ -8,7 +8,6 @@ import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel';
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import { HardDrive } from "lucide-react";
@@ -33,7 +32,6 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Products", id: "products" },
{ name: "Contact", id: "contact" },
]}
brandName="LAP STORE"
@@ -91,25 +89,6 @@ export default function LandingPage() {
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
products={[
{ id: "p1", name: "Laptops", price: "All Brands", imageSrc: "http://img.b2bpic.net/free-photo/eid-shopping-trolley-laptops-perspective-side_187299-38652.jpg" },
{ id: "p2", name: "Desktops & CPUs", price: "Custom Config", imageSrc: "http://img.b2bpic.net/free-photo/modern-cool-man-uses-virtual-reality-glasses-3d-web-connection_482257-126420.jpg" },
{ id: "p3", name: "Mechanical Keyboards", price: "Best Selection", imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-colorful-led-lights_250224-283.jpg" },
{ id: "p4", name: "Bluetooth Mice", price: "Ergonomic", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062895.jpg" },
{ id: "p5", name: "Office Printers", price: "Reliable", imageSrc: "http://img.b2bpic.net/free-photo/close-up-making-eye-glasses_23-2148919991.jpg" },
{ id: "p6", name: "Storage Solutions", price: "High Speed", imageSrc: "http://img.b2bpic.net/free-photo/wireless-earbuds-with-neon-cyberpunk-style-lighting_23-2151074277.jpg" },
]}
title="Everything Your System Needs"
description="A curated catalog of premium hardware, from powerful workstations to essential daily accessories."
/>
</div>
<div id="features" data-section="features">
<FeatureCardEight
textboxLayout="split"