8 Commits

Author SHA1 Message Date
3adcb5f15f Update theme colors 2026-03-08 11:12:10 +00:00
3efa9c873a Update src/app/portfolio/page.tsx 2026-03-08 11:09:33 +00:00
af85826dcb Update src/app/page.tsx 2026-03-08 11:02:47 +00:00
fcb5d92c8c Update src/app/layout.tsx 2026-03-08 11:02:46 +00:00
fd1cbdf755 Merge version_1 into main
Merge version_1 into main
2026-03-08 10:58:09 +00:00
d84708ed93 Merge version_1 into main
Merge version_1 into main
2026-03-08 10:57:01 +00:00
04df0d3b36 Merge version_1 into main
Merge version_1 into main
2026-03-08 10:55:14 +00:00
acbb016404 Merge version_1 into main
Merge version_1 into main
2026-03-08 10:53:24 +00:00
4 changed files with 25 additions and 1438 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -186,7 +186,7 @@ export default function HomePage() {
{
text: "Start Your Project", href: "/contact"},
{
text: "Schedule a Call", href: "/contact"},
text: "View Pricing & Plans", href: "/contact"},
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -216,4 +216,4 @@ export default function HomePage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -42,7 +42,7 @@ export default function PortfolioPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Webify Greece"
brandName=""
navItems={[
{ name: "Home", id: "/" },
{ name: "Services", id: "/services" },
@@ -196,7 +196,7 @@ export default function PortfolioPage() {
<div id="footer" data-section="footer">
<FooterCard
logoText="Webify Greece"
logoText=""
copyrightText="© 2025 Webify Greece. All rights reserved. Transforming Greek businesses through digital innovation."
socialLinks={[
{

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0b07ff;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93b7ff;
--background-accent: #a8bae8;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);