Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-12 13:18:59 +00:00
5 changed files with 67 additions and 28 deletions

View File

@@ -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",

View File

@@ -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",
},
]}

View File

@@ -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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${sourceSans3.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${sourceSans3.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -127,7 +127,7 @@ export default function HomePage() {
name: "Hydrating Facial Serum",
price: "$45.99",
variant: "Moisturizing Vitamin C",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg?_wi=1",
imageAlt: "Luxury hydrating facial serum with golden packaging",
isFavorited: false,
},
@@ -136,7 +136,7 @@ export default function HomePage() {
name: "Nourishing Face Mask",
price: "$38.50",
variant: "Detox Sheet Mask",
imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-concept_23-2148565322.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-concept_23-2148565322.jpg?_wi=1",
imageAlt: "Premium nourishing face mask in elegant jar",
isFavorited: false,
},
@@ -145,7 +145,7 @@ export default function HomePage() {
name: "Eyeshadow Palette Pro",
price: "$52.00",
variant: "Warm Tones 12 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg?_wi=1",
imageAlt: "Professional eyeshadow palette with rich warm tones",
isFavorited: false,
},
@@ -178,19 +178,19 @@ export default function HomePage() {
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=1",
},
{
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=1",
},
{
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=1",
},
]}
title="Beauty Guides & Tutorials"
@@ -286,7 +286,7 @@ export default function HomePage() {
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=1",
imageAlt: "Lip care products collection review",
authorName: "Sarah Chen",
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg",
@@ -297,7 +297,7 @@ export default function HomePage() {
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=1",
imageAlt: "Skincare products for glowing skin",
authorName: "Emma Thompson",
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
@@ -308,7 +308,7 @@ export default function HomePage() {
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=1",
imageAlt: "Affordable makeup collection",
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",
@@ -319,7 +319,7 @@ export default function HomePage() {
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=1",
imageAlt: "Featured product reviews",
authorName: "Rachel Davis",
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",

View File

@@ -123,7 +123,7 @@ export default function ReviewsPage() {
name: "Hydrating Facial Serum",
price: "$45.99",
variant: "Moisturizing Vitamin C",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg?_wi=2",
imageAlt: "Luxury hydrating facial serum with golden packaging",
isFavorited: false,
},
@@ -132,7 +132,7 @@ export default function ReviewsPage() {
name: "Nourishing Face Mask",
price: "$38.50",
variant: "Detox Sheet Mask",
imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-concept_23-2148565322.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/natural-cosmetics-concept_23-2148565322.jpg?_wi=2",
imageAlt: "Premium nourishing face mask in elegant jar",
isFavorited: false,
},
@@ -141,7 +141,7 @@ export default function ReviewsPage() {
name: "Eyeshadow Palette Pro",
price: "$52.00",
variant: "Warm Tones 12 Colors",
imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/skincare-essentials-towel-mirrored-tray_23-2152029120.jpg?_wi=2",
imageAlt: "Professional eyeshadow palette with rich warm tones",
isFavorited: false,
},