Compare commits
31 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 304cdd6a7d | |||
| 327d57bc9b | |||
| 21f53fdbc8 | |||
| 1a73a4906e | |||
| 4d4852bdcc | |||
| 770253bc55 | |||
| e26ea96baa | |||
| d083f81027 | |||
| 7802294c11 | |||
| dbb0ec9442 | |||
| d4b860a172 | |||
| 051b4eeede | |||
| a4ef56e24f | |||
| 0baf836f2c | |||
| d50eeb7154 | |||
| 4cd3f91d54 | |||
| 6185335f8a | |||
| 0bb75a0a87 | |||
| f9e92b3781 | |||
| b0040299c4 | |||
| c31c7c8f4b | |||
| 3adcb5f15f | |||
| fcc7b59096 | |||
| 3efa9c873a | |||
| b3763ece38 | |||
| 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
@@ -29,7 +29,7 @@ export default function HomePage() {
|
||||
{/* Navbar */}
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="Webify Greece"
|
||||
brandName=""
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Services", id: "/services" },
|
||||
@@ -80,7 +80,7 @@ export default function HomePage() {
|
||||
tag="About Webify Greece"
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
title="We're passionate about creating exceptional digital experiences that transform businesses and empower your online presence in Greece and beyond."
|
||||
title="We're passionate about creating exceptional digital experiences that transform businesses and empower your online presence in Greece and beyond. Email: webify@greece.com | Phone: 6936864495"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Services", href: "/services"},
|
||||
@@ -132,7 +132,7 @@ export default function HomePage() {
|
||||
id: "2", value: "98", title: "Satisfaction", description: "Client satisfaction rate with our work and support", icon: ThumbsUp,
|
||||
},
|
||||
{
|
||||
id: "3", value: "5", title: "Years", description: "Experience in web design and digital solutions", icon: Calendar,
|
||||
id: "3", value: "6 ", title: "Years", description: "Experience in web design and digital solutions", icon: Calendar,
|
||||
},
|
||||
{
|
||||
id: "4", value: "24", title: "Support", description: "Hours of customer support availability", icon: Clock,
|
||||
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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={[
|
||||
{
|
||||
|
||||
@@ -14,9 +14,9 @@
|
||||
--card: #ffffff;
|
||||
--foreground: #0c1325;
|
||||
--primary-cta: #0b07ff;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #0c1325;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #050505;
|
||||
--secondary-cta-text: #0200ff;
|
||||
--accent: #93b7ff;
|
||||
--background-accent: #a8bae8;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user