diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 4f313cd..f0bc8c1 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -11,13 +11,13 @@ export default function BlogPage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
- contentWidth="small"
- sizing="largeSmallSizeLargeTitles"
- background="aurora"
- cardStyle="gradient-bordered"
- primaryButtonStyle="double-inset"
- secondaryButtonStyle="solid"
- headingFontWeight="extrabold"
+ contentWidth="medium"
+ sizing="medium"
+ background="circleGradient"
+ cardStyle="glass-elevated"
+ primaryButtonStyle="gradient"
+ secondaryButtonStyle="glass"
+ headingFontWeight="normal"
>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/eyeshadow/page.tsx b/src/app/eyeshadow/page.tsx
index cb27efe..e47c4f3 100644
--- a/src/app/eyeshadow/page.tsx
+++ b/src/app/eyeshadow/page.tsx
@@ -6,13 +6,31 @@ import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
export default function EyeshadowPage() {
return (
-
-
+
+
+
+
Eyeshadow Collection
Stunning palettes for every look.
-
+
);
}
\ No newline at end of file
diff --git a/src/app/foundation/page.tsx b/src/app/foundation/page.tsx
index 5a0dbd3..554ec27 100644
--- a/src/app/foundation/page.tsx
+++ b/src/app/foundation/page.tsx
@@ -6,13 +6,31 @@ import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
export default function FoundationPage() {
return (
-
-
+
+
+
+
Foundation Collection
Achieve the perfect base with our premium foundations.
-
+
);
}
\ No newline at end of file
diff --git a/src/app/lipstick/page.tsx b/src/app/lipstick/page.tsx
index a7dd59f..2d78b4b 100644
--- a/src/app/lipstick/page.tsx
+++ b/src/app/lipstick/page.tsx
@@ -2,18 +2,35 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
-import ProductCardThree from "@/components/ecommerce/productDetail/ProductDetailCard";
import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
export default function LipstickPage() {
return (
-
-
+
+
+
+
Lipstick Collection
Discover our range of vibrant lip colors.
-
+
);
}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index dc03bae..9209de7 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -16,13 +16,13 @@ export default function SkincareTemplatePage() {
defaultButtonVariant="hover-bubble"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
- contentWidth="small"
- sizing="largeSmallSizeLargeTitles"
- background="aurora"
- cardStyle="gradient-bordered"
- primaryButtonStyle="double-inset"
- secondaryButtonStyle="solid"
- headingFontWeight="extrabold"
+ contentWidth="medium"
+ sizing="medium"
+ background="circleGradient"
+ cardStyle="glass-elevated"
+ primaryButtonStyle="gradient"
+ secondaryButtonStyle="glass"
+ headingFontWeight="normal"
>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/skincare/page.tsx b/src/app/skincare/page.tsx
index 2ae0994..66603ec 100644
--- a/src/app/skincare/page.tsx
+++ b/src/app/skincare/page.tsx
@@ -6,13 +6,31 @@ import FooterBaseCard from "@/components/sections/footer/FooterBaseCard";
export default function SkincarePage() {
return (
-
-
+
+
+
+
Skincare Essentials
Pure, natural products for glowing skin.
-
+
);
}
\ No newline at end of file