5 Commits

Author SHA1 Message Date
1d3e578bf1 Update src/app/styles/variables.css 2026-05-13 16:35:02 +00:00
5988052cc3 Update src/app/styles/base.css 2026-05-13 16:35:01 +00:00
0b5c443955 Update src/app/page.tsx 2026-05-13 16:35:01 +00:00
7c72d7e254 Switch to version 1: modified src/app/page.tsx 2026-05-13 16:33:14 +00:00
9a0ddfa659 Merge version_2 into main
Merge version_2 into main
2026-05-13 16:28:53 +00:00
3 changed files with 22 additions and 22 deletions

View File

@@ -100,23 +100,23 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", name: "Luxury Radiance Serum", price: "TZS 45,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-lipsticks-assortment_23-2149096664.jpg"}, id: "p1", name: "Botanical Glow Serum", price: "TZS 45,000", imageSrc: "http://img.b2bpic.net/free-photo/serum-bottle-with-dropper_1301-4965.jpg"},
{ {
id: "p2", name: "Matte Finish Foundation", price: "TZS 35,000", imageSrc: "http://img.b2bpic.net/free-photo/dirty-makeup-brushes_23-2147710659.jpg"}, id: "p2", name: "Deep Hydration Cream", price: "TZS 35,000", imageSrc: "http://img.b2bpic.net/free-photo/moisturizer-jar-cream_1301-5231.jpg"},
{ {
id: "p3", name: "Velvet Touch Eyeshadow", price: "TZS 28,000", imageSrc: "http://img.b2bpic.net/free-photo/red-lip-gloss-with-sky-background_23-2149681517.jpg"}, id: "p3", name: "Gentle Cleansing Wash", price: "TZS 28,000", imageSrc: "http://img.b2bpic.net/free-photo/cleansing-foam-bottle_1301-5421.jpg"},
{ {
id: "p4", name: "Midnight Bloom Perfume", price: "TZS 65,000", imageSrc: "http://img.b2bpic.net/free-photo/gua-sha-small-flowers-arrangement-flat-lay_23-2149322600.jpg"}, id: "p4", name: "Sun Protection Gel", price: "TZS 32,000", imageSrc: "http://img.b2bpic.net/free-photo/sunscreen-tube_1301-5489.jpg"},
{ {
id: "p5", name: "Hydrating Body Lotion", price: "TZS 22,000", imageSrc: "http://img.b2bpic.net/free-photo/closeup-woman-s-face-with-wet-skin-with-drops-water-it-mousturizing-skin-concept_633478-1164.jpg"}, id: "p5", name: "Nourishing Night Balm", price: "TZS 42,000", imageSrc: "http://img.b2bpic.net/free-photo/night-cream-jar_1301-5678.jpg"},
{ {
id: "p6", name: "Organic Night Cream", price: "TZS 40,000", imageSrc: "http://img.b2bpic.net/free-photo/foundation-advertising-with-containers_23-2149511275.jpg"}, id: "p6", name: "Exfoliating Scrub", price: "TZS 25,000", imageSrc: "http://img.b2bpic.net/free-photo/facial-scrub-texture_1301-5999.jpg"},
]} ]}
title="Our Signature Collection" title="Signature Skincare Essentials"
description="Discover high-performance beauty essentials crafted for every skin type." description="Pure, effective botanical formulas crafted to revitalize and protect your skin with authentic Tanzanian ingredients."
buttons={[ buttons={[
{ {
text: "View All Products", href: "#shop" text: "Shop All Skincare", href: "#"
} }
]} ]}
/> />
@@ -147,11 +147,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", name: "Sarah A.", role: "Makeup Artist", testimonial: "The quality is unmatched. My clients love the glow!", imageSrc: "http://img.b2bpic.net/free-photo/charming-browneyed-woman-headband-kigurumi-smiles-poses-with-eyepatches-pink-background_197531-28325.jpg"}, id: "t1", name: "Sarah A.", role: "Skincare Enthusiast", testimonial: "My skin has never felt more vibrant. The glow is real!", imageSrc: "http://img.b2bpic.net/free-photo/charming-browneyed-woman-headband-kigurumi-smiles-poses-with-eyepatches-pink-background_197531-28325.jpg"},
{ {
id: "t2", name: "Grace M.", role: "Student", testimonial: "Finally found a foundation that stays on in our heat.", imageSrc: "http://img.b2bpic.net/free-photo/inside-portrait-smiling-happy-european-woman-with-wine-lips-wearing-white-jacket-posing-camera_291650-432.jpg"}, id: "t2", name: "Grace M.", role: "Student", testimonial: "Finally found a routine that works perfectly in our heat.", imageSrc: "http://img.b2bpic.net/free-photo/inside-portrait-smiling-happy-european-woman-with-wine-lips-wearing-white-jacket-posing-camera_291650-432.jpg"},
{ {
id: "t3", name: "Fatuma J.", role: "Professional", testimonial: "The Night Cream changed my skin tone completely. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-outdoor_624325-131.jpg"}, id: "t3", name: "Fatuma J.", role: "Professional", testimonial: "The night balm changed my skin tone completely. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-outdoor_624325-131.jpg"},
{ {
id: "t4", name: "Amina S.", role: "Business Owner", testimonial: "Excellent service and fast delivery across Tanzania.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-lifestyle-blogger-girl-records-beauty-vlog-her-room-using-professional_1258-255198.jpg"}, id: "t4", name: "Amina S.", role: "Business Owner", testimonial: "Excellent service and fast delivery across Tanzania.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-beautiful-lifestyle-blogger-girl-records-beauty-vlog-her-room-using-professional_1258-255198.jpg"},
{ {
@@ -228,4 +228,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-roboto), sans-serif; font-family: var(--font-montserrat), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-roboto), sans-serif; font-family: var(--font-montserrat), sans-serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #f5f5f5; --background: #fdfbf7;
--card: #ffffff; --card: #f4efe9;
--foreground: #1c1c1c; --foreground: #2d241d;
--primary-cta: #1c1c1c; --primary-cta: #a67c52;
--primary-cta-text: #f5f5f5; --primary-cta-text: #f5f5f5;
--secondary-cta: #ffffff; --secondary-cta: #e4dcd3;
--secondary-cta-text: #1c1c1c; --secondary-cta-text: #1c1c1c;
--accent: #e63946; --accent: #c69c6d;
--background-accent: #e8bea8; --background-accent: #efe6dd;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);