Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 44c5f4fb5d | |||
| afd7bd2c66 | |||
| d9278cfa59 | |||
| 2674139c2e | |||
| c73b68c254 |
217
src/app/page.tsx
217
src/app/page.tsx
@@ -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";
|
||||
@@ -31,22 +30,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="LAP STORE"
|
||||
/>
|
||||
@@ -54,46 +40,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
title="Your Perfect Laptop. Expert Hands. Unbeatable Price."
|
||||
description="Karimnagar's most trusted destination for laptops, computers & accessories — where every customer leaves with exactly what they need."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Now",
|
||||
href: "#products",
|
||||
},
|
||||
{
|
||||
text: "Get Expert Advice",
|
||||
href: "#contact",
|
||||
},
|
||||
{ text: "Visit Our Store", href: "https://maps.app.goo.gl/A3naz8JD97UzAmvg6" },
|
||||
{ text: "Get Expert Advice", href: "#contact" },
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "c1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-posed-fast-food-cafe-near-self-pay-floor-kiosk-with-mobile-phone-hand_627829-1337.jpg",
|
||||
},
|
||||
{
|
||||
id: "c2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-colored-objects_1203-848.jpg",
|
||||
},
|
||||
{
|
||||
id: "c3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-laptop-screen-dark-room-night_169016-57575.jpg",
|
||||
},
|
||||
{
|
||||
id: "c4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564197.jpg",
|
||||
},
|
||||
{
|
||||
id: "c5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-52899.jpg",
|
||||
},
|
||||
{
|
||||
id: "c6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-checking-website-stock-find-items-store-mall_482257-88626.jpg",
|
||||
},
|
||||
{ id: "c1", imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-man-posed-fast-food-cafe-near-self-pay-floor-kiosk-with-mobile-phone-hand_627829-1337.jpg" },
|
||||
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-colored-objects_1203-848.jpg" },
|
||||
{ id: "c3", imageSrc: "http://img.b2bpic.net/free-photo/black-laptop-screen-dark-room-night_169016-57575.jpg" },
|
||||
{ id: "c4", imageSrc: "http://img.b2bpic.net/free-photo/ordinary-life-scene-from-mall-america_23-2151564197.jpg" },
|
||||
{ id: "c5", imageSrc: "http://img.b2bpic.net/free-photo/top-view-laptop-table-glowing-screen-dark_169016-52899.jpg" },
|
||||
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-checking-website-stock-find-items-store-mall_482257-88626.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -105,31 +65,11 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5★",
|
||||
description: "Customer Rating",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1000+",
|
||||
description: "Products Sold",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Best",
|
||||
description: "Price Guarantee",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Expert",
|
||||
description: "Technical Support",
|
||||
},
|
||||
{
|
||||
id: "m5",
|
||||
value: "100%",
|
||||
description: "Genuine Products",
|
||||
},
|
||||
{ id: "m1", value: "5★", description: "Customer Rating" },
|
||||
{ id: "m2", value: "1000+", description: "Happy Customers Served" },
|
||||
{ id: "m3", value: "Best", description: "Price Guarantee" },
|
||||
{ id: "m4", value: "Expert", description: "Technical Support" },
|
||||
{ id: "m5", value: "100%", description: "Genuine Products" },
|
||||
]}
|
||||
title="Trust Indicators"
|
||||
description="Why thousands of tech enthusiasts in Karimnagar choose us for their hardware needs."
|
||||
@@ -149,75 +89,14 @@ 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"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Best Price Guarantee",
|
||||
description: "Competitive pricing that beats the local market. We are Karimnagar's most reasonable choice.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-works-dark-room-uses-laptop-night_169016-55093.jpg",
|
||||
},
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "We don't just sell, we consult. We find you the machine that fits your specific needs and budget.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-space-used-corporate-culture-business-industry_482257-106863.jpg",
|
||||
},
|
||||
{
|
||||
title: "Premium Brands Only",
|
||||
description: "We stock only verified, quality-checked products. No counterfeits, no compromises.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tablets-lined-up-display-shopping-mall_53876-97239.jpg",
|
||||
},
|
||||
{ title: "Best Price Guarantee", description: "Competitive pricing that beats the local market. We are Karimnagar's most reasonable choice.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-dark-room-uses-laptop-night_169016-55093.jpg" },
|
||||
{ title: "Expert Guidance", description: "We don't just sell, we consult. We find you the machine that fits your specific needs and budget.", imageSrc: "http://img.b2bpic.net/free-photo/empty-high-end-office-space-used-corporate-culture-business-industry_482257-106863.jpg" },
|
||||
{ title: "Premium Brands Only", description: "We stock only verified, quality-checked products. No counterfeits, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/tablets-lined-up-display-shopping-mall_53876-97239.jpg" },
|
||||
]}
|
||||
title="Why LAP STORE?"
|
||||
description="Experience tech retail the way it should be."
|
||||
@@ -228,31 +107,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Anil, Local Guide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Madhav G.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-listening-music-from-mobile-phone_1170-1035.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Abhinay D.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Srinivas N.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/son-father-looking-pictures-living-room_23-2148441028.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Mani Charan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiley-elder-woman-kitchen-waving-tablet_23-2148419313.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Anil, Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg" },
|
||||
{ id: "t2", name: "Madhav G.", imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-listening-music-from-mobile-phone_1170-1035.jpg" },
|
||||
{ id: "t3", name: "Abhinay D.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg" },
|
||||
{ id: "t4", name: "Srinivas N.", imageSrc: "http://img.b2bpic.net/free-photo/son-father-looking-pictures-living-room_23-2148441028.jpg" },
|
||||
{ id: "t5", name: "Mani Charan", imageSrc: "http://img.b2bpic.net/free-photo/smiley-elder-woman-kitchen-waving-tablet_23-2148419313.jpg" },
|
||||
]}
|
||||
cardTitle="Don't Take Our Word For It"
|
||||
cardAnimation="slide-up"
|
||||
@@ -263,9 +122,7 @@ export default function LandingPage() {
|
||||
<div id="offer" data-section="offer">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="Limited Time"
|
||||
title="Visit Us Today for Exclusive Deals"
|
||||
description="Ask about our current bundle offers in-store. Don't miss out on premium tech at local pricing."
|
||||
@@ -275,29 +132,21 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Location"
|
||||
title="LAP STORE Karimnagar"
|
||||
description="Visit our showroom for personalized tech advice. We're ready to serve you."
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact Us"
|
||||
title="Visit LAP STORE Karimnagar"
|
||||
description="Address: Kaman Cir, near Sri Venkatasai Function Hall, junction, Karimnagar, Telangana 505001 | Phone: 098667 00191 | Hours: From 10am | Location Code: C4JP+3C Karimnagar, Telangana"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="LAP STORE"
|
||||
leftLink={{
|
||||
text: "Terms",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms", href: "#" }}
|
||||
rightLink={{ text: "Privacy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user