From c74ec8c4ff0d2eabed525a836dbdbf4d94b88724 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:26:14 +0000 Subject: [PATCH 1/4] Add src/app/login/page.tsx --- src/app/login/page.tsx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/app/login/page.tsx diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx new file mode 100644 index 0000000..20c205f --- /dev/null +++ b/src/app/login/page.tsx @@ -0,0 +1,26 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; +import { useState } from "react"; + +export default function LoginPage() { + return ( + + +
+
+

Login

+
+ + + +
+
+
+
+ ); +} -- 2.49.1 From 063f113871b55db2759a3336a4bd4d7a9d15db63 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:26:14 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 61 ++++++++++++------------------------------------ 1 file changed, 15 insertions(+), 46 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f83cbd8..0668bbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,25 +77,13 @@ export default function SkincareTemplatePage() { description="Discover our carefully curated skincare essentials designed to nourish and revitalize your skin. Worldwide shipping available." products={[ { - id: "1", - name: "Hydrating Moisturizer", - price: "$68", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image2.webp", - imageAlt: "Hydrating Moisturizer bottle" + id: "1", name: "Hydrating Moisturizer", price: "$68", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image2.webp", imageAlt: "Hydrating Moisturizer bottle" }, { - id: "2", - name: "Radiance Serum", - price: "$85", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image3.webp", - imageAlt: "Radiance Serum bottle" + id: "2", name: "Radiance Serum", price: "$85", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image3.webp", imageAlt: "Radiance Serum bottle" }, { - id: "3", - name: "Purifying Face Mask", - price: "$52", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image1.webp", - imageAlt: "Purifying Face Mask jar" + id: "3", name: "Purifying Face Mask", price: "$52", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image1.webp", imageAlt: "Purifying Face Mask jar" } ]} gridVariant="three-columns-all-equal-width" @@ -111,20 +99,13 @@ export default function SkincareTemplatePage() { description="Scientifically-formulated skincare products that deliver visible results with natural, sustainable ingredients. Available for worldwide shipping." features={[ { - title: "Worldwide Shipping", - description: "Fast and reliable delivery to over 150 countries worldwide", - bentoComponent: "globe" + title: "Worldwide Shipping", description: "Fast and reliable delivery to over 150 countries worldwide", bentoComponent: "globe" }, { - title: "Clinically Proven", - description: "Dermatologist-tested and proven effective in clinical trials", - bentoComponent: "line-chart" + title: "Clinically Proven", description: "Dermatologist-tested and proven effective in clinical trials", bentoComponent: "line-chart" }, { - title: "Sustainable", - description: "Eco-conscious packaging and ethical sourcing practices", - bentoComponent: "orbiting-icons", - centerIcon: Leaf, + title: "Sustainable", description: "Eco-conscious packaging and ethical sourcing practices", bentoComponent: "orbiting-icons", centerIcon: Leaf, items: [ { icon: Droplet, ring: 1 }, { icon: Sprout, ring: 2 }, @@ -161,24 +142,16 @@ export default function SkincareTemplatePage() { description="Everything you need to know about our skincare products, worldwide shipping, and delivery." faqs={[ { - id: "1", - title: "How long does it take to see results?", - content: "Most customers notice visible improvements in skin texture and radiance within 2-4 weeks of consistent use. For more significant results like reduced fine lines or hyperpigmentation, allow 6-8 weeks." + id: "1", title: "How long does it take to see results?", content: "Most customers notice visible improvements in skin texture and radiance within 2-4 weeks of consistent use. For more significant results like reduced fine lines or hyperpigmentation, allow 6-8 weeks." }, { - id: "2", - title: "Are your products suitable for sensitive skin?", - content: "Yes! All Luminé products are formulated to be gentle and non-irritating. We use natural ingredients and avoid common irritants. We recommend patch testing first if you have very reactive skin." + id: "2", title: "Are your products suitable for sensitive skin?", content: "Yes! All Luminé products are formulated to be gentle and non-irritating. We use natural ingredients and avoid common irritants. We recommend patch testing first if you have very reactive skin." }, { - id: "3", - title: "Do you offer worldwide shipping?", - content: "Absolutely! We ship to over 150 countries worldwide. Standard shipping typically takes 7-14 business days depending on your location. Express shipping options are also available for faster delivery." + id: "3", title: "Do you offer worldwide shipping?", content: "Absolutely! We ship to over 150 countries worldwide. Standard shipping typically takes 7-14 business days depending on your location. Express shipping options are also available for faster delivery." }, { - id: "4", - title: "What is your return policy?", - content: "We offer a 60-day satisfaction guarantee on all purchases. If you're not completely happy with your skincare, return it for a full refund or exchange. Worldwide returns are processed efficiently through our international shipping partners." + id: "4", title: "What is your return policy?", content: "We offer a 60-day satisfaction guarantee on all purchases. If you're not completely happy with your skincare, return it for a full refund or exchange. Worldwide returns are processed efficiently through our international shipping partners." } ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/skincare/image4.webp" @@ -211,8 +184,7 @@ export default function SkincareTemplatePage() { logoText="Luminé" columns={[ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Moisturizers", href: "#products" }, { label: "Serums", href: "#products" }, { label: "Masks", href: "#products" }, @@ -220,8 +192,7 @@ export default function SkincareTemplatePage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#about" }, { label: "Sustainability", href: "#about" }, { label: "Blog", href: "#" }, @@ -229,8 +200,7 @@ export default function SkincareTemplatePage() { ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "#contact" }, { label: "FAQ", href: "#faq" }, { label: "Worldwide Shipping", href: "#" }, @@ -238,8 +208,7 @@ export default function SkincareTemplatePage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }, { label: "Pinterest", href: "#" }, @@ -252,4 +221,4 @@ export default function SkincareTemplatePage() { ); -} +} \ No newline at end of file -- 2.49.1 From e6f4d41d5fa5d0c698bb15185e904e69789409b8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:26:15 +0000 Subject: [PATCH 3/4] Add src/app/profile/page.tsx --- src/app/profile/page.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/app/profile/page.tsx diff --git a/src/app/profile/page.tsx b/src/app/profile/page.tsx new file mode 100644 index 0000000..dd63163 --- /dev/null +++ b/src/app/profile/page.tsx @@ -0,0 +1,21 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered"; + +export default function ProfilePage() { + return ( + + +
+
+

My Profile

+

Welcome to your account dashboard.

+
+
+
+ ); +} -- 2.49.1 From 81989d30e6c809920ef420d6bcb980f66f5e5706 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:26:15 +0000 Subject: [PATCH 4/4] Update src/app/styles/variables.css --- src/app/styles/variables.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index d45b6e6..375820b 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #fcf6ec; - --card: #f3ede2; - --foreground: #2e2521; - --primary-cta: #2e2521; + --background: #fdf7f4; + --card: #ffffff; + --foreground: #4a3b3a; + --primary-cta: #f3a5b5; --primary-cta-text: #fcf6ec; - --secondary-cta: #ffffff; + --secondary-cta: #fdf7f4; --secondary-cta-text: #2e2521; - --accent: #b2a28b; - --background-accent: #b2a28b; + --accent: #f9d4d8; + --background-accent: #f7e4e0; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); -- 2.49.1