Merge version_2 into main #6

Merged
bender merged 2 commits from version_2 into main 2026-04-29 19:41:13 +00:00
2 changed files with 10 additions and 18 deletions

View File

@@ -16,7 +16,7 @@ import { Award, Coffee, Droplet, Sparkles, Star } from "lucide-react";
export default function LandingPage() {
return (
<ThemeProvider
defaultButtonVariant="hover-magnetic"
defaultButtonVariant="text-shift"
defaultTextAnimation="reveal-blur"
borderRadius="rounded"
contentWidth="medium"
@@ -50,15 +50,11 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-baked-hotcakes-with-glass-milk_140725-104924.jpg", imageAlt: "Fresh Donut" },
{ imageSrc: "http://img.b2bpic.net/free-photo/set-bakery-pastries-wooden-table_123827-31236.jpg", imageAlt: "Yeast Donut" },
{ imageSrc: "http://img.b2bpic.net/free-photo/closeup-white-meringue-nests-tray_1262-20047.jpg", imageAlt: "Glazed Donut" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-donuts-wooden-background_23-2148019435.jpg", imageAlt: "Donut" },
{ imageSrc: "http://img.b2bpic.net/free-photo/rollcake-with-berries-platter-with-muffins_114579-16475.jpg", imageAlt: "Pastry" },
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/delicious-donuts-ai-generated_23-2150694492.jpg", imageAlt: "Donut Shop" },
{ imageSrc: "http://img.b2bpic.net/free-photo/view-beautiful-woman-looking-away-with-coffee_197531-33702.jpg", imageAlt: "Interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/cozy-composition-with-donut-cup-tea_169016-26358.jpg", imageAlt: "Sweet" },
{ imageSrc: "http://img.b2bpic.net/free-photo/basket-loaves-with-golden-crust_23-2147761317.jpg", imageAlt: "Facade" },
{ imageSrc: "http://img.b2bpic.net/free-photo/young-mother-cute-little-daughter-walking-down-street_1153-6964.jpg", imageAlt: "Bakery" },
]}
buttons={[{ text: "Visit Today", href: "#contact" }]}
/>
@@ -83,9 +79,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
{ title: "Light & Airy", description: "Our raised yeast doughnuts are airy and light.", bentoComponent: { bentoComponent: 'reveal-icon', icon: Sparkles } },
{ title: "Smooth Glazes", description: "Enjoy glazes and frosting that are smooth, never grainy.", bentoComponent: { bentoComponent: 'reveal-icon', icon: Droplet } },
{ title: "Fresh Variety", description: "A wide variety of pastries baked fresh every morning.", bentoComponent: { bentoComponent: 'reveal-icon', icon: Award } },
{ title: "Light & Airy", description: "Our raised yeast doughnuts are airy and light.", bentoComponent: "reveal-icon", icon: Sparkles },
{ title: "Smooth Glazes", description: "Enjoy glazes and frosting that are smooth, never grainy.", bentoComponent: "reveal-icon", icon: Droplet },
{ title: "Fresh Variety", description: "A wide variety of pastries baked fresh every morning.", bentoComponent: "reveal-icon", icon: Award },
]}
title="Why Customers Love It"
description="Everything we make is crafted for that perfect, fresh experience."
@@ -102,8 +98,6 @@ export default function LandingPage() {
{ id: "1", name: "Sarah J.", role: "Local Resident", company: "McPherson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg" },
{ id: "2", name: "Michael C.", role: "Food Blogger", company: "Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-films-vlog-praising-bio-local-shop_482257-81629.jpg" },
{ id: "3", name: "Emily R.", role: "Daily Regular", company: "McPherson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-serving-pastry-cake-female-customer-coffee-shop_23-2148028059.jpg" },
{ id: "4", name: "David K.", role: "Coffee Lover", company: "Visitor", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/amazing-woman-sitting-indoors-using-tablet-computer_171337-14053.jpg" },
{ id: "5", name: "Lisa M.", role: "Student", company: "McPherson", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/positive-carefree-young-woman-has-fun-wakes-up-morning-laughs-joyfully-dressed-nightwear-applies-beauty-patches-eyes-holds-soft-pillow-pile-pancakes-has-feathers-stuck-hair_273609-59805.jpg" },
]}
title="What Locals Say"
description="Don't just take our word for it."
@@ -118,7 +112,6 @@ export default function LandingPage() {
metrics={[
{ id: "m1", value: "100%", title: "Freshness Guaranteed", items: ["Local ingredients", "Daily batches"] },
{ id: "m2", value: "50+", title: "Pastry Variety", items: ["Yeast doughnuts", "Cake donuts", "Pastries"] },
{ id: "m3", value: "5/5", title: "Highly Recommended", items: ["Locally owned", "Customer favorite"] },
]}
title="The Donut Experience"
description="Crafted with passion for your morning routine."
@@ -131,7 +124,6 @@ export default function LandingPage() {
faqs={[
{ id: "f1", title: "What are your hours?", content: "We open early morning to serve fresh donuts daily." },
{ id: "f2", title: "Do you offer catering?", content: "Yes, we handle large orders for events. Please call ahead." },
{ id: "f3", title: "Are you locally owned?", content: "Yes, we are a family-owned local business here in McPherson." },
]}
sideTitle="Common Questions"
sideDescription="Everything you need to know about Dough Co. Donuts."

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #ffffff;
--card: #ffffff;
--foreground: #1a1a1a;
--primary-cta: #1a1a1a;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #f5f4ef;
--secondary-cta: #f1f1f1;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #2a2928;
--accent: #e5e5e5;
--background-accent: #f9f9f9;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);