Merge version_2 into main #1
168
src/app/page.tsx
168
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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="LAP STORE"
|
||||
/>
|
||||
@@ -55,45 +47,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
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: "Shop Now", href: "#products"},
|
||||
{
|
||||
text: "Get Expert Advice",
|
||||
href: "#contact",
|
||||
},
|
||||
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: "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: "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: "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: "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: "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: "c6", imageSrc: "http://img.b2bpic.net/free-photo/elderly-woman-checking-website-stock-find-items-store-mall_482257-88626.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,30 +81,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5★",
|
||||
description: "Customer Rating",
|
||||
},
|
||||
id: "m1", value: "5★", description: "Customer Rating"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "1000+",
|
||||
description: "Products Sold",
|
||||
},
|
||||
id: "m2", value: "1000+", description: "Happy Customers Served"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "Best",
|
||||
description: "Price Guarantee",
|
||||
},
|
||||
id: "m3", value: "Best", description: "Price Guarantee"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "Expert",
|
||||
description: "Technical Support",
|
||||
},
|
||||
id: "m4", value: "Expert", description: "Technical Support"},
|
||||
{
|
||||
id: "m5",
|
||||
value: "100%",
|
||||
description: "Genuine Products",
|
||||
},
|
||||
id: "m5", value: "100%", description: "Genuine Products"},
|
||||
]}
|
||||
title="Trust Indicators"
|
||||
description="Why thousands of tech enthusiasts in Karimnagar choose us for their hardware needs."
|
||||
@@ -157,41 +117,17 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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: "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."
|
||||
@@ -204,20 +140,11 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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."
|
||||
@@ -229,30 +156,15 @@ export default function LandingPage() {
|
||||
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: "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: "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: "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: "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: "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"
|
||||
@@ -264,8 +176,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
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."
|
||||
@@ -276,8 +187,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Location"
|
||||
title="LAP STORE Karimnagar"
|
||||
description="Visit our showroom for personalized tech advice. We're ready to serve you."
|
||||
@@ -288,16 +198,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="LAP STORE"
|
||||
leftLink={{
|
||||
text: "Terms",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Privacy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user