From a239c0099b6651501aa0a3381e6739262f9f87da Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 05:40:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 131 ++++++++++------------------------------------- 1 file changed, 27 insertions(+), 104 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e27417b..eadee6f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Zap, Briefcase, TrendingUp, Building2, Star, Users, RotateCcw, Wifi, Server, Shield, Cloud, CheckCircle, Award } from 'lucide-react'; +import { Zap, Briefcase, TrendingUp, Building2, Star, Users, RotateCcw, Wifi, Server, Shield, Cloud, CheckCircle, Award, Laptop, Package, HelpCircle } from 'lucide-react'; export default function HomePage() { const navItems = [ @@ -22,8 +22,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "IT Hardware Sales", href: "/services" }, { label: "Refurbished Laptops", href: "/services" }, { label: "Server Installation", href: "/services" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "about" }, { label: "Services", href: "/services" }, { label: "Products", href: "products" }, @@ -42,8 +40,7 @@ export default function HomePage() { ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Email", href: "mailto:support@ebliss.com" }, { label: "Phone", href: "tel:+919876543210" }, { label: "LinkedIn", href: "https://linkedin.com" }, @@ -60,7 +57,7 @@ export default function HomePage() { borderRadius="soft" contentWidth="small" sizing="largeSizeMediumTitles" - background="noise" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -93,33 +90,18 @@ export default function HomePage() { mediaAnimation="blur-reveal" testimonials={[ { - name: "Rajesh Kumar", - handle: "CTO, TechFlow Solutions", - testimonial: "Ebliss transformed our entire IT infrastructure. Their expertise and reliability are unmatched.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-corpor-1772861855578-42355563.png?_wi=1", - imageAlt: "Rajesh Kumar", - }, + name: "Rajesh Kumar", handle: "CTO, TechFlow Solutions", testimonial: "Ebliss transformed our entire IT infrastructure. Their expertise and reliability are unmatched.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-corpor-1772861855578-42355563.png", imageAlt: "Rajesh Kumar"}, { - name: "Priya Sharma", - handle: "CEO, CloudSync Innovations", - testimonial: "Excellent service quality and exceptional technical support. Highly recommended for enterprise solutions.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-female-1772861855035-45d3343e.png?_wi=1", - imageAlt: "Priya Sharma", - }, + name: "Priya Sharma", handle: "CEO, CloudSync Innovations", testimonial: "Excellent service quality and exceptional technical support. Highly recommended for enterprise solutions.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-female-1772861855035-45d3343e.png", imageAlt: "Priya Sharma"}, { - name: "Amit Patel", - handle: "Operations Manager, DataTech Corp", - testimonial: "Professional team with deep technical expertise. Our networking setup has been flawless.", - rating: 5, - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-male-b-1772861855242-19fd3223.png?_wi=1", - imageAlt: "Amit Patel", - }, + name: "Amit Patel", handle: "Operations Manager, DataTech Corp", testimonial: "Professional team with deep technical expertise. Our networking setup has been flawless.", rating: 5, + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-male-b-1772861855242-19fd3223.png", imageAlt: "Amit Patel"}, ]} testimonialRotationInterval={5000} useInvertedBackground={false} - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} /> @@ -127,10 +109,7 @@ export default function HomePage() {