diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 1e92680..d7279d1 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -10,8 +10,8 @@ import { getVisualEditScript } from "@/utils/visual-edit-script";
export const metadata: Metadata = {
- title: 'Axion Studio - Design Agency',
- description: 'Axion Studio crafts digital experiences for brands ready to dominate their category online. Explore our strategy-led creative work.',
+ title: 'Five Star Painting LTD - Professional Painting Services',
+ description: 'Five Star Painting LTD offers professional interior, exterior, and commercial painting services. Quality craftsmanship, exceptional results, and a commitment to customer satisfaction. Contact us for a free estimate.',
openGraph: {
"title": "Axion Studio - Design Agency",
"description": "Axion Studio crafts digital experiences for brands ready to dominate their category online. Explore our strategy-led creative work.",
diff --git a/src/app/page.tsx b/src/app/page.tsx
index e4d82e0..ebba471 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,9 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
-import { Award, Sparkles } from "lucide-react";
+import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
+import { Award, Sparkles, Paintbrush, Home, Building2, Workflow } from "lucide-react";
export default function LandingPage() {
return (
@@ -30,15 +32,19 @@ export default function LandingPage() {