From 56b0c4cbbc5fb17785ffd8055ce2d77d81eb8240 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:08:32 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 229 +++++++++++++---------------------------- 1 file changed, 69 insertions(+), 160 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a141165..56cc662 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,91 +1,64 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import MediaAbout from "@/components/sections/about/MediaAbout"; -import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNineteen"; -import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCardSix"; -import MetricCardThree from "@/components/sections/metrics/MetricCardThree"; -import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { - Grid, - Award, - Briefcase, - TrendingUp, - Users, - Heart, - Star, -} from "lucide-react"; +import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; +import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; +import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; +import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; +import Link from "next/link"; +import { Grid, Award, Briefcase, TrendingUp, ShoppingCart, Heart } from "lucide-react"; export default function AboutPage() { return ( -
- -
- -
- +
-
- +
-
- +
); -} +} \ No newline at end of file -- 2.49.1 From 5cb083041d6006286d2dff7763e11ed1b0652143 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 07:08:33 +0000 Subject: [PATCH 2/5] Update src/app/layout.tsx --- src/app/layout.tsx | 39 +++++++++++++++++++++++++++++---------- 1 file changed, 29 insertions(+), 10 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index b06ffcb..da1ba9f 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,15 +1,17 @@ import type { Metadata } from "next"; -import { Inter } from "next/font/google"; -import "./styles/variables.css"; -import "./styles/base.css"; +import { Poppins } from "next/font/google"; import "./globals.css"; +import { ServiceWrapper } from "@/components/wrapper/ServiceWrapper"; +import { Tag } from "@/components/badge/Tag"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], +const poppins = Poppins({ + variable: "--font-poppins", subsets: ["latin"], + weight: ["100", "200", "300", "400", "500", "600", "700", "800", "900"], }); export const metadata: Metadata = { - title: "ShopHub - Your Online Shopping Destination", description: "Discover millions of products at great prices on ShopHub"}; + title: "Webild - Mobile-First Web Solutions for India", description: + "Premium web development and mobile solutions optimized for Indian users. Fast, secure, and culturally relevant digital experiences."}; export default function RootLayout({ children, @@ -18,12 +20,29 @@ export default function RootLayout({ }) { return ( - - {children} + + src="https://cdn.jsdelivr.net/npm/three@r128/build/three.min.js" + /> +