Merge version_1 into main #2
316
src/app/page.tsx
316
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Products",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Products", id: "products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Tanshen Technology"
|
||||
/>
|
||||
@@ -55,103 +43,31 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Smart Technology & Security Solutions You Can Trust"
|
||||
description="Providing cutting-edge IT products, high-performance computers, and robust home security systems for the Cumilla community."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Ahmed",
|
||||
handle: "@sarah_it",
|
||||
testimonial: "Excellent service and genuine products for my office.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg?_wi=1",
|
||||
imageAlt: "digital technology background blue",
|
||||
},
|
||||
{
|
||||
name: "Kamrul Islam",
|
||||
handle: "@kamrul_dev",
|
||||
testimonial: "Best tech shop in Cumilla. Fast delivery and support.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/server-farm-employee-using-artificial-intelligence-tech-devices_482257-125606.jpg?_wi=1",
|
||||
imageAlt: "digital technology background blue",
|
||||
},
|
||||
{
|
||||
name: "Fatima Begum",
|
||||
handle: "@fatima_home",
|
||||
testimonial: "Installed their CCTV system. Very reliable and professional.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-elements-background_23-2148882634.jpg?_wi=1",
|
||||
imageAlt: "digital technology background blue",
|
||||
},
|
||||
{
|
||||
name: "Rakib Hasan",
|
||||
handle: "@rakib_tech",
|
||||
testimonial: "High-performance PC build was perfect. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cctv-security-camera-ceiling_53876-121710.jpg?_wi=1",
|
||||
imageAlt: "digital technology background blue",
|
||||
},
|
||||
{
|
||||
name: "Tanvir Chowdhury",
|
||||
handle: "@tanvir_c",
|
||||
testimonial: "Quick and helpful support for my laptop issues.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/key-lock-black-door-handle-matte-metal_169016-69386.jpg?_wi=1",
|
||||
imageAlt: "digital technology background blue",
|
||||
},
|
||||
{ name: "Sarah Ahmed", handle: "@sarah_it", testimonial: "Excellent service and genuine products for my office.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg", imageAlt: "digital technology background blue" },
|
||||
{ name: "Kamrul Islam", handle: "@kamrul_dev", testimonial: "Best tech shop in Cumilla. Fast delivery and support.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/server-farm-employee-using-artificial-intelligence-tech-devices_482257-125606.jpg", imageAlt: "digital technology background blue" },
|
||||
{ name: "Fatima Begum", handle: "@fatima_home", testimonial: "Installed their CCTV system. Very reliable and professional.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/technology-elements-background_23-2148882634.jpg", imageAlt: "digital technology background blue" },
|
||||
{ name: "Rakib Hasan", handle: "@rakib_tech", testimonial: "High-performance PC build was perfect. Highly recommended.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/cctv-security-camera-ceiling_53876-121710.jpg", imageAlt: "digital technology background blue" },
|
||||
{ name: "Tanvir Chowdhury", handle: "@tanvir_c", testimonial: "Quick and helpful support for my laptop issues.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/key-lock-black-door-handle-matte-metal_169016-69386.jpg", imageAlt: "digital technology background blue" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/blue-background-with-bright-lines_1160-203.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
|
||||
alt: "Satisfied client portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg",
|
||||
alt: "Happy customer portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
alt: "Tech user portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg",
|
||||
alt: "Small business owner portrait",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-young-female-architect-smiling-broadly_273609-13907.jpg",
|
||||
alt: "Local resident portrait",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", alt: "Satisfied client portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-smiling-blonde-businesswoman-formal-dressed-isolated-dark-textured-background_613910-5399.jpg", alt: "Happy customer portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Tech user portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/aged-middle-expression-calling-business_1262-2838.jpg", alt: "Small business owner portrait" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-young-female-architect-smiling-broadly_273609-13907.jpg", alt: "Local resident portrait" }
|
||||
]}
|
||||
avatarText="Trusted by 5,000+ local customers"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "High-Performance PCs",
|
||||
icon: HardDrive,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "CCTV Installation",
|
||||
icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Smart Home Tech",
|
||||
icon: Home,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Professional Support",
|
||||
icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Quality Assured",
|
||||
icon: CheckCircle2,
|
||||
},
|
||||
{ type: "text-icon", text: "High-Performance PCs", icon: HardDrive },
|
||||
{ type: "text-icon", text: "CCTV Installation", icon: ShieldCheck },
|
||||
{ type: "text-icon", text: "Smart Home Tech", icon: Home },
|
||||
{ type: "text-icon", text: "Professional Support", icon: Headphones },
|
||||
{ type: "text-icon", text: "Quality Assured", icon: CheckCircle2 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -162,20 +78,11 @@ export default function LandingPage() {
|
||||
title="Trusted IT Partner in Cumilla"
|
||||
description="Tanshen Technology offers professional IT solutions, high-performance computing hardware, and advanced smart security setups across Cumilla IT Park."
|
||||
metrics={[
|
||||
{
|
||||
value: "1000+",
|
||||
title: "Products Sold",
|
||||
},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Security Systems Installed",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
title: "Dedicated Support",
|
||||
},
|
||||
{ value: "1000+", title: "Products Sold" },
|
||||
{ value: "500+", title: "Security Systems Installed" },
|
||||
{ value: "24/7", title: "Dedicated Support" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/server-farm-employee-using-artificial-intelligence-tech-devices_482257-125606.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/server-farm-employee-using-artificial-intelligence-tech-devices_482257-125606.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -188,48 +95,12 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "High-Performance Gaming PC",
|
||||
price: "$1,200",
|
||||
variant: "Desktop",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/technology-elements-background_23-2148882634.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Business Pro Laptop",
|
||||
price: "$850",
|
||||
variant: "Laptop",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-monitor-elegant-table_23-2150706403.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Full HD Security Camera",
|
||||
price: "$150",
|
||||
variant: "CCTV",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cctv-security-camera-ceiling_53876-121710.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Smart Electronic Lock",
|
||||
price: "$200",
|
||||
variant: "Smart Home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/key-lock-black-door-handle-matte-metal_169016-69386.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Wireless Keyboard Combo",
|
||||
price: "$50",
|
||||
variant: "Accessories",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174308.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "External Hard Drive 2TB",
|
||||
price: "$90",
|
||||
variant: "Storage",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29230.jpg",
|
||||
},
|
||||
{ id: "p1", name: "High-Performance Gaming PC", price: "$1,200", variant: "Desktop", imageSrc: "http://img.b2bpic.net/free-photo/technology-elements-background_23-2148882634.jpg" },
|
||||
{ id: "p2", name: "Business Pro Laptop", price: "$850", variant: "Laptop", imageSrc: "http://img.b2bpic.net/free-photo/modern-monitor-elegant-table_23-2150706403.jpg" },
|
||||
{ id: "p3", name: "Full HD Security Camera", price: "$150", variant: "CCTV", imageSrc: "http://img.b2bpic.net/free-photo/cctv-security-camera-ceiling_53876-121710.jpg" },
|
||||
{ id: "p4", name: "Smart Electronic Lock", price: "$200", variant: "Smart Home", imageSrc: "http://img.b2bpic.net/free-photo/key-lock-black-door-handle-matte-metal_169016-69386.jpg" },
|
||||
{ id: "p5", name: "Wireless Keyboard Combo", price: "$50", variant: "Accessories", imageSrc: "http://img.b2bpic.net/free-photo/circuit-board-close-up-with-different-components_23-2149174308.jpg" },
|
||||
{ id: "p6", name: "External Hard Drive 2TB", price: "$90", variant: "Storage", imageSrc: "http://img.b2bpic.net/free-photo/close-up-laptop-keyboard-colorful-neon-illumination-backlit-keyboard_169016-29230.jpg" }
|
||||
]}
|
||||
title="Our Featured Products"
|
||||
description="Explore our curated collection of high-performance electronics and smart solutions."
|
||||
@@ -242,21 +113,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
icon: Shield,
|
||||
title: "CCTV Surveillance",
|
||||
description: "High-definition monitoring for homes and offices.",
|
||||
},
|
||||
{
|
||||
icon: Lock,
|
||||
title: "Smart Locking",
|
||||
description: "Secure entry systems with remote app access.",
|
||||
},
|
||||
{
|
||||
icon: Bell,
|
||||
title: "Alarm Systems",
|
||||
description: "Instant notifications for unauthorized activity.",
|
||||
},
|
||||
{ icon: Shield, title: "CCTV Surveillance", description: "High-definition monitoring for homes and offices." },
|
||||
{ icon: Lock, title: "Smart Locking", description: "Secure entry systems with remote app access." },
|
||||
{ icon: Bell, title: "Alarm Systems", description: "Instant notifications for unauthorized activity." }
|
||||
]}
|
||||
title="Advanced Security Solutions"
|
||||
description="We specialize in protecting what matters most to you with cutting-edge smart home tech."
|
||||
@@ -269,33 +128,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
title: "Years Experience",
|
||||
items: [
|
||||
"Hardware experts",
|
||||
"Local leaders",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "99%",
|
||||
title: "Customer Satisfaction",
|
||||
items: [
|
||||
"Fast support",
|
||||
"Genuine products",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5000+",
|
||||
title: "Happy Clients",
|
||||
items: [
|
||||
"Home owners",
|
||||
"Businesses",
|
||||
],
|
||||
},
|
||||
{ id: "m1", value: "15+", title: "Years Experience", items: ["Hardware experts", "Local leaders"] },
|
||||
{ id: "m2", value: "99%", title: "Customer Satisfaction", items: ["Fast support", "Genuine products"] },
|
||||
{ id: "m3", value: "5000+", title: "Happy Clients", items: ["Home owners", "Businesses"] }
|
||||
]}
|
||||
title="Our Impact in Cumilla"
|
||||
description="Driven by a commitment to reliability and tech innovation."
|
||||
@@ -304,63 +139,20 @@ export default function LandingPage() {
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSixteen
|
||||
animationType="scale-rotate"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Md. Rahat",
|
||||
role: "IT Manager",
|
||||
company: "Local Firm",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman_23-2148603016.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Fatima Zara",
|
||||
role: "Homeowner",
|
||||
company: "Residential",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-taking-break-with-smartphone_23-2150522257.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Imran Khan",
|
||||
role: "Student",
|
||||
company: "College",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-young-dark-skinned-female-engineer-touching-lips-with-pen_273609-13917.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Rahim Ahmed",
|
||||
role: "CEO",
|
||||
company: "Startups",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-with-laptop_23-2148116267.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Nasrin Akter",
|
||||
role: "Manager",
|
||||
company: "Corporate",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg",
|
||||
},
|
||||
{ id: "t1", name: "Md. Rahat", role: "IT Manager", company: "Local Firm", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-business-woman_23-2148603016.jpg" },
|
||||
{ id: "t2", name: "Fatima Zara", role: "Homeowner", company: "Residential", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-taking-break-with-smartphone_23-2150522257.jpg" },
|
||||
{ id: "t3", name: "Imran Khan", role: "Student", company: "College", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/positive-young-dark-skinned-female-engineer-touching-lips-with-pen_273609-13917.jpg" },
|
||||
{ id: "t4", name: "Rahim Ahmed", role: "CEO", company: "Startups", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/elderly-businessman-with-laptop_23-2148116267.jpg" },
|
||||
{ id: "t5", name: "Nasrin Akter", role: "Manager", company: "Corporate", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-smartphone_23-2148294016.jpg" }
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "Tech Served",
|
||||
},
|
||||
{
|
||||
value: "95%",
|
||||
label: "Return Rate",
|
||||
},
|
||||
{ value: "4.9", label: "Avg Rating" },
|
||||
{ value: "10k+", label: "Tech Served" },
|
||||
{ value: "95%", label: "Return Rate" }
|
||||
]}
|
||||
title="What Our Clients Say"
|
||||
description="Trusted by hundreds of local customers and businesses in Cumilla."
|
||||
@@ -370,9 +162,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Contact Us"
|
||||
title="Visit Us Today"
|
||||
description="Shop# 5044-47 (Level-5), Cumilla IT Park, New Market, Cumilla-3500, Bangladesh. Phone: +88019795885449. Email: tanshenit@gmail.com"
|
||||
@@ -384,17 +174,11 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Tanshen Technology"
|
||||
leftLink={{
|
||||
text: "Terms & Conditions",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
leftLink={{ text: "Terms & Conditions", href: "#" }}
|
||||
rightLink={{ text: "Privacy Policy", href: "#" }}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user