From af87eaee14fc5b4bdc1ba637b18cad0a4da84c75 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 20:45:13 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d8b5a85..383b1c4 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -19,8 +19,8 @@ const inter = Inter({ }); export const metadata: Metadata = { - title: 'Expert HVAC Services | Your Comfort, Our Priority', - description: 'Your trusted partner for all HVAC needs. We offer expert repair, installation, and maintenance services to keep your home or business comfortable year-round.', + title: 'TFlavorz Coffee Shop | Premium Coffee & Pastries in Lahore', + description: 'Experience TFlavorz Coffee Shop, rated 4.8 stars in Lahore. Enjoy premium coffee, delicious pastries, and a cozy atmosphere. Open 5pm-2am. Address: 16-F, Sector AA Punjab CHS, Lahore. Call 0321 8218218.', }; export default function RootLayout({ From 0a3652981c940a2832c0983eda6bb310f8ade862 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 20:45:14 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 298 +++++++++++++++-------------------------------- 1 file changed, 94 insertions(+), 204 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 67da1ef..3e80001 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,13 +6,11 @@ import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloating import HeroOverlay from "@/components/sections/hero/HeroOverlay"; import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; import FeatureCardOne from "@/components/sections/feature/FeatureCardOne"; -import FeatureBorderGlow from "@/components/sections/feature/featureBorderGlow/FeatureBorderGlow"; -import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { ShieldCheck, Wrench, DollarSign, Phone } from "lucide-react"; +import { Phone } from "lucide-react"; export default function HvacPage() { return ( @@ -31,208 +29,95 @@ export default function HvacPage() {
-
+ + - -
+ +
+ +
+
); -} +} \ No newline at end of file