diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 5795eee..a4528e0 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -27,14 +27,11 @@ export default function AboutPage() {
];
const navButton = {
- text: "Call Now",
- href: "tel:0788147608",
- };
+ text: "Call Now", href: "tel:0788147608"};
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Website Design", href: "/services" },
{ label: "Ecommerce Development", href: "/services" },
{ label: "Google Marketing", href: "/services" },
@@ -42,8 +39,7 @@ export default function AboutPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Work", href: "/portfolio" },
{ label: "Reviews", href: "/reviews" },
@@ -51,8 +47,7 @@ export default function AboutPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "Call: 078 814 7608", href: "tel:0788147608" },
{ label: "19 Haakbos St, Alberton", href: "#" },
{ label: "Email: info@247websites.co.za", href: "mailto:info@247websites.co.za" },
@@ -64,11 +59,11 @@ export default function AboutPage() {
return (
@@ -273,29 +208,13 @@ export default function HomePage() {
description="Join dozens of companies that have already grown their online presence with 247 Websites."
tag="Our Partners"
tagIcon={CheckCircle}
- tagAnimation="reveal-blur"
+ tagAnimation="opacity"
textboxLayout="default"
useInvertedBackground={true}
names={[
- "JM Plumbing Services",
- "Chen's Beauty Salon",
- "Ndlela & Co Electrical",
- "Khumalo Fitness Studio",
- "Pieterse Auto Repairs",
- "Zuma Digital Marketing",
- "Alberton Local Directory",
- "Community Business Network",
- ]}
+ "JM Plumbing Services", "Chen's Beauty Salon", "Ndlela & Co Electrical", "Khumalo Fitness Studio", "Pieterse Auto Repairs", "Zuma Digital Marketing", "Alberton Local Directory", "Community Business Network"]}
logos={[
- "http://img.b2bpic.net/free-vector/gradient-abstract-logo-collection_23-2148158364.jpg",
- "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg",
- "http://img.b2bpic.net/free-vector/gradient-advertising-agency-logo-design_23-2149995841.jpg",
- "http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163493.jpg",
- "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg",
- "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg",
- "http://img.b2bpic.net/free-photo/high-quality-brand-badge-banner-copy-space-concept_53876-13783.jpg",
- "http://img.b2bpic.net/free-vector/minimal-technology-vertical-business-card_23-2149167836.jpg",
- ]}
+ "http://img.b2bpic.net/free-vector/gradient-abstract-logo-collection_23-2148158364.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", "http://img.b2bpic.net/free-vector/gradient-advertising-agency-logo-design_23-2149995841.jpg", "http://img.b2bpic.net/free-vector/gradient-technology-logo-collection_23-2148163493.jpg", "http://img.b2bpic.net/free-vector/geometric-harmony-hills-private-school-logo-template_742173-18879.jpg", "http://img.b2bpic.net/free-vector/abstract-business-card-template_23-2148303097.jpg", "http://img.b2bpic.net/free-photo/high-quality-brand-badge-banner-copy-space-concept_53876-13783.jpg", "http://img.b2bpic.net/free-vector/minimal-technology-vertical-business-card_23-2149167836.jpg"]}
speed={40}
showCard={true}
/>
diff --git a/src/app/portfolio/page.tsx b/src/app/portfolio/page.tsx
index 7067544..0a1ce0f 100644
--- a/src/app/portfolio/page.tsx
+++ b/src/app/portfolio/page.tsx
@@ -19,14 +19,11 @@ export default function PortfolioPage() {
];
const navButton = {
- text: "Call Now",
- href: "tel:0788147608",
- };
+ text: "Call Now", href: "tel:0788147608"};
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Website Design", href: "/services" },
{ label: "Ecommerce Development", href: "/services" },
{ label: "Google Marketing", href: "/services" },
@@ -34,8 +31,7 @@ export default function PortfolioPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Work", href: "/portfolio" },
{ label: "Reviews", href: "/reviews" },
@@ -43,8 +39,7 @@ export default function PortfolioPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "Call: 078 814 7608", href: "tel:0788147608" },
{ label: "19 Haakbos St, Alberton", href: "#" },
{ label: "Email: info@247websites.co.za", href: "mailto:info@247websites.co.za" },
@@ -56,11 +51,11 @@ export default function PortfolioPage() {
return (
diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx
index 2cb302a..ebe80a1 100644
--- a/src/app/reviews/page.tsx
+++ b/src/app/reviews/page.tsx
@@ -19,14 +19,11 @@ export default function ReviewsPage() {
];
const navButton = {
- text: "Call Now",
- href: "tel:0788147608",
- };
+ text: "Call Now", href: "tel:0788147608"};
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Website Design", href: "/services" },
{ label: "Ecommerce Development", href: "/services" },
{ label: "Google Marketing", href: "/services" },
@@ -34,8 +31,7 @@ export default function ReviewsPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Work", href: "/portfolio" },
{ label: "Reviews", href: "/reviews" },
@@ -43,8 +39,7 @@ export default function ReviewsPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "Call: 078 814 7608", href: "tel:0788147608" },
{ label: "19 Haakbos St, Alberton", href: "#" },
{ label: "Email: info@247websites.co.za", href: "mailto:info@247websites.co.za" },
@@ -56,11 +51,11 @@ export default function ReviewsPage() {
return (
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 6234186..abb5c54 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -29,14 +29,11 @@ export default function ServicesPage() {
];
const navButton = {
- text: "Call Now",
- href: "tel:0788147608",
- };
+ text: "Call Now", href: "tel:0788147608"};
const footerColumns = [
{
- title: "Services",
- items: [
+ title: "Services", items: [
{ label: "Website Design", href: "/services" },
{ label: "Ecommerce Development", href: "/services" },
{ label: "Google Marketing", href: "/services" },
@@ -44,8 +41,7 @@ export default function ServicesPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Our Work", href: "/portfolio" },
{ label: "Reviews", href: "/reviews" },
@@ -53,8 +49,7 @@ export default function ServicesPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "Call: 078 814 7608", href: "tel:0788147608" },
{ label: "19 Haakbos St, Alberton", href: "#" },
{ label: "Email: info@247websites.co.za", href: "mailto:info@247websites.co.za" },
@@ -66,11 +61,11 @@ export default function ServicesPage() {
return (