Compare commits
15 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4f53d1d989 | |||
| 6a81ee573a | |||
| 007af2f27b | |||
| 056be1abd8 | |||
| 23dcc64e16 | |||
| 80b8c435a8 | |||
| cdb171377a | |||
| b4f9a4e328 | |||
| f410fb6603 | |||
| fe42506d50 | |||
| 16051a3e12 | |||
| c80a8ef33f | |||
| 0a4facc9a9 | |||
| 98a48661b6 | |||
| 3f09442eda |
@@ -4,13 +4,13 @@
|
|||||||
/* Base units */
|
/* Base units */
|
||||||
/* --vw is set by ThemeProvider */
|
/* --vw is set by ThemeProvider */
|
||||||
|
|
||||||
--background: #ffffff;;
|
--background: #ffffff;
|
||||||
--card: #fcfcfc;;
|
--card: #fcfcfc;
|
||||||
--foreground: #00120ae6;;
|
--foreground: #00120ae6;
|
||||||
--primary-cta: #15ad59;;
|
--primary-cta: #15ad59;
|
||||||
--secondary-cta: #ffffff;;
|
--secondary-cta: #ffffff;
|
||||||
--accent: #e2e2e2;;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #c4c4c4;;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
@@ -495,7 +495,7 @@ html {
|
|||||||
body {
|
body {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
color: var(--foreground);
|
color: var(--foreground);
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
position: relative;
|
position: relative;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
overscroll-behavior: none;
|
overscroll-behavior: none;
|
||||||
@@ -508,5 +508,5 @@ h3,
|
|||||||
h4,
|
h4,
|
||||||
h5,
|
h5,
|
||||||
h6 {
|
h6 {
|
||||||
font-family: var(--font-dm-sans), sans-serif;
|
font-family: var(--font-inter-tight), sans-serif;
|
||||||
}
|
}
|
||||||
@@ -10,28 +10,28 @@ const dmSans = DM_Sans({
|
|||||||
});
|
});
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Sargas Co - Enterprise IT Solutions",
|
title: "TechVision - Enterprise IT Solutions",
|
||||||
description: "Custom software development, cloud infrastructure, and cybersecurity solutions for enterprise clients",
|
description: "Custom software development, cloud infrastructure, and cybersecurity solutions for enterprise clients",
|
||||||
keywords: "IT services, software development, cloud solutions, enterprise technology",
|
keywords: "IT services, software development, cloud solutions, enterprise technology",
|
||||||
metadataBase: new URL("https://sargasco.com"),
|
metadataBase: new URL("https://techvision.com"),
|
||||||
alternates: {
|
alternates: {
|
||||||
canonical: "https://sargasco.com"
|
canonical: "https://techvision.com"
|
||||||
},
|
},
|
||||||
openGraph: {
|
openGraph: {
|
||||||
title: "Sargas Co - Enterprise IT Solutions",
|
title: "TechVision - Enterprise IT Solutions",
|
||||||
description: "Transforming businesses through innovative IT solutions",
|
description: "Transforming businesses through innovative IT solutions",
|
||||||
type: "website",
|
type: "website",
|
||||||
siteName: "Sargas Co",
|
siteName: "TechVision",
|
||||||
images: [
|
images: [
|
||||||
{
|
{
|
||||||
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739283383-4enee5x3.jpg",
|
url: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739283383-4enee5x3.jpg",
|
||||||
alt: "Sargas Co Office"
|
alt: "TechVision Office"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
twitter: {
|
twitter: {
|
||||||
card: "summary_large_image",
|
card: "summary_large_image",
|
||||||
title: "Sargas Co - Enterprise IT Solutions",
|
title: "TechVision - Enterprise IT Solutions",
|
||||||
description: "Custom software development and cloud solutions for enterprises"
|
description: "Custom software development and cloud solutions for enterprises"
|
||||||
},
|
},
|
||||||
robots: {
|
robots: {
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
"use client";
|
"use client"
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
@@ -10,25 +10,26 @@ import TeamCardEleven from '@/components/sections/team/TeamCardEleven';
|
|||||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
|
import TextAnimation from '@/components/text/TextAnimation';
|
||||||
import { Users, TrendingUp, Zap, Award, Sparkles } from 'lucide-react';
|
import { Users, TrendingUp, Zap, Award, Sparkles } from 'lucide-react';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider
|
<ThemeProvider
|
||||||
defaultButtonVariant={"icon-arrow"}
|
defaultButtonVariant="icon-arrow"
|
||||||
defaultTextAnimation={"reveal-blur"}
|
defaultTextAnimation="reveal-blur"
|
||||||
borderRadius={"pill"}
|
borderRadius="pill"
|
||||||
contentWidth={"medium"}
|
contentWidth="medium"
|
||||||
sizing={"mediumLarge"}
|
sizing="mediumLarge"
|
||||||
background={"noiseGradient"}
|
background="noiseGradient"
|
||||||
cardStyle={"gradient-radial"}
|
cardStyle="gradient-radial"
|
||||||
primaryButtonStyle={"radial-glow"}
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle={"outline"}
|
secondaryButtonStyle="outline"
|
||||||
headingFontWeight={"medium"}
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
brandName="Sargas Co"
|
brandName="TechVision"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Services", id: "services" },
|
{ name: "Services", id: "services" },
|
||||||
{ name: "About", id: "about" },
|
{ name: "About", id: "about" },
|
||||||
@@ -45,15 +46,14 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroLogo
|
<HeroLogo
|
||||||
logoText="Sargas Co"
|
title="Welcome to our company"
|
||||||
description="Transforming businesses through innovative IT solutions and strategic technology partnerships"
|
description="Delivering excellence in IT solutions since 2015, serving over 300 enterprise clients worldwide"
|
||||||
|
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739283383-4enee5x3.jpg"
|
||||||
|
logoAlt="TechVision Logo"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore Services", href: "services" },
|
{ text: "Get Started", href: "#contact" },
|
||||||
{ text: "Schedule Consultation", href: "contact" }
|
{ text: "Learn More", href: "#about" }
|
||||||
]}
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739283383-4enee5x3.jpg"
|
|
||||||
imageAlt="Modern office workspace"
|
|
||||||
showDimOverlay={true}
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -120,7 +120,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="pricing" data-section="pricing">
|
<div id="pricing" data-section="pricing">
|
||||||
<PricingCardThree
|
<PricingCardThree
|
||||||
title="Flexible Engagement Models"
|
title="Flexible Pricing Plans"
|
||||||
description="Choose the right partnership model for your organization"
|
description="Choose the right partnership model for your organization"
|
||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -193,14 +193,14 @@ export default function LandingPage() {
|
|||||||
id: "1",
|
id: "1",
|
||||||
title: "Sarah Johnson",
|
title: "Sarah Johnson",
|
||||||
subtitle: "CEO & Co-Founder",
|
subtitle: "CEO & Co-Founder",
|
||||||
detail: "sarah@sargasco.com",
|
detail: "sarah@techvision.com",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739289686-46zppqua.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739289686-46zppqua.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2",
|
||||||
title: "Michael Chen",
|
title: "Michael Chen",
|
||||||
subtitle: "CTO & Co-Founder",
|
subtitle: "CTO & Co-Founder",
|
||||||
detail: "michael@sargasco.com",
|
detail: "michael@techvision.com",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739290811-3l4omjjj.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739290811-3l4omjjj.jpg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -213,14 +213,14 @@ export default function LandingPage() {
|
|||||||
id: "3",
|
id: "3",
|
||||||
title: "Emily Rodriguez",
|
title: "Emily Rodriguez",
|
||||||
subtitle: "VP of Services",
|
subtitle: "VP of Services",
|
||||||
detail: "emily@sargasco.com",
|
detail: "emily@techvision.com",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739291871-w7115s5w.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739291871-w7115s5w.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4",
|
||||||
title: "David Kim",
|
title: "David Kim",
|
||||||
subtitle: "VP of Delivery",
|
subtitle: "VP of Delivery",
|
||||||
detail: "david@sargasco.com",
|
detail: "david@techvision.com",
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739292964-5ffln4fm.jpg"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766739292964-5ffln4fm.jpg"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -297,8 +297,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="Sargas Co"
|
logoText="TechVision"
|
||||||
copyrightText="© 2025 Sargas Co. All rights reserved."
|
copyrightText="© 2025 TechVision. All rights reserved."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Services",
|
title: "Services",
|
||||||
@@ -327,7 +327,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Contact",
|
title: "Contact",
|
||||||
items: [
|
items: [
|
||||||
{ label: "Email Us", href: "mailto:hello@sargasco.com" },
|
{ label: "Email Us", href: "mailto:hello@techvision.com" },
|
||||||
{ label: "Call Us", href: "tel:+1234567890" },
|
{ label: "Call Us", href: "tel:+1234567890" },
|
||||||
{ label: "Get Support", href: "#contact" }
|
{ label: "Get Support", href: "#contact" }
|
||||||
]
|
]
|
||||||
@@ -335,6 +335,14 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div className="flex justify-center my-8">
|
||||||
|
<TextAnimation
|
||||||
|
type="entrance-slide"
|
||||||
|
title="Welcome to our company"
|
||||||
|
variant="trigger"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user