diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx new file mode 100644 index 0000000..88e8fc4 --- /dev/null +++ b/src/app/dashboard/page.tsx @@ -0,0 +1,16 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; + +export default function DashboardPage() { + return ( + + +
+

Welcome to your Dashboard

+

Access premium content here.

+
+
+ ); +} \ No newline at end of file diff --git a/src/app/login/page.tsx b/src/app/login/page.tsx new file mode 100644 index 0000000..b7f80e3 --- /dev/null +++ b/src/app/login/page.tsx @@ -0,0 +1,31 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBase from '@/components/sections/footer/FooterBase'; + +export default function LoginPage() { + return ( + + +
+
+

Login

+
+ + + +
+
+
+ +
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index c1dfffb..c0c6479 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,22 +32,12 @@ export default function LandingPage() { @@ -96,20 +62,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Refined for Excellence" description="At Jonn, we believe that true luxury lies in the details. Every piece we curate is a reflection of our commitment to minimalist design and superior craftsmanship." - bulletPoints={[ - { - title: "Minimalist Design", - description: "Focused on clean lines and essential form.", - }, - { - title: "Hand-crafted Care", - description: "Produced with attention to every fine detail.", - }, - { - title: "Lasting Value", - description: "Built for permanence and timeless style.", - }, - ]} + bulletPoints={[]} imageSrc="http://img.b2bpic.net/free-photo/urban-landscape-tokyo-city-day_23-2149347170.jpg" mediaAnimation="slide-up" /> @@ -121,23 +74,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - features={[ - { - title: "Sustainable Sourcing", - description: "Ethics at the heart of luxury.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-vibrant-bent-paper-sheets_23-2148428683.jpg", - }, - { - title: "Precision Engineering", - description: "Flawless execution in every unit.", - imageSrc: "http://img.b2bpic.net/free-photo/texture-pattern-white-background_23-2147836307.jpg", - }, - { - title: "Curated Experiences", - description: "Designed for unique satisfaction.", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-fresh-vegetables_23-2148913334.jpg", - }, - ]} + features={[]} title="Our Principles" description="The foundation upon which every jonn creation is built." /> @@ -149,44 +86,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - products={[ - { - id: "p1", - name: "Jonn Signature", - price: "$899", - imageSrc: "http://img.b2bpic.net/free-photo/make-up-product-light_52683-105035.jpg", - }, - { - id: "p2", - name: "Classic Minimalist", - price: "$1,200", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-small-decorative-objects_23-2149865459.jpg", - }, - { - id: "p3", - name: "Modern Heirloom", - price: "$1,550", - imageSrc: "http://img.b2bpic.net/free-photo/sunglasses-coffee-necklace_23-2151992049.jpg", - }, - { - id: "p4", - name: "Urban Essential", - price: "$750", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-lemons-front-eyes-yellow-scene_23-2148184964.jpg", - }, - { - id: "p5", - name: "Executive Detail", - price: "$1,100", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-ferromagnetic-mirrored-metal-upside-down_23-2148253662.jpg", - }, - { - id: "p6", - name: "Precision Core", - price: "$1,350", - imageSrc: "http://img.b2bpic.net/free-photo/queen-crown-still-life_23-2150409248.jpg", - }, - ]} + products={[]} title="Selected Pieces" description="Explore our curated collection of premium goods." /> @@ -197,26 +97,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - metrics={[ - { - id: "m1", - title: "Global Partners", - value: "50+", - icon: Globe, - }, - { - id: "m2", - title: "Years of Design", - value: "15+", - icon: Award, - }, - { - id: "m3", - title: "Satisfied Clients", - value: "5k+", - icon: Star, - }, - ]} + metrics={[]} title="By The Numbers" description="Quantifying our dedication to quality." /> @@ -228,48 +109,7 @@ export default function LandingPage() { textboxLayout="default" gridVariant="three-columns-all-equal-width" useInvertedBackground={false} - testimonials={[ - { - id: "t1", - name: "Sarah Miller", - role: "Creative Lead", - company: "Studio X", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-low-angle_23-2149213172.jpg", - }, - { - id: "t2", - name: "James Chen", - role: "Architect", - company: "Modern Life", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylish-black-american-male-dressed-suit-grey-background_613910-9520.jpg", - }, - { - id: "t3", - name: "Elena Rossi", - role: "Designer", - company: "Luxury Co", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/working-workshop-talking-phone_329181-17272.jpg", - }, - { - id: "t4", - name: "Marcus Thorne", - role: "Entrepreneur", - company: "Vision Labs", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-black-jacket-happy-short-haired-girl-dark-suit-widely-sincerely-smiles-isolated-background_197531-18508.jpg", - }, - { - id: "t5", - name: "Julia Varga", - role: "Strategist", - company: "Growth Partners", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-woman-posing-with-yellow-jacket_23-2149020794.jpg", - }, - ]} + testimonials={[]} title="Client Perspectives" description="What people are saying about Jonn." /> @@ -278,23 +118,7 @@ export default function LandingPage() {
diff --git a/src/app/signup/page.tsx b/src/app/signup/page.tsx new file mode 100644 index 0000000..4eecfd7 --- /dev/null +++ b/src/app/signup/page.tsx @@ -0,0 +1,32 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FooterBase from '@/components/sections/footer/FooterBase'; + +export default function SignupPage() { + return ( + + +
+
+

Create Account

+
+ + + + +
+
+
+ +
+ ); +} \ No newline at end of file diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 539ce00..ac0a5ec 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #f5f5f5; + --background: #fbfbfb; --card: #ffffff; - --foreground: #1c1c1c; - --primary-cta: #1c1c1c; + --foreground: #0a0a0a; + --primary-cta: #15479c; --primary-cta-text: #f5f5f5; - --secondary-cta: #ffffff; + --secondary-cta: #f1f1f1; --secondary-cta-text: #1c1c1c; - --accent: #15479c; - --background-accent: #a8cce8; + --accent: #d1d5db; + --background-accent: #f3f4f6; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);