Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-07 06:07:11 +00:00
2 changed files with 20 additions and 71 deletions

View File

@@ -1,68 +1,18 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
export const metadata: Metadata = {
title: "Ebliss Infosystems - IT Infrastructure, Cloud Hosting & Security Solutions",
description: "Complete IT infrastructure solutions including refurbished laptops, server setup, firewall security, cloud hosting, and enterprise IT support for businesses across India.",
keywords: "IT hardware sales, refurbished laptops India, server installation, firewall security, cloud hosting, VPS hosting, CCTV installation, networking setup, IT infrastructure, managed IT services",
metadataBase: new URL("https://www.ebliss.com"),
alternates: {
canonical: "https://www.ebliss.com",
},
openGraph: {
title: "Ebliss Infosystems - Complete IT Infrastructure Solutions",
description: "Refurbished laptops, server setup, firewall security, cloud hosting, and comprehensive IT support for modern businesses.",
url: "https://www.ebliss.com",
siteName: "Ebliss Infosystems",
type: "website",
},
twitter: {
card: "summary_large_image",
title: "Ebliss Infosystems - IT Infrastructure Solutions",
description: "Complete IT services including hardware, servers, cloud hosting, and network security.",
},
robots: {
index: true,
follow: true,
},
};
title: "Technoswag Technology - IT Infrastructure Solutions", description: "Complete IT infrastructure solutions including refurbished laptops, IT hardware, networking, firewall security, and cloud hosting for businesses across India."};
export default function RootLayout({
children,
}: Readonly<{
}: {
children: React.ReactNode;
}>) {
}) {
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} ${libreBaskerville.variable} antialiased`}
>
<Tag />
{children}
<html lang="en">
<body>
{children}
<script
dangerouslySetInnerHTML={{
__html: `
@@ -1430,7 +1380,6 @@ export default function RootLayout({
}}
/>
</body>
</ServiceWrapper>
</html>
);
}

View File

