Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-18 09:29:56 +00:00

View File

@@ -11,7 +11,7 @@ import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import { Award, Users, Zap } from "lucide-react";
import { Award, Users, Zap, BatteryCharging, Shield, Headphones } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Contact",
id: "#contact",
},
name: "Contact", id: "#contact"},
]}
brandName="Saha Enterprise"
/>
@@ -55,52 +47,29 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardRotatedCarousel
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Future of Tech at Saha Enterprise"
description="Premium 3D-integrated electronics and hardware solutions designed for the modern innovator."
tag="New 3D Tech Collection"
buttons={[
{
text: "Shop Now",
href: "#products",
},
text: "Shop Now", href: "#products"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
carouselItems={[
{
id: "1",
imageSrc: "http://img.b2bpic.net/free-photo/natural-background-water-pool-texture-close-up_169016-22523.jpg",
imageAlt: "Futuristic electronic device 1",
},
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/natural-background-water-pool-texture-close-up_169016-22523.jpg", imageAlt: "Futuristic electronic device 1"},
{
id: "2",
imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105530.jpg",
imageAlt: "Electronic motherboard circuitry",
},
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/technology-background-texture_23-2148105530.jpg", imageAlt: "Electronic motherboard circuitry"},
{
id: "3",
imageSrc: "http://img.b2bpic.net/free-photo/creative-abstract-golden-textured-material_23-2148943367.jpg",
imageAlt: "Premium wireless headphones",
},
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/creative-abstract-golden-textured-material_23-2148943367.jpg", imageAlt: "Premium wireless headphones"},
{
id: "4",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-white-smartphone-white-surface_187299-48750.jpg",
imageAlt: "Sleek metallic smartphone",
},
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-white-smartphone-white-surface_187299-48750.jpg", imageAlt: "Sleek metallic smartphone"},
{
id: "5",
imageSrc: "http://img.b2bpic.net/free-photo/yellow-model-career-kit-arrangement_23-2150083996.jpg",
imageAlt: "Smart home hub sensor",
},
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/yellow-model-career-kit-arrangement_23-2150083996.jpg", imageAlt: "Smart home hub sensor"},
{
id: "6",
imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763321.jpg",
imageAlt: "High-tech smartwatch",
},
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/usb-flash-drive-tech-device-with-minimalist-monochrome-background-earphones_23-2150763321.jpg", imageAlt: "High-tech smartwatch"},
]}
/>
</div>
@@ -111,29 +80,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Fast Connectivity",
description: "Seamless integration with high-speed protocols.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-9934.jpg",
},
title: "Fast Connectivity", description: "Seamless integration with high-speed protocols.", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/artistic-blurry-colorful-wallpaper-background_58702-9934.jpg"},
{
title: "Long-Lasting Power",
description: "Extended battery life for non-stop productivity.",
buttonIcon: "BatteryCharging",
imageSrc: "http://img.b2bpic.net/free-photo/half-charged-battery-left-side-with-white-background_187299-40056.jpg",
},
title: "Long-Lasting Power", description: "Extended battery life for non-stop productivity.", buttonIcon: BatteryCharging,
imageSrc: "http://img.b2bpic.net/free-photo/half-charged-battery-left-side-with-white-background_187299-40056.jpg"},
{
title: "Advanced Security",
description: "Robust data protection for your peace of mind.",
buttonIcon: "Shield",
imageSrc: "http://img.b2bpic.net/free-psd/gold-medallion-with-white-shield-check-mark-secure-approved-safe_84443-56161.jpg",
},
title: "Advanced Security", description: "Robust data protection for your peace of mind.", buttonIcon: Shield,
imageSrc: "http://img.b2bpic.net/free-psd/gold-medallion-with-white-shield-check-mark-secure-approved-safe_84443-56161.jpg"},
{
title: "Premium Sound",
description: "Studio-grade audio for every listener.",
buttonIcon: "Headphones",
imageSrc: "http://img.b2bpic.net/free-vector/creative-devices-25-glyph-solid-black-icon-pack-such-as-mobile-cellphone-tracked-card-digital_1142-23241.jpg",
},
title: "Premium Sound", description: "Studio-grade audio for every listener.", buttonIcon: Headphones,
imageSrc: "http://img.b2bpic.net/free-vector/creative-devices-25-glyph-solid-black-icon-pack-such-as-mobile-cellphone-tracked-card-digital_1142-23241.jpg"},
]}
title="Innovative Hardware Features"
description="Everything we do at Saha Enterprise is powered by innovation and quality."
@@ -148,41 +105,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Pro Tablet",
price: "$999",
imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg",
},
id: "p1", name: "Pro Tablet", price: "$999", imageSrc: "http://img.b2bpic.net/free-photo/seller-man-mobile-phone-professional-consultant-tech-store-shop_627829-4977.jpg"},
{
id: "p2",
name: "Mechanical Keyboard",
price: "$199",
imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-nvme-ssd_58702-17245.jpg",
},
id: "p2", name: "Mechanical Keyboard", price: "$199", imageSrc: "http://img.b2bpic.net/free-photo/minimalist-tech-setup-with-nvme-ssd_58702-17245.jpg"},
{
id: "p3",
name: "Gaming Mouse",
price: "$89",
imageSrc: "http://img.b2bpic.net/free-photo/mouse-with-dripping-pink-paint_23-2148263684.jpg",
},
id: "p3", name: "Gaming Mouse", price: "$89", imageSrc: "http://img.b2bpic.net/free-photo/mouse-with-dripping-pink-paint_23-2148263684.jpg"},
{
id: "p4",
name: "4K DSLR Lens",
price: "$1299",
imageSrc: "http://img.b2bpic.net/free-photo/various-swappable-camera-objectives_140725-8083.jpg",
},
id: "p4", name: "4K DSLR Lens", price: "$1299", imageSrc: "http://img.b2bpic.net/free-photo/various-swappable-camera-objectives_140725-8083.jpg"},
{
id: "p5",
name: "Smart Speaker Hub",
price: "$149",
imageSrc: "http://img.b2bpic.net/free-photo/loaded-circuit-board_1384-27.jpg",
},
id: "p5", name: "Smart Speaker Hub", price: "$149", imageSrc: "http://img.b2bpic.net/free-photo/loaded-circuit-board_1384-27.jpg"},
{
id: "p6",
name: "Laptop Professional",
price: "$2499",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blue-technology-background_23-2148882620.jpg",
},
id: "p6", name: "Laptop Professional", price: "$2499", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-blue-technology-background_23-2148882620.jpg"},
]}
title="Shop Our Collection"
description="Explore our premium selection of electronic hardware."
@@ -196,19 +129,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
label: "Years Active",
value: "15+",
},
label: "Years Active", value: "15+"},
{
icon: Users,
label: "Happy Clients",
value: "10k+",
},
label: "Happy Clients", value: "10k+"},
{
icon: Zap,
label: "Gadgets Sold",
value: "50k+",
},
label: "Gadgets Sold", value: "50k+"},
]}
metricsAnimation="slide-up"
/>
@@ -221,26 +148,11 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "99.9%",
title: "Uptime",
description: "Reliability guarantee.",
imageSrc: "http://img.b2bpic.net/free-photo/white-geometrical-shapes-background_23-2148811541.jpg",
},
id: "m1", value: "99.9%", title: "Uptime", description: "Reliability guarantee.", imageSrc: "http://img.b2bpic.net/free-photo/white-geometrical-shapes-background_23-2148811541.jpg"},
{
id: "m2",
value: "24/7",
title: "Support",
description: "Always here for you.",
imageSrc: "http://img.b2bpic.net/free-photo/digital-security-lockscreen-concept_53876-138093.jpg",
},
id: "m2", value: "24/7", title: "Support", description: "Always here for you.", imageSrc: "http://img.b2bpic.net/free-photo/digital-security-lockscreen-concept_53876-138093.jpg"},
{
id: "m3",
value: "50+",
title: "Cities",
description: "Global reach.",
imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg",
},
id: "m3", value: "50+", title: "Cities", description: "Global reach.", imageSrc: "http://img.b2bpic.net/free-photo/settings-front-side-with-white-background_187299-39965.jpg"},
]}
title="Our Growth"
description="Impact of our solutions globally."
@@ -254,45 +166,20 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah J.",
handle: "@sarahj",
testimonial: "Excellent hardware, Saha Enterprise is my go-to shop.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4749.jpg",
},
id: "t1", name: "Sarah J.", handle: "@sarahj", testimonial: "Excellent hardware, Saha Enterprise is my go-to shop.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4749.jpg"},
{
id: "t2",
name: "Michael C.",
handle: "@mchen",
testimonial: "Top-notch quality and fast shipping. Highly recommend.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-wearing-white-poloneck-attractive-girl-model-fashion_1139-1613.jpg",
},
id: "t2", name: "Michael C.", handle: "@mchen", testimonial: "Top-notch quality and fast shipping. Highly recommend.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-brunette-woman-wearing-white-poloneck-attractive-girl-model-fashion_1139-1613.jpg"},
{
id: "t3",
name: "Emily R.",
handle: "@erod",
testimonial: "Customer service exceeded my expectations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg",
},
id: "t3", name: "Emily R.", handle: "@erod", testimonial: "Customer service exceeded my expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smart-man_1098-14700.jpg"},
{
id: "t4",
name: "David K.",
handle: "@davidk",
testimonial: "The best selection of premium electronics.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-blue-jacket-with-paint-brush-stroke_23-2149020780.jpg",
},
id: "t4", name: "David K.", handle: "@davidk", testimonial: "The best selection of premium electronics.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-blue-jacket-with-paint-brush-stroke_23-2149020780.jpg"},
{
id: "t5",
name: "Jane Doe",
handle: "@jdoe",
testimonial: "Innovation at its best, satisfied customer.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459189.jpg",
},
id: "t5", name: "Jane Doe", handle: "@jdoe", testimonial: "Innovation at its best, satisfied customer.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459189.jpg"},
]}
showRating={true}
title="Client Success"
@@ -304,16 +191,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Let's Talk"
title="Get In Touch"
description="Ready to upgrade your tech stack? Contact our team today."
buttons={[
{
text: "Send Email",
href: "mailto:support@saha.enterprise",
},
text: "Send Email", href: "mailto:support@saha.enterprise"},
]}
/>
</div>
@@ -322,29 +206,19 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Products",
items: [
title: "Products", items: [
{
label: "Tablets",
href: "#products",
},
label: "Tablets", href: "#products"},
{
label: "Keyboards",
href: "#products",
},
label: "Keyboards", href: "#products"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
],
},
]}