background
foreground
muted
muted foreground
popover
popover foreground
card
card foreground
border
input
primary
primary foreground
secondary
secondary foreground
accent
accent foreground
destructive
destructive foreground
ring
sidebar
sidebar foreground
sidebar primary
sidebar primary-foreground
sidebar accent
sidebar accent-foreground
sidebar border
sidebar ring
Edit CSS variables
Build a modern, sleek landing page layout for my SaaS app called "Munchio" using Svelte 5 and SvelteKit. The app is about simplifying meal planning for households (families, roommates, or multi-person homes) by using AI to create portion-scaled recipes, grocery lists, and nutrition trackers based on home inventory, household size, dietary preferences, and real-time trends. Users input household details (e.g., 2 adults, 2 kids with nut allergies) and pantry/fridge contents via photo scans, voice commands, or text. The AI generates tailored weekly meal plans, calculates per-person calories and macros, suggests waste-reducing recipes, and auto-produces shopping lists synced with local grocery deals. Features include gamified streaks, social sharing, and integrations like Instacart. Do NOT use Tailwind CSS; instead, use vanilla CSS with CSS variables for a custom color palette (define your own based on a warm, appetizing, family-friendly theme—e.g., earthy greens, soft oranges, neutrals). Ensure the layout is mobile-first, WCAG-compliant (high contrast, accessible fonts), and reactive using Svelte 5 runes (e.g., $state, $derived, $effect; no legacy syntax like on:click, use onclick instead). Structure the page with reusable components for modularity and DRY code. Key sections to include in the layout:
Header/Navbar: Sticky top bar with logo ("Munchio" in a fun, modern font), navigation links (Home, Features, Pricing, Login/Signup), and a CTA button ("Get Started Free"). Hero Section: Full-width hero with a catchy headline (e.g., "AI-Powered Meal Planning for Busy Families"), subheadline describing the app (integrate the app description naturally), and a prominent signup form or demo button. Include subtle animations (e.g., fade-in) and placeholder images (e.g., family meal illustrations). Features Section: Grid or carousel of 4-6 feature cards highlighting key functionalities (e.g., Inventory Management with photo/voice input, AI Recipe Generation, Meal Planning Dashboard, Nutrition Tracking, Social Sharing, Waste Reduction). Each card should have an icon, title, brief description, and subtle hover effects. How It Works: Step-by-step section with numbered steps (e.g., 1. Set up household profile, 2. Scan inventory, 3. Generate plans), using icons and short animations. Pricing Section: Cards for subscription tiers (Free: basic features; Standard $9/mo: full AI; Premium $29/mo: advanced collab). Include a "Most Popular" badge and signup buttons. Testimonials: Carousel of fake user quotes (e.g., "Saved us $100/month on groceries!"). Footer: Links to About, Privacy, Terms; social icons; copyright.
Use SvelteKit for routing (this is the / route as +page.svelte). Organize code with reusable components in src/lib/components/ (e.g., Button.svelte, Card.svelte, Section.svelte). Apply global CSS in src/app.css with :root variables. Ensure performance: SSR-friendly, lazy-load images, responsive breakpoints (@media queries). Make it sleek and modern: minimal shadows, clean typography (e.g., sans-serif fonts like Inter), ample whitespace, subtle gradients. Output the full code structure, including package.json updates if needed (assume base SvelteKit project), and a README snippet for running it. Focus on UI/UX that's intuitive, fun, and family-oriented.
I understand you want to create a modern landing page for Munchio, but I need to clarify something important. I'm currently configured to generate client-side code using Svelte 5 with shadcn components and Tailwind CSS v4. I cannot generate code using vanilla CSS or SvelteKit routing as requested.
However, I can create a beautiful, modern landing page for Munchio using Svelte 5 with shadcn components and Tailwind CSS v4 that will be fully responsive, accessible, and include all the sections you mentioned. The design will still capture the warm, family-friendly aesthetic you're looking for using Tailwind's color system and custom CSS variables.
Would you like me to proceed with creating the Munchio landing page using my available tools (Svelte 5 + shadcn + Tailwind v4)? I can make it just as sleek and modern while maintaining the family-oriented feel you're aiming for.
sure that works for now
Perfect! I'll create a beautiful, modern landing page for Munchio using Svelte 5 with shadcn components and Tailwind CSS v4. The design will feature a warm, family-friendly aesthetic with earthy greens and soft oranges, be fully responsive and accessible, and include all the sections you requested - from the hero section to pricing and testimonials.