@@ -41,7 +41,7 @@ export default function HomePage() {
},
{
title: "Connect", items: [
{ label: "Email", href: "mailto:support@ebliss.com" },
{ label: "Email", href: "mailto:support@technoswag.com" },
{ label: "Phone", href: "tel:+919876543210" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "Twitter", href: "https://twitter.com" },
@@ -66,9 +66,9 @@ export default function HomePage() {
<div id="nav" data-section="nav">
<NavbarStyleFullscreen
navItems={navItems}
brandName="Ebliss"
brandName="Technoswag"
bottomLeftText="IT Infrastructure Solutions"
bottomRightText="support@ebliss.com"
bottomRightText="support@technoswag.com"
/>
</div>
@@ -90,7 +90,7 @@ 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,
name: "Rajesh Kumar", handle: "CTO, TechFlow Solutions", testimonial: "Technoswag 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: "Priya Sharma", handle: "CEO, CloudSync Innovations", testimonial: "Excellent service quality and exceptional technical support. Highly recommended for enterprise solutions.", rating: 5,
@@ -107,9 +107,9 @@ export default function HomePage() {
<div id="about" data-section="about">
<TextSplitAbout
title="About Ebliss Infosystems"
title="About Technoswag Technology"
description={[
"Ebliss Infosystems is a trusted IT infrastructure provider delivering comprehensive solutions including refurbished laptops, IT hardware sales, networking setup, firewall security, VPS hosting, server rental, cloud management, CCTV installation, and enterprise IT support.", "We serve businesses across India with a commitment to reliability, expertise, and customer success. Our team combines deep technical knowledge with proven business acumen to deliver IT solutions that scale with your organization.", "With years of experience supporting startups, SMEs, and enterprises, we understand the critical role technology plays in business growth and operational excellence."]}
"Technoswag Technology is a trusted IT infrastructure provider delivering comprehensive solutions including refurbished laptops, IT hardware sales, networking setup, firewall security, VPS hosting, server rental, cloud management, CCTV installation, and enterprise IT support.", "We serve businesses across India with a commitment to reliability, expertise, and customer success. Our team combines deep technical knowledge with proven business acumen to deliver IT solutions that scale with your organization.", "With years of experience supporting startups, SMEs, and enterprises, we understand the critical role technology plays in business growth and operational excellence."]}
buttons={[{ text: "Learn More", href: "about" }]}
buttonAnimation="slide-up"
showBorder={true}
@@ -152,7 +152,7 @@ export default function HomePage() {
<div id="metrics" data-section="metrics">
<MetricCardThree
title="Why Choose Ebliss"
title="Why Choose Technoswag"
description="Trusted by hundreds of businesses across India for reliable IT infrastructure and expert support."
tag="Proven Results"
tagIcon={TrendingUp}
@@ -172,7 +172,7 @@ export default function HomePage() {
<div id="social-proof" data-section="social-proof">
<SocialProofOne
title="Trusted by Industry Leaders"
description="Leading companies across sectors rely on Ebliss for their IT infrastructure and technology solutions."
description="Leading companies across sectors rely on Technoswag for their IT infrastructure and technology solutions."
tag="Enterprise Partners"
tagIcon={Building2}
tagAnimation="slide-up"
@@ -189,19 +189,19 @@ export default function HomePage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSix
title="Client Testimonials"
description="Real feedback from businesses that have transformed their IT operations with Ebliss solutions."
description="Real feedback from businesses that have transformed their IT operations with Technoswag solutions."
tag="Success Stories"
tagIcon={Star}
tagAnimation="slide-up"
testimonials={[
{
id: "1", name: "Rajesh Kumar", handle: "CTO, TechFlow Solutions", testimonial: "Ebliss provided exceptional server infrastructure setup. Their team was professional and responsive throughout.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-corpor-1772861855578-42355563.png?_wi=2", imageAlt: "Rajesh Kumar"},
id: "1", name: "Rajesh Kumar", handle: "CTO, TechFlow Solutions", testimonial: "Technoswag provided exceptional server infrastructure setup. Their team was professional and responsive throughout.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-corpor-1772861855578-42355563.png?_wi=2", imageAlt: "Rajesh Kumar"},
{
id: "2", name: "Priya Sharma", handle: "CEO, CloudSync Innovations", testimonial: "Outstanding firewall configuration and network security implementation. Exactly what we needed for enterprise compliance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-female-1772861855035-45d3343e.png?_wi=2", imageAlt: "Priya Sharma"},
{
id: "3", name: "Amit Patel", handle: "Operations Director, DataTech Corp", testimonial: "Their refurbished laptop solutions saved us significant costs without compromising quality. Highly recommended.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-male-b-1772861855242-19fd3223.png?_wi=2", imageAlt: "Amit Patel"},
{
id: "4", name: "Sarah Johnson", handle: "Founder, StartupXYZ", testimonial: "Ebliss helped us scale our IT infrastructure as we grew. Excellent service quality and technical expertise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-female-1772861855551-e2c213b7.png", imageAlt: "Sarah Johnson"},
id: "4", name: "Sarah Johnson", handle: "Founder, StartupXYZ", testimonial: "Technoswag helped us scale our IT infrastructure as we grew. Excellent service quality and technical expertise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-female-1772861855551-e2c213b7.png", imageAlt: "Sarah Johnson"},
{
id: "5", name: "Michael Chen", handle: "CIO, EnterpriseFlow Inc", testimonial: "Their cloud management and VPS hosting services are reliable and well-supported. Great partnership.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AbWVziyUEkutl56lzR1HbsAdNa/professional-avatar-headshot-of-a-male-e-1772861856435-e5225d67.png", imageAlt: "Michael Chen"},
{
@@ -216,9 +216,9 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="Ebliss Infosystems"
logoText="Technoswag Technology"
columns={footerColumns}
copyrightText="© 2025 Ebliss Infosystems. Complete IT Infrastructure Solutions for Modern Businesses."
copyrightText="© 2025 Technoswag Technology. Complete IT Infrastructure Solutions for Modern Businesses."
/>
</div>
</ThemeProvider>