15 Commits

Author SHA1 Message Date
7243416f56 Merge version_4 into main
Merge version_4 into main
2026-05-11 17:29:18 +00:00
d6f3a39e01 Update src/app/page.tsx 2026-05-11 17:29:15 +00:00
c8def3c4c8 Merge version_4 into main
Merge version_4 into main
2026-05-11 17:28:50 +00:00
e9c3d8bd39 Update src/app/styles/variables.css 2026-05-11 17:28:47 +00:00
0654def2c7 Update src/app/styles/base.css 2026-05-11 17:28:47 +00:00
c81657d56c Update src/app/page.tsx 2026-05-11 17:28:46 +00:00
56071e1c56 Switch to version 2: modified src/app/styles/variables.css 2026-05-11 17:28:06 +00:00
dfcef86ed3 Switch to version 2: modified src/app/page.tsx 2026-05-11 17:28:05 +00:00
eb8a3c8eb8 Merge version_3 into main
Merge version_3 into main
2026-05-11 17:27:35 +00:00
f005bc4a2d Update src/app/styles/variables.css 2026-05-11 17:27:31 +00:00
50ef8ea4d1 Update src/app/page.tsx 2026-05-11 17:27:31 +00:00
f53b2b65c5 Merge version_2 into main
Merge version_2 into main
2026-05-11 17:25:06 +00:00
21634e78c4 Update src/app/styles/variables.css 2026-05-11 17:25:00 +00:00
3b2bb9d0ad Update src/app/page.tsx 2026-05-11 17:25:00 +00:00
3c4578c81d Merge version_1 into main
Merge version_1 into main
2026-05-11 17:20:07 +00:00
3 changed files with 79 additions and 174 deletions

View File

