Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d9278cfa59 | |||
| 2674139c2e | |||
| c73b68c254 |
210
src/app/page.tsx
210
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{ name: "Home", id: "hero" },
|
||||||
name: "Home",
|
{ name: "About", id: "about" },
|
||||||
id: "hero",
|
{ name: "Products", id: "products" },
|
||||||
},
|
{ name: "Contact", id: "contact" },
|
||||||
{
|
|
||||||
name: "About",
|
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Products",
|
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
name: "Contact",
|
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="LAP STORE"
|
brandName="LAP STORE"
|
||||||
/>
|
/>
|
||||||
@@ -54,46 +42,20 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardRotatedCarousel
|
<HeroBillboardRotatedCarousel
|
||||||
background={{
|
background={{ variant: "rotated-rays-animated" }}
|
||||||
variant: "rotated-rays-animated",
|
|
||||||
}}
|
|
||||||
title="Your Perfect Laptop. Expert Hands. Unbeatable Price."
|
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."
|
description="Karimnagar's most trusted destination for laptops, computers & accessories — where every customer leaves with exactly what they need."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{ text: "Visit Our Store", href: "https://maps.app.goo.gl/A3naz8JD97UzAmvg6" },
|
||||||
text: "Shop Now",
|
{ text: "Get Expert Advice", href: "#contact" },
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
text: "Get Expert Advice",
|
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
carouselItems={[
|
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: "c1",
|
{ id: "c2", imageSrc: "http://img.b2bpic.net/free-photo/shelves-with-colored-objects_1203-848.jpg" },
|
||||||
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: "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: "c2",
|
{ id: "c6", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-checking-website-stock-find-items-store-mall_482257-88626.jpg" },
|
||||||
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>
|
</div>
|
||||||
@@ -105,31 +67,11 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{ id: "m1", value: "5★", description: "Customer Rating" },
|
||||||
id: "m1",
|
{ id: "m2", value: "1000+", description: "Happy Customers Served" },
|
||||||
value: "5★",
|
{ id: "m3", value: "Best", description: "Price Guarantee" },
|
||||||
description: "Customer Rating",
|
{ id: "m4", value: "Expert", description: "Technical Support" },
|
||||||
},
|
{ id: "m5", value: "100%", description: "Genuine Products" },
|
||||||
{
|
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Trust Indicators"
|
title="Trust Indicators"
|
||||||
description="Why thousands of tech enthusiasts in Karimnagar choose us for their hardware needs."
|
description="Why thousands of tech enthusiasts in Karimnagar choose us for their hardware needs."
|
||||||
@@ -156,42 +98,12 @@ export default function LandingPage() {
|
|||||||
gridVariant="uniform-all-items-equal"
|
gridVariant="uniform-all-items-equal"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
products={[
|
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: "p1",
|
{ 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" },
|
||||||
name: "Laptops",
|
{ id: "p3", name: "Mechanical Keyboards", price: "Best Selection", imageSrc: "http://img.b2bpic.net/free-photo/computer-keyboard-with-colorful-led-lights_250224-283.jpg" },
|
||||||
price: "All Brands",
|
{ id: "p4", name: "Bluetooth Mice", price: "Ergonomic", imageSrc: "http://img.b2bpic.net/free-photo/still-life-books-versus-technology_23-2150062895.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/eid-shopping-trolley-laptops-perspective-side_187299-38652.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" },
|
||||||
{
|
|
||||||
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"
|
title="Everything Your System Needs"
|
||||||
description="A curated catalog of premium hardware, from powerful workstations to essential daily accessories."
|
description="A curated catalog of premium hardware, from powerful workstations to essential daily accessories."
|
||||||
@@ -203,21 +115,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
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: "Best Price Guarantee",
|
{ 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" },
|
||||||
description: "Competitive pricing that beats the local market. We are Karimnagar's most reasonable choice.",
|
{ 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" },
|
||||||
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?"
|
title="Why LAP STORE?"
|
||||||
description="Experience tech retail the way it should be."
|
description="Experience tech retail the way it should be."
|
||||||
@@ -228,31 +128,11 @@ export default function LandingPage() {
|
|||||||
<TestimonialCardTwelve
|
<TestimonialCardTwelve
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "t1", name: "Anil, Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg" },
|
||||||
id: "t1",
|
{ id: "t2", name: "Madhav G.", imageSrc: "http://img.b2bpic.net/free-photo/male-graphic-designer-listening-music-from-mobile-phone_1170-1035.jpg" },
|
||||||
name: "Anil, Local Guide",
|
{ id: "t3", name: "Abhinay D.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-elegant-man-smiling_23-2148332976.jpg" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.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: "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"
|
cardTitle="Don't Take Our Word For It"
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
@@ -263,9 +143,7 @@ export default function LandingPage() {
|
|||||||
<div id="offer" data-section="offer">
|
<div id="offer" data-section="offer">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "gradient-bars" }}
|
||||||
variant: "gradient-bars",
|
|
||||||
}}
|
|
||||||
tag="Limited Time"
|
tag="Limited Time"
|
||||||
title="Visit Us Today for Exclusive Deals"
|
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."
|
description="Ask about our current bundle offers in-store. Don't miss out on premium tech at local pricing."
|
||||||
@@ -275,29 +153,21 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "plain",
|
tag="Contact Us"
|
||||||
}}
|
title="Visit LAP STORE Karimnagar"
|
||||||
tag="Location"
|
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"
|
||||||
title="LAP STORE Karimnagar"
|
|
||||||
description="Visit our showroom for personalized tech advice. We're ready to serve you."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterLogoReveal
|
<FooterLogoReveal
|
||||||
logoText="LAP STORE"
|
logoText="LAP STORE"
|
||||||
leftLink={{
|
leftLink={{ text: "Terms", href: "#" }}
|
||||||
text: "Terms",
|
rightLink={{ text: "Privacy", href: "#" }}
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
rightLink={{
|
|
||||||
text: "Privacy",
|
|
||||||
href: "#",
|
|
||||||
}}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user