diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 75a47cc..183c735 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,7 +5,8 @@ import "./globals.css"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Webild Studio - Web Design & Development", description: "Award-winning web agency crafting beautiful, high-converting websites that drive real results."}; + title: "Webild Studio - Web Design & Development", description: "Award-winning web agency crafting beautiful, high-converting websites that drive real results." +}; export default function RootLayout({ children, @@ -1384,4 +1385,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index d4c7ef5..8c0b799 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { CheckCircle, Sparkles, Zap, TrendingUp, Users } from "lucide-react"; +import { CheckCircle, Sparkles, Zap, TrendingUp, Users, Award } from "lucide-react"; export default function LandingPage() { return ( @@ -45,7 +45,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file