diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index dc19ae6..69fc66b 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -11,17 +11,16 @@ import { BookMarked } from "lucide-react";
export default function BlogPage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "Reviews", id: "reviews" },
- { name: "Guides", id: "guides" },
- { name: "Blog", id: "blog" },
- { name: "Contact", id: "contact" },
+ { name: "Home", id: "/" },
+ { name: "Reviews", id: "/reviews" },
+ { name: "Guides", id: "/guides" },
+ { name: "Blog", id: "/blog" },
+ { name: "Contact", id: "/contact" },
];
const footerColumns = [
{
- title: "Discover",
- items: [
+ title: "Discover", items: [
{ label: "Product Reviews", href: "/reviews" },
{ label: "Beauty Guides", href: "/guides" },
{ label: "Blog Articles", href: "/blog" },
@@ -29,8 +28,7 @@ export default function BlogPage() {
],
},
{
- title: "Categories",
- items: [
+ title: "Categories", items: [
{ label: "Skincare", href: "#" },
{ label: "Makeup", href: "#" },
{ label: "Lip Care", href: "#" },
@@ -38,17 +36,15 @@ export default function BlogPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#" },
- { label: "Contact", href: "/" },
+ { label: "Contact", href: "/contact" },
{ label: "Advertise", href: "#" },
{ label: "Affiliate Program", href: "#" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclosure", href: "#" },
@@ -75,9 +71,7 @@ export default function BlogPage() {
brandName="Aura Hub Finds"
navItems={navItems}
button={{
- text: "Shop Now",
- href: "/",
- }}
+ text: "Shop Now", href: "/reviews"}}
/>
@@ -85,49 +79,17 @@ export default function BlogPage() {
@@ -152,35 +112,17 @@ export default function BlogPage() {
@@ -203,18 +143,13 @@ export default function BlogPage() {
text="Found a product we should review? Have a beauty question for our experts? Reach out and let's connect with the community!"
animationType="entrance-slide"
background={{
- variant: "plain",
- }}
+ variant: "plain"}}
useInvertedBackground={false}
buttons={[
{
- text: "Get in Touch",
- href: "/",
- },
+ text: "Get in Touch", href: "/contact"},
{
- text: "Subscribe for Updates",
- href: "/",
- },
+ text: "Subscribe for Updates", href: "#"},
]}
/>
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 2434a59..771cd9e 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -8,17 +8,16 @@ import Link from "next/link";
export default function ContactPage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "Reviews", id: "reviews" },
- { name: "Guides", id: "guides" },
- { name: "Blog", id: "blog" },
- { name: "Contact", id: "contact" },
+ { name: "Home", id: "/" },
+ { name: "Reviews", id: "/reviews" },
+ { name: "Guides", id: "/guides" },
+ { name: "Blog", id: "/blog" },
+ { name: "Contact", id: "/contact" },
];
const footerColumns = [
{
- title: "Discover",
- items: [
+ title: "Discover", items: [
{ label: "Product Reviews", href: "/reviews" },
{ label: "Beauty Guides", href: "/guides" },
{ label: "Blog Articles", href: "/blog" },
@@ -26,8 +25,7 @@ export default function ContactPage() {
],
},
{
- title: "Categories",
- items: [
+ title: "Categories", items: [
{ label: "Skincare", href: "#" },
{ label: "Makeup", href: "#" },
{ label: "Lip Care", href: "#" },
@@ -35,8 +33,7 @@ export default function ContactPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#" },
{ label: "Contact", href: "/contact" },
{ label: "Advertise", href: "#" },
@@ -44,8 +41,7 @@ export default function ContactPage() {
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclosure", href: "#" },
@@ -70,7 +66,7 @@ export default function ContactPage() {
diff --git a/src/app/guides/page.tsx b/src/app/guides/page.tsx
index a5656a9..e2115a2 100644
--- a/src/app/guides/page.tsx
+++ b/src/app/guides/page.tsx
@@ -11,17 +11,16 @@ import { BookOpen } from "lucide-react";
export default function GuidesPage() {
const navItems = [
- { name: "Home", id: "home" },
- { name: "Reviews", id: "reviews" },
- { name: "Guides", id: "guides" },
- { name: "Blog", id: "blog" },
- { name: "Contact", id: "contact" },
+ { name: "Home", id: "/" },
+ { name: "Reviews", id: "/reviews" },
+ { name: "Guides", id: "/guides" },
+ { name: "Blog", id: "/blog" },
+ { name: "Contact", id: "/contact" },
];
const footerColumns = [
{
- title: "Discover",
- items: [
+ title: "Discover", items: [
{ label: "Product Reviews", href: "/reviews" },
{ label: "Beauty Guides", href: "/guides" },
{ label: "Blog Articles", href: "/blog" },
@@ -29,8 +28,7 @@ export default function GuidesPage() {
],
},
{
- title: "Categories",
- items: [
+ title: "Categories", items: [
{ label: "Skincare", href: "#" },
{ label: "Makeup", href: "#" },
{ label: "Lip Care", href: "#" },
@@ -38,17 +36,15 @@ export default function GuidesPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#" },
- { label: "Contact", href: "/" },
+ { label: "Contact", href: "/contact" },
{ label: "Advertise", href: "#" },
{ label: "Affiliate Program", href: "#" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclosure", href: "#" },
@@ -75,9 +71,7 @@ export default function GuidesPage() {
brandName="Aura Hub Finds"
navItems={navItems}
button={{
- text: "Shop Now",
- href: "/",
- }}
+ text: "Shop Now", href: "/reviews"}}
/>
@@ -86,25 +80,13 @@ export default function GuidesPage() {
features={[
{
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?_wi=2",
- imageAlt: "skincare routine step by step infographic",
- },
+ 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?_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?_wi=2",
- imageAlt: "makeup tutorial application brushes technique",
- },
+ 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?_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?_wi=2",
- imageAlt: "lip care treatment beauty routine close-up",
- },
+ 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?_wi=2", imageAlt: "lip care treatment beauty routine close-up"},
]}
title="Beauty Guides & Tutorials"
description="Step-by-step guides to perfect your skincare routine, master makeup techniques, and discover affordable beauty solutions."
@@ -115,9 +97,7 @@ export default function GuidesPage() {
useInvertedBackground={false}
buttons={[
{
- text: "View All Guides",
- href: "/guides",
- },
+ text: "View All Guides", href: "/guides"},
]}
buttonAnimation="slide-up"
/>
@@ -127,35 +107,17 @@ export default function GuidesPage() {
@@ -178,18 +138,13 @@ export default function GuidesPage() {
text="Ready to master your beauty routine? Get personalized guide recommendations, submit beauty questions, or share your feedback with our community."
animationType="entrance-slide"
background={{
- variant: "plain",
- }}
+ variant: "plain"}}
useInvertedBackground={false}
buttons={[
{
- text: "Get in Touch",
- href: "/",
- },
+ text: "Get in Touch", href: "/contact"},
{
- text: "Subscribe for Updates",
- href: "/",
- },
+ text: "Subscribe for Updates", href: "#"},
]}
/>
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 69278dd..2895d3c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -17,24 +17,22 @@ export default function HomePage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Reviews", id: "/reviews" },
- { name: "Guides", id: "guides" },
- { name: "Blog", id: "blog" },
- { name: "Contact", id: "contact" },
+ { name: "Guides", id: "/guides" },
+ { name: "Blog", id: "/blog" },
+ { name: "Contact", id: "/contact" },
];
const footerColumns = [
{
- title: "Discover",
- items: [
+ title: "Discover", items: [
{ label: "Product Reviews", href: "/reviews" },
- { label: "Beauty Guides", href: "guides" },
- { label: "Blog Articles", href: "blog" },
- { label: "Latest Trends", href: "blog" },
+ { label: "Beauty Guides", href: "/guides" },
+ { label: "Blog Articles", href: "/blog" },
+ { label: "Latest Trends", href: "/blog" },
],
},
{
- title: "Categories",
- items: [
+ title: "Categories", items: [
{ label: "Skincare", href: "#" },
{ label: "Makeup", href: "#" },
{ label: "Lip Care", href: "#" },
@@ -42,17 +40,15 @@ export default function HomePage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#" },
- { label: "Contact", href: "contact" },
+ { label: "Contact", href: "/contact" },
{ label: "Advertise", href: "#" },
{ label: "Affiliate Program", href: "#" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclosure", href: "#" },
@@ -89,22 +85,16 @@ export default function HomePage() {
background={{ variant: "plain" }}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg",
- alt: "Beauty enthusiast 1",
- },
+ src: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg", alt: "Beauty enthusiast 1"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-inside-portrait-romantic-pretty-girl-with-blond-hairstyle-is-sitting-near-window-smiling_291650-2077.jpg",
- alt: "Beauty enthusiast 2",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-inside-portrait-romantic-pretty-girl-with-blond-hairstyle-is-sitting-near-window-smiling_291650-2077.jpg", alt: "Beauty enthusiast 2"},
{
- src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
- alt: "Beauty enthusiast 3",
- },
+ src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", alt: "Beauty enthusiast 3"},
]}
avatarText="Trusted by 10,000+ beauty lovers"
buttons={[
{ text: "Explore Reviews", href: "/reviews" },
- { text: "Browse Guides", href: "guides" },
+ { text: "Browse Guides", href: "/guides" },
]}
buttonAnimation="slide-up"
/>
@@ -123,31 +113,13 @@ export default function HomePage() {
animationType="slide-up"
products={[
{
- id: "1",
- 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?_wi=1",
- imageAlt: "Luxury hydrating facial serum with golden packaging",
- isFavorited: false,
+ id: "1", 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?_wi=1", imageAlt: "Luxury hydrating facial serum with golden packaging", isFavorited: false,
},
{
- id: "2",
- name: "Nourishing Face Mask",
- price: "$38.50",
- variant: "Detox Sheet Mask",
- 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,
+ id: "2", name: "Nourishing Face Mask", price: "$38.50", variant: "Detox Sheet Mask", 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,
},
{
- id: "3",
- 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?_wi=1",
- imageAlt: "Professional eyeshadow palette with rich warm tones",
- isFavorited: false,
+ id: "3", 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?_wi=1", imageAlt: "Professional eyeshadow palette with rich warm tones", isFavorited: false,
},
]}
buttons={[{ text: "Shop All Products", href: "/reviews" }]}
@@ -176,22 +148,13 @@ export default function HomePage() {
features={[
{
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?_wi=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?_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?_wi=1",
- },
+ 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?_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?_wi=1",
- },
+ 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?_wi=1"},
]}
title="Beauty Guides & Tutorials"
description="Step-by-step guides to perfect your skincare routine, master makeup techniques, and discover affordable beauty solutions."
@@ -200,7 +163,7 @@ export default function HomePage() {
tagAnimation="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- buttons={[{ text: "View All Guides", href: "guides" }]}
+ buttons={[{ text: "View All Guides", href: "/guides" }]}
buttonAnimation="slide-up"
/>
@@ -217,53 +180,17 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
- id: "1",
- name: "Jessica Miller",
- handle: "@beautylover_jess",
- testimonial: "Aura Hub Finds helped me discover skincare products that actually work for my sensitive skin. The honest reviews saved me so much money!",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg",
- imageAlt: "Jessica Miller testimonial",
- },
+ id: "1", name: "Jessica Miller", handle: "@beautylover_jess", testimonial: "Aura Hub Finds helped me discover skincare products that actually work for my sensitive skin. The honest reviews saved me so much money!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg", imageAlt: "Jessica Miller testimonial"},
{
- id: "2",
- name: "Amanda Rodriguez",
- handle: "@glowwithamy",
- testimonial: "The makeup tutorials on this site are incredible. I went from makeup beginner to confident with the step-by-step guidance. Highly recommend!",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-inside-portrait-romantic-pretty-girl-with-blond-hairstyle-is-sitting-near-window-smiling_291650-2077.jpg",
- imageAlt: "Amanda Rodriguez testimonial",
- },
+ id: "2", name: "Amanda Rodriguez", handle: "@glowwithamy", testimonial: "The makeup tutorials on this site are incredible. I went from makeup beginner to confident with the step-by-step guidance. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-inside-portrait-romantic-pretty-girl-with-blond-hairstyle-is-sitting-near-window-smiling_291650-2077.jpg", imageAlt: "Amanda Rodriguez testimonial"},
{
- id: "3",
- name: "Emma Thompson",
- handle: "@skincare.journey",
- testimonial: "I love that the reviews include real pros and cons. No fluff, just honest recommendations. My skin has never looked better!",
- imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
- imageAlt: "Emma Thompson testimonial",
- },
+ id: "3", name: "Emma Thompson", handle: "@skincare.journey", testimonial: "I love that the reviews include real pros and cons. No fluff, just honest recommendations. My skin has never looked better!", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", imageAlt: "Emma Thompson testimonial"},
{
- id: "4",
- name: "Sophie Chen",
- handle: "@beautyaddict_s",
- testimonial: "The curated shopping guides make it so easy to find affordable beauty products without compromising on quality. A game-changer!",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-young-woman-looking-camera_1301-6926.jpg",
- imageAlt: "Sophie Chen testimonial",
- },
+ id: "4", name: "Sophie Chen", handle: "@beautyaddict_s", testimonial: "The curated shopping guides make it so easy to find affordable beauty products without compromising on quality. A game-changer!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-beautiful-young-woman-looking-camera_1301-6926.jpg", imageAlt: "Sophie Chen testimonial"},
{
- id: "5",
- name: "Lauren Mitchell",
- handle: "@beauty.essentials",
- testimonial: "I trust Aura Hub Finds recommendations because they're based on real experience and research. The affiliate links make shopping convenient too!",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-outdoor_624325-1441.jpg",
- imageAlt: "Lauren Mitchell testimonial",
- },
+ id: "5", name: "Lauren Mitchell", handle: "@beauty.essentials", testimonial: "I trust Aura Hub Finds recommendations because they're based on real experience and research. The affiliate links make shopping convenient too!", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-outdoor_624325-1441.jpg", imageAlt: "Lauren Mitchell testimonial"},
{
- id: "6",
- name: "Rachel Davis",
- handle: "@glowing.skin",
- testimonial: "Best beauty resource I've found online. The product comparisons help me make informed decisions. Worth every minute spent exploring!",
- imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
- imageAlt: "Rachel Davis testimonial",
- },
+ id: "6", name: "Rachel Davis", handle: "@glowing.skin", testimonial: "Best beauty resource I've found online. The product comparisons help me make informed decisions. Worth every minute spent exploring!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", imageAlt: "Rachel Davis testimonial"},
]}
speed={40}
topMarqueeDirection="left"
@@ -282,52 +209,20 @@ export default function HomePage() {
animationType="slide-up"
blogs={[
{
- id: "1",
- 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?_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",
- date: "January 20, 2025",
- },
+ id: "1", 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?_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", date: "January 20, 2025"},
{
- id: "2",
- 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?_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",
- date: "January 18, 2025",
- },
+ id: "2", 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?_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", date: "January 18, 2025"},
{
- id: "3",
- 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?_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",
- date: "January 15, 2025",
- },
+ id: "3", 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?_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", date: "January 15, 2025"},
{
- id: "4",
- 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?_wi=1",
- imageAlt: "Featured product reviews",
- authorName: "Rachel Davis",
- authorAvatar: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg",
- date: "January 12, 2025",
- },
+ id: "4", 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?_wi=1", imageAlt: "Featured product reviews", authorName: "Rachel Davis", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-positive-businesswoman_1098-3531.jpg", date: "January 12, 2025"},
]}
carouselMode="buttons"
- buttons={[{ text: "Read More Articles", href: "blog" }]}
+ buttons={[{ text: "Read More Articles", href: "/blog" }]}
buttonAnimation="slide-up"
/>
diff --git a/src/app/reviews/page.tsx b/src/app/reviews/page.tsx
index 01cf807..bdba96e 100644
--- a/src/app/reviews/page.tsx
+++ b/src/app/reviews/page.tsx
@@ -13,24 +13,22 @@ export default function ReviewsPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "Reviews", id: "/reviews" },
- { name: "Guides", id: "guides" },
- { name: "Blog", id: "blog" },
- { name: "Contact", id: "contact" },
+ { name: "Guides", id: "/guides" },
+ { name: "Blog", id: "/blog" },
+ { name: "Contact", id: "/contact" },
];
const footerColumns = [
{
- title: "Discover",
- items: [
+ title: "Discover", items: [
{ label: "Product Reviews", href: "/reviews" },
- { label: "Beauty Guides", href: "guides" },
- { label: "Blog Articles", href: "blog" },
- { label: "Latest Trends", href: "blog" },
+ { label: "Beauty Guides", href: "/guides" },
+ { label: "Blog Articles", href: "/blog" },
+ { label: "Latest Trends", href: "/blog" },
],
},
{
- title: "Categories",
- items: [
+ title: "Categories", items: [
{ label: "Skincare", href: "#" },
{ label: "Makeup", href: "#" },
{ label: "Lip Care", href: "#" },
@@ -38,17 +36,15 @@ export default function ReviewsPage() {
],
},
{
- title: "Company",
- items: [
+ title: "Company", items: [
{ label: "About Us", href: "#" },
- { label: "Contact", href: "contact" },
+ { label: "Contact", href: "/contact" },
{ label: "Advertise", href: "#" },
{ label: "Affiliate Program", href: "#" },
],
},
{
- title: "Legal",
- items: [
+ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Disclosure", href: "#" },
@@ -85,17 +81,11 @@ export default function ReviewsPage() {
background={{ variant: "plain" }}
avatars={[
{
- src: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg",
- alt: "Reviewer 1",
- },
+ src: "http://img.b2bpic.net/free-photo/side-view-beautiful-woman-with-folded-arms-looking-camera_23-2147876783.jpg", alt: "Reviewer 1"},
{
- src: "http://img.b2bpic.net/free-photo/close-up-inside-portrait-romantic-pretty-girl-with-blond-hairstyle-is-sitting-near-window-smiling_291650-2077.jpg",
- alt: "Reviewer 2",
- },
+ src: "http://img.b2bpic.net/free-photo/close-up-inside-portrait-romantic-pretty-girl-with-blond-hairstyle-is-sitting-near-window-smiling_291650-2077.jpg", alt: "Reviewer 2"},
{
- src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg",
- alt: "Reviewer 3",
- },
+ src: "http://img.b2bpic.net/free-photo/smiley-woman-posing-her-home_23-2148708980.jpg", alt: "Reviewer 3"},
]}
avatarText="Tested by 10,000+ beauty enthusiasts"
buttons={[
@@ -119,31 +109,13 @@ export default function ReviewsPage() {
animationType="slide-up"
products={[
{
- id: "1",
- 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?_wi=2",
- imageAlt: "Luxury hydrating facial serum with golden packaging",
- isFavorited: false,
+ id: "1", 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?_wi=2", imageAlt: "Luxury hydrating facial serum with golden packaging", isFavorited: false,
},
{
- id: "2",
- name: "Nourishing Face Mask",
- price: "$38.50",
- variant: "Detox Sheet Mask",
- 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,
+ id: "2", name: "Nourishing Face Mask", price: "$38.50", variant: "Detox Sheet Mask", 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,
},
{
- id: "3",
- 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?_wi=2",
- imageAlt: "Professional eyeshadow palette with rich warm tones",
- isFavorited: false,
+ id: "3", 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?_wi=2", imageAlt: "Professional eyeshadow palette with rich warm tones", isFavorited: false,
},
]}
buttons={[{ text: "Discover More", href: "/reviews" }]}
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index 9d0254f..b68cce3 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #ffffff;
- --card: #f9f9f9;
- --foreground: #120a00e6;
- --primary-cta: #FF7B05;
+ --background: #fffef9;
+ --card: #faf8f2;
+ --foreground: #2b1b0f;
+ --primary-cta: #d4622f;
--primary-cta-text: #ffffff;
- --secondary-cta: #f9f9f9;
+ --secondary-cta: #faf8f2;
--secondary-cta-text: #120a00e6;
- --accent: #e2e2e2;
- --background-accent: #FF7B05;
+ --accent: #e8d4c0;
+ --background-accent: #d4622f;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);