6 Commits

Author SHA1 Message Date
a06701e379 Switch to version 1: remove src/app/treatments/page.tsx 2026-04-08 16:37:06 +00:00
3aca6a1653 Switch to version 1: modified src/app/page.tsx 2026-04-08 16:37:06 +00:00
249d8e925f Merge version_2 into main
Merge version_2 into main
2026-04-08 16:35:32 +00:00
35fed6dff3 Merge version_2 into main
Merge version_2 into main
2026-04-08 16:35:05 +00:00
addaf0072f Merge version_2 into main
Merge version_2 into main
2026-04-08 16:34:32 +00:00
87a5653597 Merge version_2 into main
Merge version_2 into main
2026-04-08 16:29:49 +00:00
2 changed files with 16 additions and 97 deletions

View File

@@ -29,7 +29,6 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ name: "Collection", id: "products" }, { name: "Collection", id: "products" },
{ name: "Treatments", id: "/treatments" },
{ name: "Our Story", id: "about" }, { name: "Our Story", id: "about" },
{ name: "Reviews", id: "testimonials" }, { name: "Reviews", id: "testimonials" },
{ name: "Contact", id: "contact" }, { name: "Contact", id: "contact" },
@@ -43,7 +42,7 @@ export default function LandingPage() {
<HeroCentered <HeroCentered
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
title="LÉlégance en Mouvement, La Folie en Partage." title="LÉlégance en Mouvement, La Folie en Partage."
description="Step into Sophies curated Caverne d'Ali Baba. Where high-end fashion meets the warmth of a personal stylist." description="Step into Sophies curated \"Caverne d'Ali Baba.\" Where high-end fashion meets the warmth of a personal stylist."
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg", alt: "stylish mature woman boutique customer" }, { src: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg", alt: "stylish mature woman boutique customer" },
{ src: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg", alt: "trendy boutique customer portrait" }, { src: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg", alt: "trendy boutique customer portrait" },
@@ -56,6 +55,13 @@ export default function LandingPage() {
{ text: "Explore Collection", href: "#products" }, { text: "Explore Collection", href: "#products" },
{ text: "Book Styling", href: "#contact" }, { text: "Book Styling", href: "#contact" },
]} ]}
marqueeItems={[
{ type: "text", text: "Vibrant Luxury" },
{ type: "text", text: "Chic Editorial" },
{ type: "text", text: "Personalized Styling" },
{ type: "text", text: "Mediterranean Warmth" },
{ type: "text", text: "Curated Treasures" },
]}
/> />
</div> </div>
@@ -66,12 +72,12 @@ export default function LandingPage() {
gridVariant="bento-grid" gridVariant="bento-grid"
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ id: "p1", name: "Vivid Fuchsia Silk", price: "$120", variant: "Dress", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=1" }, { id: "p1", name: "Vivid Fuchsia Silk", price: "$120", variant: "Dress", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
{ id: "p2", name: "Midnight Navy Set", price: "$150", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=2" }, { id: "p2", name: "Midnight Navy Set", price: "$150", variant: "Casual", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
{ id: "p3", name: "Golden Accent Belt", price: "$60", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=3" }, { id: "p3", name: "Golden Accent Belt", price: "$60", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
{ id: "p4", name: "Statement Necklace", price: "$90", variant: "Jewelry", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=4" }, { id: "p4", name: "Statement Necklace", price: "$90", variant: "Jewelry", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
{ id: "p5", name: "Silk Scarf", price: "$45", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=5" }, { id: "p5", name: "Silk Scarf", price: "$45", variant: "Accessory", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
{ id: "p6", name: "Evening Clutch", price: "$110", variant: "Bag", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg?_wi=6" }, { id: "p6", name: "Evening Clutch", price: "$110", variant: "Bag", imageSrc: "http://img.b2bpic.net/free-photo/pet-poop-bag-arrangement_23-2148982357.jpg" },
]} ]}
title="Our Treasures" title="Our Treasures"
description="From vibrant silks to statement accessories, every piece is hand-selected to make you feel like the best version of yourself." description="From vibrant silks to statement accessories, every piece is hand-selected to make you feel like the best version of yourself."
@@ -89,7 +95,7 @@ export default function LandingPage() {
{ title: "Hand-Picked Collections", description: "Every item is selected for quality and flair." }, { title: "Hand-Picked Collections", description: "Every item is selected for quality and flair." },
{ title: "Joyful Environment", description: "Fashion is a celebration, not a chore." }, { title: "Joyful Environment", description: "Fashion is a celebration, not a chore." },
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg?_wi=1" imageSrc="http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
</div> </div>
@@ -99,7 +105,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ id: "1", name: "Andrée M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg" }, { id: "1", name: "Andrée M.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-female-customer-enjoying-shopping-applying-dress-with-hanger-woman-choosing-clothes-fashion-store-shopping-retail-concept_74855-11589.jpg" },
{ id: "2", name: "Ouafae I.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg?_wi=2" }, { id: "2", name: "Ouafae I.", imageSrc: "http://img.b2bpic.net/free-photo/browneyed-shorthaired-beautiful-woman-linen-red-dress-black-belt-smiles-widely-holds-coffee-cup-computer-tablet-lady-sits-chair-cozy-room_197531-27870.jpg" },
{ id: "3", name: "Marie Raymonde M.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-making-purchases-mall_1303-29610.jpg" }, { id: "3", name: "Marie Raymonde M.", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-shopping-bags-making-purchases-mall_1303-29610.jpg" },
{ id: "4", name: "Client S.", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-jeans-shirt-with-black-lace-long-sleeve-posing-cafe-short-haired-woman-holding-flower-inside_197531-19291.jpg" }, { id: "4", name: "Client S.", imageSrc: "http://img.b2bpic.net/free-photo/wonderful-woman-jeans-shirt-with-black-lace-long-sleeve-posing-cafe-short-haired-woman-holding-flower-inside_197531-19291.jpg" },
{ id: "5", name: "Client K.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-laughing-girl-waiting-party-choosing-attire_197531-7001.jpg" }, { id: "5", name: "Client K.", imageSrc: "http://img.b2bpic.net/free-photo/good-looking-laughing-girl-waiting-party-choosing-attire_197531-7001.jpg" },

View File

@@ -1,87 +0,0 @@
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import PricingCardNine from '@/components/sections/pricing/PricingCardNine';
import FooterBase from '@/components/sections/footer/FooterBase';
export default function TreatmentsPage() {
return (
<ThemeProvider
defaultButtonVariant="shift-hover"
defaultTextAnimation="reveal-blur"
borderRadius="pill"
contentWidth="mediumLarge"
sizing="large"
background="none"
cardStyle="gradient-bordered"
primaryButtonStyle="double-inset"
secondaryButtonStyle="layered"
headingFontWeight="light"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "Collection", id: "/#products" },
{ name: "Treatments", id: "/treatments" },
{ name: "Our Story", id: "/#about" },
{ name: "Reviews", id: "/#testimonials" },
{ name: "Contact", id: "/#contact" },
]}
brandName="SOPHIE FOLIES"
button={{ text: "Book Styling", href: "/#contact" }}
/>
</div>
<div id="treatments" data-section="pricing">
<PricingCardNine
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
title="Zen-Luxury Treatments"
description="Discover our signature service pillars, designed to harmonize your style with your inner radiance."
plans={[
{
id: "t1", title: "Color Harmony Analysis", price: "$190", period: "session", features: ["Personal palette selection", "Seasonal color mapping", "Wardrobe audit"],
button: { text: "Book Session" }
},
{
id: "t2", title: "Signature Styling", price: "$250", period: "session", features: ["Full look curation", "Occasion outfit strategy", "Accessory pairing"],
button: { text: "Book Session" }
},
{
id: "t3", title: "The Total Folie", price: "$450", period: "package", features: ["Full color & style audit", "Personalized shopping list", "Closet refresh"],
button: { text: "Book Package" }
}
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBase
columns={[
{ title: "Boutique", items: [
{ label: "Collection", href: "/#products" },
{ label: "About Sophie", href: "/#about" },
{ label: "Treatments", href: "/treatments" }
] },
{ title: "Connect", items: [
{ label: "Book Styling", href: "/#contact" },
{ label: "Instagram", href: "#" },
{ label: "WhatsApp Support", href: "#" }
] },
{ title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
] }
]}
logoText="SOPHIE FOLIES"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}