@@ -2,98 +2,66 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactText from '@/components/sections/contact/ContactText';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureCardEight from '@/components/sections/feature/FeatureCardEight';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextAbout from '@/components/sections/about/TextAbout';
import { ChefHat, Star, Award } from 'lucide-react';
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="bounce-effect"
defaultTextAnimation="entrance-slide"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="compact"
sizing="large"
background="grid"
cardStyle="gradient-radial"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="layered"
contentWidth="medium"
sizing="medium"
background="noise"
cardStyle="glass-elevated"
primaryButtonStyle="flat"
secondaryButtonStyle="solid"
headingFontWeight="semibold"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarStyleCentered
navItems={[
{
name: "Shop", id: "#products"},
{
name: "About", id: "#about"},
{
name: "Benefits", id: "#features"},
{
name: "FAQ", id: "#faq"},
{ name: "Experience", id: "#products" },
{ name: "Philosophy", id: "#about" },
{ name: "Cuisine", id: "#features" },
{ name: "FAQ", id: "#faq" },
]}
brandName="rhode"
brandName="CulinaryArt"
/>
</div>
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "gradient-bars"}}
title="Glazed skin, delivered."
description="Rhode creates skincare essentials designed to nourish your skin barrier and give you that signature glow."
background={{ variant: "glowing-orb" }}
title="Exquisite Dining, Curated for You."
description="Professional private chef services bringing Michelin-level culinary artistry directly to your home."
kpis={[
{
value: "100%", label: "Clinically Tested"},
{
value: "Vegan", label: "Cruelty Free"},
{
value: "Safe", label: "Dermatologist Tested"},
{ value: "20+", label: "Years Expertise" },
{ value: "Custom", label: "Seasonal Menus" },
{ value: "Exclusive", label: "Private Dining" },
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382914.jpg"
imageAlt="Rhode skincare product"
mediaAnimation="slide-up"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-sensual-brunette-standing-naked-smiling-carefree_176420-20671.jpg", alt: "Happy customer testimonial"},
{
src: "http://img.b2bpic.net/free-photo/cute-young-woman-skincare-portrait_624325-3441.jpg", alt: "Skincare enthusiast profile"},
{
src: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-happy-fit-girl-sportswear-laughing_1153-7828.jpg", alt: "Glowing skin portrait"},
{
src: "http://img.b2bpic.net/free-photo/happy-beautiful-blond-lady-white-dress-looking-camera-pretty-lady-posing-indoors_549566-350.jpg", alt: "Radiant skin user"},
{
src: "http://img.b2bpic.net/free-photo/headshot-attractive-female-with-charming-smile-having-blue-eyes-dimples-cheeks-rejoicing-summer-vacations-going-spend-them-abroad-with-her-boyfriend-beauty-emotions-concept_176532-8266.jpg", alt: "Rhode community member"},
]}
avatarText="Loved by 10k+ customers"
marqueeItems={[
{
type: "text", text: "Dermatologist Formulated"},
{
type: "text", text: "Fragrance-Free"},
{
type: "text", text: "Gluten-Free"},
{
type: "text", text: "Vegan & Cruelty Free"},
{
type: "text", text: "Barrier Friendly"},
]}
imageSrc="http://img.b2bpic.net/free-photo/chef-preparing-gourmet-dish_23-2149504627.jpg"
imageAlt="Private Chef service"
mediaAnimation="blur-reveal"
/>
</div>
<div id="about" data-section="about">
<TextAbout
useInvertedBackground={true}
title="Less is more. We believe in simplicity."
title="Culinary excellence beyond the restaurant table."
/>
</div>
@@ -102,153 +70,90 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{
title: "Deep Hydration", description: "Powerful ingredients to lock in moisture all day.", imageSrc: "http://img.b2bpic.net/free-vector/20-skin-solid-glyph-icon-presentation_1142-22865.jpg"},
{
title: "Clean Ingredients", description: "Free from harsh chemicals and synthetic fillers.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-body-butter-leaves-plain-background_23-2148241839.jpg"},
{
title: "Barrier Support", description: "Fortifies your skin for a healthy, radiant finish.", imageSrc: "http://img.b2bpic.net/free-photo/blooming-spring-portrait-beautiful-woman_23-2151954365.jpg"},
{ title: "Bespoke Menus", description: "Tailored recipes crafted specifically for your palate.", imageSrc: "http://img.b2bpic.net/free-photo/gourmet-plating_23-2149504640.jpg" },
{ title: "Premium Sourcing", description: "Farm-to-table ingredients selected daily for freshness.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-ingredients-market_23-2149504660.jpg" },
{ title: "Impeccable Service", description: "White-glove dining experience in your own space.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-setup_23-2149504655.jpg" },
]}
title="Why Rhode Works"
description="Formulated with performance-based ingredients that hydrate, plump, and protect your skin."
title="The Art of Private Dining"
description="Seamless, elevated culinary experiences designed to impress."
/>
</div>
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
animationType="blur-reveal"
textboxLayout="default"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1", name: "Lip Treatment", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg"},
{
id: "p2", name: "Face Cream", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cream-leaf-with-white-background_23-2148241826.jpg"},
{
id: "p3", name: "Glazing Serum", price: "$29", imageSrc: "http://img.b2bpic.net/free-photo/different-pipettes-with-cotton-balls_23-2148317653.jpg"},
{
id: "p4", name: "Skincare Set", price: "$68", imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263168.jpg"},
{
id: "p5", name: "Body Moisturizer", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/close-up-elegant-beauty-selfcare-treatment_23-2149238337.jpg"},
{
id: "p6", name: "Facial Mist", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/packaging-concept_23-2147672777.jpg"},
{ id: "p1", name: "Degustation Series", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/degustation-menu-plating_23-2149504680.jpg" },
{ id: "p2", name: "Private Gala Menu", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/elegant-dinner-event_23-2149504690.jpg" },
{ id: "p3", name: "Interactive Cooking Class", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/cooking-class-instruction_23-2149504700.jpg" },
]}
title="Shop the Essentials"
description="Explore our curated collection of everyday skincare must-haves."
title="Signature Experiences"
description="Our most requested culinary services, personalized for your guests."
/>
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardThirteen
animationType="slide-up"
textboxLayout="default"
<TestimonialCardFifteen
testimonial="An unforgettable evening. The level of detail and artistic flair in every course was truly world-class."
rating={5}
author="Sarah & Michael J."
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
avatars={[{ src: "https://avatar.iran.liara.run/public/1", alt: "Guest" }]
}
useInvertedBackground={false}
description="What our community says about their skincare journey."
testimonials={[
{
id: "1", name: "Sarah J.", handle: "@sarahskin", testimonial: "My skin has never felt better! Total game changer.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-getting-special-skin-treatment-beautiful-girl-applying-serum-isolated-white-background-smooth-skin-without-wrinkles_657921-610.jpg"},
{
id: "2", name: "Michael L.", handle: "@mlglow", testimonial: "Simple, effective, and beautiful. Obsessed.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-with-perfect-light-brown-skin-beautiful-curly-black-hair-smiling-camera-studio_633478-963.jpg"},
{
id: "3", name: "Emily R.", handle: "@emmy_r", testimonial: "Finally found a routine that works for my sensitive skin.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67039.jpg"},
{
id: "4", name: "David K.", handle: "@dk_skincare", testimonial: "Everything I need in one sleek routine. Fantastic products.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blue-eyed-female-with-gym-outfit_181624-14551.jpg"},
{
id: "5", name: "Jane D.", handle: "@janed_glow", testimonial: "Rhode makes my mornings so much easier and my skin glowing.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beauty-portrait-young-woman_23-2149403019.jpg"},
]}
showRating={true}
title="Beloved by You"
/>
</div>
<div id="metrics" data-section="metrics">
<MetricCardEleven
<MetricCardThree
title="Culinary Standards"
textboxLayout="split"
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={true}
description="Clinically proven results for your skin barrier."
useInvertedBackground={false}
description=""
metrics={[
{
id: "m1", value: "95%", title: "Improved Hydration", description: "Across clinical trials.", imageSrc: "http://img.b2bpic.net/free-photo/drag-person-putting-makeup_23-2149256321.jpg"},
{
id: "m2", value: "98%", title: "Dermatologist Approved", description: "Highly trusted formulas.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hydro-alcoholic-gel-with-copy-space_23-2148775333.jpg"},
{
id: "m3", value: "100%", title: "Customer Satisfaction", description: "Loved by our global community.", imageSrc: "http://img.b2bpic.net/free-photo/adult-male-getting-hair-loss-treatment_23-2149152771.jpg"},
{ id: "m1", icon: ChefHat, title: "Courses Delivered", value: "1,500+" },
{ id: "m2", icon: Award, title: "Satisfied Clients", value: "99%" },
{ id: "m3", icon: Star, title: "Michelin Experience", value: "10 Years" },
]}
title="Proven Results"
/>
</div>
<div id="faq" data-section="faq">
<FaqDouble
textboxLayout="default"
useInvertedBackground={false}
description="Got questions? We have answers."
<FaqSplitText
faqs={[
{
id: "q1", title: "Are Rhode products vegan?", content: "Yes, all our products are 100% vegan."},
{
id: "q2", title: "Is it safe for sensitive skin?", content: "Yes, our formulas are dermatologist-tested and gentle."},
{
id: "q3", title: "Where can I track my order?", content: "You will receive a tracking link in your confirmation email."},
{ id: "q1", title: "How far in advance should I book?", content: "For intimate dinners, 2 weeks notice is preferred. For large events, please reach out 1-2 months prior." },
{ id: "q2", title: "Do you provide service staff?", content: "Yes, we can provide professional waitstaff to ensure your evening is flawless." },
]}
title="Frequently Asked Questions"
sideTitle="Frequently Asked Questions"
sideDescription="Answers to common inquiries regarding our private chef services."
faqsAnimation="slide-up"
useInvertedBackground={false}
/>
</div>
<div id="contact" data-section="contact">
<ContactText
useInvertedBackground={true}
background={{
variant: "sparkles-gradient"}}
text="Join the Rhode community for updates, tips, and skincare secrets."
buttons={[
{
text: "Sign Up for Newsletter", href: "#"},
]}
<ContactSplit
tag="Connect"
title="Begin Your Culinary Journey"
description="Book a consultation with our executive chef to start crafting your unique menu today."
background={{ variant: "sparkles-gradient" }}
useInvertedBackground={false}
/>
</div>
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Shop", href: "#products"},
{
label: "About", href: "#about"},
{
label: "FAQ", href: "#faq"},
],
},
{
items: [
{
label: "Instagram", href: "#"},
{
label: "Twitter", href: "#"},
{
label: "Support", href: "#"},
],
},
{
items: [
{
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
],
},
{ items: [{ label: "Dining", href: "#products" }, { label: "Philosophy", href: "#about" }] },
{ items: [{ label: "Inquiries", href: "#contact" }, { label: "Careers", href: "#" }] },
{ items: [{ label: "Privacy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="rhode"
logoText="CulinaryArt"
/>
</div>
</ReactLenis>

View File

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

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f4ef;
--card: #dad6cd;
--foreground: #2a2928;
--primary-cta: #2a2928;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #ffffff;
--primary-cta: #d4af37;
--primary-cta-text: #f5f4ef;
--secondary-cta: #ecebea;
--secondary-cta: #1f1f1f;
--secondary-cta-text: #2a2928;
--accent: #ffffff;
--background-accent: #c6b180;
--accent: #3a3a3a;
--background-accent: #262626;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);