diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9f1c3f5..a489357 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -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() {
@@ -55,52 +47,29 @@ export default function LandingPage() {
@@ -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() {
@@ -322,29 +206,19 @@ export default function LandingPage() {