Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3adcb5f15f | |||
| 3efa9c873a | |||
| af85826dcb | |||
| fcb5d92c8c | |||
| fd1cbdf755 | |||
| d84708ed93 | |||
| 04df0d3b36 | |||
| acbb016404 |
1437
src/app/layout.tsx
1437
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -186,7 +186,7 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
text: "Start Your Project", href: "/contact"},
|
text: "Start Your Project", href: "/contact"},
|
||||||
{
|
{
|
||||||
text: "Schedule a Call", href: "/contact"},
|
text: "View Pricing & Plans", href: "/contact"},
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
@@ -216,4 +216,4 @@ export default function HomePage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -42,7 +42,7 @@ export default function PortfolioPage() {
|
|||||||
>
|
>
|
||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarLayoutFloatingInline
|
<NavbarLayoutFloatingInline
|
||||||
brandName="Webify Greece"
|
brandName=""
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Services", id: "/services" },
|
{ name: "Services", id: "/services" },
|
||||||
@@ -196,7 +196,7 @@ export default function PortfolioPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterCard
|
<FooterCard
|
||||||
logoText="Webify Greece"
|
logoText=""
|
||||||
copyrightText="© 2025 Webify Greece. All rights reserved. Transforming Greek businesses through digital innovation."
|
copyrightText="© 2025 Webify Greece. All rights reserved. Transforming Greek businesses through digital innovation."
|
||||||
socialLinks={[
|
socialLinks={[
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #ffffff;
|
||||||
--card: #ffffff;
|
--card: #f9f9f9;
|
||||||
--foreground: #0c1325;
|
--foreground: #000f06e6;
|
||||||
--primary-cta: #0b07ff;
|
--primary-cta: #0a7039;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #0c1325;
|
--secondary-cta-text: #000f06e6;
|
||||||
--accent: #93b7ff;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #a8bae8;
|
--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);
|
||||||
|
|||||||
Reference in New Issue
Block a user