Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 327d57bc9b | |||
| 1a73a4906e | |||
| 770253bc55 | |||
| d083f81027 | |||
| dbb0ec9442 | |||
| 051b4eeede | |||
| 0baf836f2c | |||
| 4cd3f91d54 | |||
| 0bb75a0a87 | |||
| b0040299c4 | |||
| c31c7c8f4b | |||
| fcc7b59096 | |||
| b3763ece38 |
@@ -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,
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #ffffff;
|
--background: #f7f6f7;
|
||||||
--card: #f9f9f9;
|
--card: #ffffff;
|
||||||
--foreground: #000f06e6;
|
--foreground: #0c1325;
|
||||||
--primary-cta: #0a7039;
|
--primary-cta: #0b07ff;
|
||||||
--primary-cta-text: #ffffff;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #f9f9f9;
|
--secondary-cta: #050505;
|
||||||
--secondary-cta-text: #000f06e6;
|
--secondary-cta-text: #0200ff;
|
||||||
--accent: #e2e2e2;
|
--accent: #93b7ff;
|
||||||
--background-accent: #c4c4c4;
|
--background-accent: #a8bae8;
|
||||||
|
|
||||||
/* 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