Compare commits
21 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 327d57bc9b | |||
| 1a73a4906e | |||
| 770253bc55 | |||
| d083f81027 | |||
| dbb0ec9442 | |||
| 051b4eeede | |||
| 0baf836f2c | |||
| 4cd3f91d54 | |||
| 0bb75a0a87 | |||
| b0040299c4 | |||
| c31c7c8f4b | |||
| 3adcb5f15f | |||
| fcc7b59096 | |||
| 3efa9c873a | |||
| b3763ece38 | |||
| af85826dcb | |||
| fcb5d92c8c | |||
| fd1cbdf755 | |||
| d84708ed93 | |||
| 04df0d3b36 | |||
| acbb016404 |
1435
src/app/layout.tsx
1435
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -29,7 +29,7 @@ export default function HomePage() {
|
|||||||
{/* Navbar */}
|
{/* Navbar */}
|
||||||
<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" },
|
||||||
@@ -80,7 +80,7 @@ export default function HomePage() {
|
|||||||
tag="About Webify Greece"
|
tag="About Webify Greece"
|
||||||
tagIcon={Award}
|
tagIcon={Award}
|
||||||
tagAnimation="slide-up"
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Explore Our Services", href: "/services"},
|
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: "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,
|
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: "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}
|
||||||
|
|||||||
@@ -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={[
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -14,9 +14,9 @@
|
|||||||
--card: #ffffff;
|
--card: #ffffff;
|
||||||
--foreground: #0c1325;
|
--foreground: #0c1325;
|
||||||
--primary-cta: #0b07ff;
|
--primary-cta: #0b07ff;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #050505;
|
||||||
--secondary-cta-text: #0c1325;
|
--secondary-cta-text: #0200ff;
|
||||||
--accent: #93b7ff;
|
--accent: #93b7ff;
|
||||||
--background-accent: #a8bae8;
|
--background-accent: #a8bae8;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user