From cfe23a3b4cc366c44e525ad2d73b8ba1702761be Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:14:59 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index c2eec5a..08b38b7 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -27,7 +27,8 @@ export const metadata: Metadata = { openGraph: { title: "CoreScale - Affordable Professional Websites for Small Businesses", description: "Get a professional website for your small business starting at $250. Build trust, attract customers, and grow online with CoreScale.", type: "website", siteName: "CoreScale", images: [ { - url: "http://img.b2bpic.net/free-photo/joyous-coworkers-having-fun-vibrant-office-while-reviewing-financial-graphs_482257-126650.jpg", alt: "Professional website design for small businesses"}, + url: "http://img.b2bpic.net/free-photo/joyous-coworkers-having-fun-vibrant-office-while-reviewing-financial-graphs_482257-126650.jpg", alt: "Professional website design for small businesses" + }, ], }, twitter: { @@ -1419,4 +1420,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 9734e36ef41f58b03184d788628dbbe9f1e7bd5b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 03:15:00 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 38 ++------------------------------------ 1 file changed, 2 insertions(+), 36 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79a512a..f360f7c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,10 +6,9 @@ import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import TextSplitAbout from "@/components/sections/about/TextSplitAbout"; import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; import FeatureCardThree from "@/components/sections/feature/featureCardThree/FeatureCardThree"; -import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactFaq from "@/components/sections/contact/ContactFaq"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; -import { ArrowRight, CheckCircle, Sparkles, Star } from "lucide-react"; +import { ArrowRight, CheckCircle, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -32,7 +31,6 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Services", id: "services" }, { name: "Why We Matter", id: "why-matters" }, - { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} button={{ @@ -132,38 +130,6 @@ export default function LandingPage() { /> -
- -
-
); -} +} \ No newline at end of file -- 2.49.1