From 329937313fb9d9d989cda37194e02a62a0eeaa98 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:18:53 +0000 Subject: [PATCH 1/5] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index fd17a52..dc19ae6 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -89,7 +89,7 @@ export default function BlogPage() { category: ["Skincare", "Guides"], title: "Best Lip Balms for Dry Lips: A Complete Review", excerpt: "Discover the top lip care products that hydrate and nourish even the driest lips. We tested and reviewed 15 products to find the best options.", - imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-lifestyle-concept_23-2148093923.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/teenage-girl-lifestyle-concept_23-2148093923.jpg?_wi=2", imageAlt: "lip care article blog post photography", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg", @@ -100,7 +100,7 @@ export default function BlogPage() { category: ["Makeup", "Trends"], title: "Top 10 Skincare Products for Glowing Skin", excerpt: "Transform your skincare routine with our curated list of the best products for achieving that coveted radiant, glowing complexion.", - imageSrc: "http://img.b2bpic.net/free-photo/blank-spiral-notepad-with-earrings-nail-varnish-bottle-lipstick-roses-coffee-cup-marble-background_23-2147940376.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blank-spiral-notepad-with-earrings-nail-varnish-bottle-lipstick-roses-coffee-cup-marble-background_23-2147940376.jpg?_wi=2", imageAlt: "skincare guide article blog post image", authorName: "Emma Thompson", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", @@ -111,7 +111,7 @@ export default function BlogPage() { category: ["Makeup", "Budget"], title: "Best Budget-Friendly Makeup Products That Don't Look Cheap", excerpt: "Achieve a high-end look without the high-end price tag. Here are affordable makeup products that deliver professional results.", - imageSrc: "http://img.b2bpic.net/free-photo/shocked-beautiful-girl-sits-table-with-makeup-tools-looking-phone-holding-makeup-brush-isolated-orange-wall_141793-70236.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/shocked-beautiful-girl-sits-table-with-makeup-tools-looking-phone-holding-makeup-brush-isolated-orange-wall_141793-70236.jpg?_wi=2", imageAlt: "makeup trends 2024 beauty blog photography", authorName: "Jessica Miller", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-inside-portrait-romantic-pretty-girl-with-blond-hairstyle-is-sitting-near-window-smiling_291650-2077.jpg", @@ -122,7 +122,7 @@ export default function BlogPage() { category: ["Skincare", "Reviews"], title: "Honest Product Review: Top Trending Beauty Finds 2025", excerpt: "We review the most talked-about beauty products of the moment. Pros, cons, and whether they're worth the investment.", - imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/customer-experience-creative-collage_23-2149346509.jpg?_wi=2", imageAlt: "product review blog article beauty image", authorName: "Rachel Davis", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", From 1381a67e92f9b164940ca53c69a3130b52fcbe4f Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:18:54 +0000 Subject: [PATCH 2/5] Update src/app/guides/page.tsx --- src/app/guides/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/guides/page.tsx b/src/app/guides/page.tsx index 9b74d63..a5656a9 100644 --- a/src/app/guides/page.tsx +++ b/src/app/guides/page.tsx @@ -88,21 +88,21 @@ export default function GuidesPage() { id: 1, title: "Skincare Essentials", description: "Build a personalized skincare routine with our expert-recommended products and step-by-step application guide.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-self-care-treatment-home_23-2148974292.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-self-care-treatment-home_23-2148974292.jpg?_wi=2", imageAlt: "skincare routine step by step infographic", }, { id: 2, title: "Makeup Mastery", description: "Learn professional makeup techniques from beginner to advanced with our detailed tutorials and product recommendations.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-cosmetologist-working-client_23-2148398515.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-cosmetologist-working-client_23-2148398515.jpg?_wi=2", imageAlt: "makeup tutorial application brushes technique", }, { id: 3, title: "Lip Care Secrets", description: "Discover the best lip care products and routines to keep your lips healthy, soft, and beautiful year-round.", - imageSrc: "http://img.b2bpic.net/free-photo/beauty-concept-close-up-portrait-attractive-caucasian-girl-with-beauty-natural-skin-isolated-pink-background-with-copy-space_1258-1110.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beauty-concept-close-up-portrait-attractive-caucasian-girl-with-beauty-natural-skin-isolated-pink-background-with-copy-space_1258-1110.jpg?_wi=2", imageAlt: "lip care treatment beauty routine close-up", }, ]} From d33e1aec99dd192033e3fbb057a33e1eb2ba2702 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:18:54 +0000 Subject: [PATCH 3/5] Update src/app/layout.tsx --- src/app/layout.tsx | 55 +++++++++++++++++++++++++++++++++++++++------- 1 file changed, 47 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a088e29..485b7be 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,24 +1,61 @@ import type { Metadata } from "next"; import { Halant } from "next/font/google"; import { Inter } from "next/font/google"; +import { Source_Sans_3 } from "next/font/google"; import "./globals.css"; import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; -import { Source_Sans_3 } from "next/font/google"; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const inter = Inter({ + variable: "--font-inter", + subsets: ["latin"], +}); const sourceSans3 = Source_Sans_3({ variable: "--font-source-sans-3", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Aura Hub Finds - Trusted Beauty Reviews & Shopping Guides", + description: "Discover the best skincare, makeup, and beauty products through honest reviews, expert guides, and curated shopping recommendations. Trusted by 10,000+ beauty enthusiasts.", + keywords: "beauty product reviews, skincare guide, makeup tutorials, lip balm recommendations, affordable beauty products, beauty shopping guide", + metadataBase: new URL("https://aurahubfinds.com"), + alternates: { + canonical: "https://aurahubfinds.com", + }, + openGraph: { + title: "Aura Hub Finds - Beauty Discovery Hub", + description: "Find trusted product reviews, expert beauty guides, and curated shopping recommendations from beauty enthusiasts.", + url: "https://aurahubfinds.com", + siteName: "Aura Hub Finds", + type: "website", + images: [ + { + url: "http://img.b2bpic.net/free-photo/portrait-ayoung-beautiful-woman_641386-368.jpg", + alt: "Aura Hub Finds - Discover Your Beauty Essentials", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Aura Hub Finds - Trusted Beauty Reviews", + description: "Honest product reviews, expert guides, and curated beauty finds.", + images: ["http://img.b2bpic.net/free-photo/portrait-ayoung-beautiful-woman_641386-368.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -27,7 +64,9 @@ export default function RootLayout({ return ( - + {children}