diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index ebb7e1f..f681727 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -3,9 +3,9 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import TeamCardTen from "@/components/sections/team/TeamCardTen";
-import FooterBase from "@/components/sections/footer/FooterBase";
-import { Users, Award } from "lucide-react";
+import TeamCardSix from "@/components/sections/team/TeamCardSix";
+import FooterMedia from "@/components/sections/footer/FooterMedia";
+import { Users } from "lucide-react";
export default function AboutPage() {
return (
@@ -37,18 +37,21 @@ export default function AboutPage() {
Founded in a small barber shop in 2018, Webild was born from the idea that local business deserves world-class digital craft. We moved from cutting hair to cutting code, bringing the same precision, style, and personal touch to every website we build.
-
-
-
-
-
-
-
-
Our Location
-
123 Barbershop Lane, Digital City, DC 12345
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 6a26294..e5080f4 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -18,7 +18,7 @@ const inter = Inter({
subsets: ["latin"],
});
-export const metadata: Metadata = { title: 'Webild Agency | High-Impact Digital Design & Development', description: 'Transform your brand with Webild. We craft high-performance websites and digital experiences designed to scale your business and captivate your audience.', openGraph: { title: 'Webild Agency | High-Impact Digital Design & Development', description: 'Transform your brand with Webild. We craft high-performance websites and digital experiences designed to scale your business and captivate your audience.', type: 'website' } };
+export const metadata: Metadata = { title: 'Webild - Professional Digital Agency', description: 'Crafting exceptional digital experiences for modern businesses.', openGraph: { title: 'Webild Agency | High-Impact Digital Design & Development', description: 'Transform your brand with Webild. We craft high-performance websites and digital experiences designed to scale your business and captivate your audience.', type: 'website' } };
export default function RootLayout({
children,
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 94a7f04..8c215be 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -3,17 +3,9 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
-import FeatureBento from "@/components/sections/feature/FeatureBento";
-import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix";
-import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
-import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
-import TeamCardFive from "@/components/sections/team/TeamCardFive";
-import FaqBase from "@/components/sections/faq/FaqBase";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
-import FooterBase from "@/components/sections/footer/FooterBase";
-import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
-import { Sparkles, Search, ArrowUpRight, Monitor, Shield, Zap, Puzzle, TrendingUp, Lock, Phone, MessageCircle, BookOpen, Tv, Camera, Music, Settings, Award, Users, Star } from "lucide-react";
+import HeroBillboardGallery from "@/components/sections/hero/HeroBillboardGallery";
+import FooterMedia from "@/components/sections/footer/FooterMedia";
+import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix";
export default function WebAgency2Page() {
return (
@@ -40,209 +32,40 @@ export default function WebAgency2Page() {
]}
button={{ text: "Get Started", href: "#contact" }}
/>
-
-
-
-
-
-
-
-
-
-
);
-}
+}
\ No newline at end of file
diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 98c89b5..bda5408 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -3,9 +3,9 @@
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
-import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo";
-import FooterBase from "@/components/sections/footer/FooterBase";
-import ContactCTA from "@/components/sections/contact/ContactCTA";
+import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
+import FooterMedia from "@/components/sections/footer/FooterMedia";
+import ContactText from "@/components/sections/contact/ContactText";
export default function ServicesPage() {
return (
@@ -32,62 +32,29 @@ export default function ServicesPage() {
]}
button={{ text: "Get Started", href: "#contact" }}
/>
-
-
-
-
-
-