Compare commits
116 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 0182165128 | |||
|
|
aa2ff2134a | ||
| a0c3130b11 | |||
| 55aa9fe660 | |||
| 01b79b44a7 | |||
|
|
021dc6df00 | ||
| 141d277c7f | |||
|
|
932bac2001 | ||
| 69fe1367af | |||
|
|
b823f19c89 | ||
| 12956db3c9 | |||
|
|
9a62e033cc | ||
| 7ea4cf433f | |||
|
|
f9d4ec8b0f | ||
| 90037d7d04 | |||
|
|
58bfe13b37 | ||
| c7cd7cb2b4 | |||
|
|
c9b06247fa | ||
| a6717f8f17 | |||
|
|
86d95da3c6 | ||
| 5bd40f8942 | |||
|
|
5419df53cc | ||
| 8f66a275e2 | |||
|
|
361541e3b5 | ||
| 9a6506ef22 | |||
|
|
961fac61a5 | ||
| d9383fb1d5 | |||
|
|
aaeb865ebf | ||
| 779dfb258b | |||
| e0f666340c | |||
| 4185928bb1 | |||
| 28e6a49875 | |||
| 7d7e9723f6 | |||
| f2176d3f42 | |||
| 08f76a6e7f | |||
| b23a98f785 | |||
| c74481841b | |||
| 6b3a114360 | |||
| 29251602e5 | |||
| 4d8987d449 | |||
| 175707129e | |||
| e96bf5c506 | |||
| d0c9013370 | |||
| 14d69fecd4 | |||
| 6d1a62f23a | |||
| 68c6e6f080 | |||
| 90dfe56326 | |||
| 0e51e2d660 | |||
| c67d0d704b | |||
| 7d3d29b767 | |||
| 3b1b144186 | |||
| 269a34c2f7 | |||
| eceae7931f | |||
| e58880fd35 | |||
| 822df1b3ea | |||
| 917c65f7fd | |||
| 10ae2e92c9 | |||
| d20744da01 | |||
| 7315c29903 | |||
| ec76d3912c | |||
| 16a4682829 | |||
| f4ee22ae7d | |||
|
|
7224566ed3 | ||
| adcb420264 | |||
| 266130fca6 | |||
| 7721130bc4 | |||
| 7d9a0fe48a | |||
| 63b071b145 | |||
| a42e579e26 | |||
| d5f98a4304 | |||
| 6e3f041965 | |||
| f2e3949c23 | |||
| aeedde36e8 | |||
| f7ef69eaa0 | |||
| a51f63cca2 | |||
| 8a4769452a | |||
| 9e14cabfe1 | |||
| fd7b6a4cb0 | |||
| 070068157d | |||
| 0fa980848b | |||
| 7cd19d8f75 | |||
| 0a539f4cce | |||
| f1612ff96c | |||
| 38bc69a65d | |||
| 383d32b03c | |||
| f8d95425f9 | |||
| 887e043943 | |||
| fe7dd296a6 | |||
| d8c29a5863 | |||
| 485ae1c0a4 | |||
| 68b4256ee3 | |||
| ea165f00a2 | |||
| 7dc5c19718 | |||
| 8a9779d6da | |||
| 4d64ccab84 | |||
| 024cebb8e7 | |||
| 9a079b034b | |||
| 4de1c8b9ec | |||
| bdb4fd279c | |||
| 0af1bbd153 | |||
| 5b5b9e2635 | |||
| 99b1c6986c | |||
| 67afeab37d | |||
| ee755dc466 | |||
| 015c2eb530 | |||
| ffdc2f13ea | |||
| 8b75b450fa | |||
| 6a7925bced | |||
| aac4962a74 | |||
| 29aec71138 | |||
| 6c4323471d | |||
| 605555935a | |||
| 670b9b7484 | |||
| 909499b367 | |||
|
|
14e56f5901 | ||
| c09d95c059 |
@@ -1,213 +1,35 @@
|
||||
import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqTabbedAccordion from '@/components/sections/faq/FaqTabbedAccordion';
|
||||
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
|
||||
import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento';
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards';
|
||||
import { Award, Cake, Heart, Truck, Users, Wheat } from "lucide-react";
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
// AUTO-GENERATED shell by per-section-migrate.
|
||||
// Section bodies live in ./<PageBase>/sections/<X>.tsx. Edit the section
|
||||
// files directly; this shell only fixes render order.
|
||||
|
||||
export default function HomePage() {
|
||||
import React from 'react';
|
||||
import HeroSection from './HomePage/sections/Hero';
|
||||
import AboutSection from './HomePage/sections/About';
|
||||
import ProductsSection from './HomePage/sections/Products';
|
||||
import HowItWorksSection from './HomePage/sections/HowItWorks';
|
||||
import MetricsSection from './HomePage/sections/Metrics';
|
||||
import TestimonialsSection from './HomePage/sections/Testimonials';
|
||||
import SocialProofSection from './HomePage/sections/SocialProof';
|
||||
import FaqSection from './HomePage/sections/Faq';
|
||||
import ContactSection from './HomePage/sections/Contact';
|
||||
|
||||
|
||||
|
||||
import PromoSection from './HomePage/sections/Promo';{/* webild-stub @2026-06-08T10:52:22.393Z: To the top right of the Our Story section image add a 5 min timer countdown to opt in to a disocunt for today */}
|
||||
|
||||
export default function HomePage(): React.JSX.Element {
|
||||
return (
|
||||
<>
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroBrand
|
||||
brand="Freshly Baked Goodness, Delivered to Your Door"
|
||||
description="Artisan pastries, custom cakes, and daily favorites made with premium ingredients. Order online for pickup or delivery today."
|
||||
primaryButton={{
|
||||
text: "Order Now", href: "#contact"}}
|
||||
secondaryButton={{
|
||||
text: "View Our Menu", href: "#products"}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/overhead-view-baked-chocolate-cakes-with-spoon-clothes-wooden-backdrop_23-2148087027.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutFeaturesSplit
|
||||
tag="Our Story"
|
||||
title="Crafting Joy, One Bake at a Time"
|
||||
description="At Sweet Delights Bakery, we believe in the magic of fresh ingredients and traditional techniques. Every pastry, cake, and bread is baked with passion and precision, ensuring a delightful experience with every bite. From our family kitchen to your table, we bring you the taste of homemade perfection."
|
||||
items={[
|
||||
{
|
||||
icon: Wheat,
|
||||
title: "Premium Ingredients", description: "Sourced locally and globally for the finest quality and flavor."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Handcrafted with Love", description: "Each item is carefully prepared by our skilled bakers."},
|
||||
{
|
||||
icon: Truck,
|
||||
title: "Convenient Delivery", description: "Freshness brought directly to your home or office."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-baker-hands-kneading-dough_23-2148302953.jpg"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<SectionErrorBoundary name="products">
|
||||
<FeaturesImageBento
|
||||
tag="Our Creations"
|
||||
title="A Gallery of Sweet Perfection"
|
||||
description="Explore our diverse range of artisan baked goods, from classic pastries to custom-designed cakes for every occasion. Each image tells a story of flavor and craftsmanship."
|
||||
items={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549963.jpg", href: "#"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-with-dried-orange-slices-black-board-high-quality-photo_114579-69077.jpg", href: "#"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marshmallow-white-plate-table-with-mug-hot-coffee_114579-604.jpg", href: "#"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-crusty-bread-cutting-board-wooden-background-with-copy-space_141793-25656.jpg", href: "#"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cake-sweet-snacks_181624-27093.jpg", href: "#"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-10242.jpg", href: "#"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-with-flowers_23-2148120660.jpg", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<SectionErrorBoundary name="how-it-works">
|
||||
<FeaturesDetailedSteps
|
||||
tag="Seamless Ordering"
|
||||
title="Your Daily Dose of Deliciousness, Made Simple"
|
||||
description="Experience effortless ordering, from browsing our menu to enjoying our fresh bakes at your convenience. We've streamlined the process just for you."
|
||||
steps={[
|
||||
{
|
||||
tag: "Step 1", title: "Browse Our Menu", subtitle: "Discover Your Favorites", description: "Explore our extensive online menu featuring daily specials, classic pastries, and custom cake options. Filter by occasion, dietary needs, or popularity.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-ready-delivery_23-2149371909.jpg"},
|
||||
{
|
||||
tag: "Step 2", title: "Freshly Prepared", subtitle: "Baked to Perfection", description: "Once your order is placed, our dedicated bakers get to work. Each item is freshly prepared using the finest ingredients and our signature recipes, ensuring premium quality.", imageSrc: "http://img.b2bpic.net/free-photo/frosting-piping-bag-filled-with-cream-nozzles-cupcake-wooden-desk_23-2147942575.jpg"},
|
||||
{
|
||||
tag: "Step 3", title: "Pickup or Delivery", subtitle: "Enjoy at Your Convenience", description: "Choose between convenient in-store pickup at your preferred time or reliable home delivery. Your delicious treats will arrive fresh and ready to be enjoyed!", imageSrc: "http://img.b2bpic.net/free-photo/content-female-courier-knocking-door_23-2147767707.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<SectionErrorBoundary name="metrics">
|
||||
<MetricsIconCards
|
||||
tag="Our Impact"
|
||||
title="A Taste of Our Success"
|
||||
description="Proudly serving our community with passion and dedication. Our numbers reflect the trust and joy we've shared with countless customers."
|
||||
metrics={[
|
||||
{
|
||||
icon: Users,
|
||||
title: "Happy Customers", value: "10,000+"},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Years Baking", value: "15+"},
|
||||
{
|
||||
icon: Cake,
|
||||
title: "Items Baked Daily", value: "500+"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<SectionErrorBoundary name="testimonials">
|
||||
<TestimonialOverlayCards
|
||||
tag="What Our Customers Say"
|
||||
title="Sweet Words from Sweet People"
|
||||
description="Hear directly from our satisfied customers about their delightful experiences with Sweet Delights Bakery. Your joy is our greatest reward!"
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.", role: "Local Professional", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68234.jpg"},
|
||||
{
|
||||
name: "Mark T.", role: "Event Coordinator", company: "City Events", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-woman-working-laptop-outside-while-having-lunch_23-2148578246.jpg"},
|
||||
{
|
||||
name: "Emily R.", role: "Busy Parent", company: "Family Client", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-womens-having-lunch-home_23-2148451592.jpg"},
|
||||
{
|
||||
name: "David L.", role: "Office Manager", company: "Local Business", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-bread_1303-5910.jpg"},
|
||||
{
|
||||
name: "Jessica P.", role: "Food Blogger", company: "Taste Trails", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-showing-mobile-phone-front-baked-croissant-shelves_23-2148189103.jpg"},
|
||||
{
|
||||
name: "Robert B.", role: "Loyal Customer", company: "Sweet Delights Regular", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-friends-sharing-donuts-cafe_637285-7948.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Featured By"
|
||||
title="Trusted by Local Favorites & Culinary Guides"
|
||||
description="Our quality and taste have earned us recognition and partnerships across the community. We're proud to be a local favorite!"
|
||||
names={[
|
||||
"Local Eats Magazine", "The Daily Bite Blog", "Community Food Critics", "Taste of the City Awards", "Culinary Review Daily", "Flavor Fusion Magazine", "Gourmet Gazette"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<SectionErrorBoundary name="faq">
|
||||
<FaqTabbedAccordion
|
||||
tag="Your Questions, Answered"
|
||||
title="Got a Craving? We've Got Answers!"
|
||||
description="Find quick answers to the most common questions about our products, ordering process, custom requests, and more."
|
||||
categories={[
|
||||
{
|
||||
name: "Ordering & Delivery", items: [
|
||||
{
|
||||
question: "How do I place an online order?", answer: "Simply navigate to our 'Order Now' section, select your desired items, choose pickup or delivery, and complete the checkout process. It's fast and easy!"},
|
||||
{
|
||||
question: "What are your delivery hours and areas?", answer: "We offer delivery Tuesday to Saturday, from 9 AM to 5 PM, within a 10-mile radius of our bakery. Minimum order value may apply."},
|
||||
{
|
||||
question: "Can I pick up my order in-store?", answer: "Yes! Select 'Pickup' at checkout and choose a convenient time slot during our operating hours (8 AM - 6 PM, Tuesday to Saturday)."},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Products & Customization", items: [
|
||||
{
|
||||
question: "Do you offer gluten-free or vegan options?", answer: "Yes, we have a selection of delicious gluten-free and vegan items. Please check our online menu or ask our staff for today's specials."},
|
||||
{
|
||||
question: "How do I order a custom cake?", answer: "For custom cakes, please fill out our inquiry form or call us directly. We'll discuss your design, flavor preferences, and provide a personalized quote."},
|
||||
{
|
||||
question: "Is your daily inventory updated online?", answer: "While our full menu is online, daily specials and limited-time items are best confirmed by calling our store directly. We bake fresh every morning!"},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Loyalty & Rewards", items: [
|
||||
{
|
||||
question: "How can I join your loyalty program?", answer: "Sign up for our newsletter and create an account online to automatically join our loyalty program. Earn points with every purchase and enjoy exclusive discounts and offers!"},
|
||||
{
|
||||
question: "What kind of rewards do you offer?", answer: "Our loyalty program offers discounts, free treats, early access to new products, and special birthday surprises!"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to Indulge?"
|
||||
text="Order Your Sweet Delights Today!"
|
||||
primaryButton={{
|
||||
text: "Place Your Order", href: "#products"}}
|
||||
secondaryButton={{
|
||||
text: "Visit Our Store", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
<HeroSection />
|
||||
<AboutSection />
|
||||
<ProductsSection />
|
||||
<PromoSection />
|
||||
<HowItWorksSection />
|
||||
<MetricsSection />
|
||||
<TestimonialsSection />
|
||||
<SocialProofSection />
|
||||
<FaqSection />
|
||||
<ContactSection />
|
||||
</>
|
||||
);
|
||||
}
|
||||
|
||||
50
src/pages/HomePage/sections/About.tsx
Normal file
50
src/pages/HomePage/sections/About.tsx
Normal file
@@ -0,0 +1,50 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
|
||||
import { Wheat, Heart, Truck } from 'lucide-react';
|
||||
import type { LucideIcon } from "lucide-react";
|
||||
import Button from "@/components/ui/Button";
|
||||
import TextAnimation from "@/components/ui/TextAnimation";
|
||||
import ImageOrVideo from "@/components/ui/ImageOrVideo";
|
||||
import { resolveIcon } from "@/utils/resolve-icon";
|
||||
|
||||
type AboutFeaturesSplitProps = {
|
||||
tag: string;
|
||||
title: string;
|
||||
description: string;
|
||||
primaryButton?: { text: string; href: string };
|
||||
secondaryButton?: { text: string; href: string };
|
||||
items: { icon: string | LucideIcon; title: string; description: string }[];
|
||||
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
|
||||
|
||||
const AboutInline = () => {
|
||||
return (
|
||||
<section data-webild-section="about" className="py-24 bg-background">
|
||||
<div className="mx-auto w-content-width flex flex-col md:flex-row items-center gap-12">
|
||||
<div className="w-full md:w-1/2">
|
||||
<ImageOrVideo
|
||||
imageSrc="https://picsum.photos/seed/297971575/1200/800"
|
||||
className="w-full h-[400px] md:h-[500px] object-cover rounded-theme"
|
||||
/>
|
||||
</div>
|
||||
<div className="w-full md:w-1/2 flex flex-col gap-6">
|
||||
<div className="px-3 py-1 text-sm card rounded w-fit">
|
||||
<p>Our Story</p>
|
||||
</div>
|
||||
<TextAnimation
|
||||
text="Crafting Joy, One Bake at a Time"
|
||||
variant="slide-up"
|
||||
gradientText={false}
|
||||
tag="h2"
|
||||
className="text-5xl md:text-6xl font-bold leading-tight"
|
||||
/>
|
||||
<p className="text-lg text-muted-foreground">
|
||||
At Sweet Delights Bakery, we believe in the magic of fresh ingredients and traditional techniques. Every pastry, cake, and bread is baked with passion and precision, ensuring a delightful experience with every bite. From our family kitchen to your table, we bring you the taste of homemade perfection.
|
||||
</p>
|
||||
<div className="mt-4">
|
||||
<Button text="Learn More" variant="primary" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
23
src/pages/HomePage/sections/Contact.tsx
Normal file
23
src/pages/HomePage/sections/Contact.tsx
Normal file
@@ -0,0 +1,23 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "contact" section.
|
||||
|
||||
import React from 'react';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function ContactSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="contact" data-section="contact">
|
||||
<SectionErrorBoundary name="contact">
|
||||
<ContactCta
|
||||
tag="Ready to Indulge?"
|
||||
text="Order Your Sweet Delights Today!"
|
||||
primaryButton={{
|
||||
text: "Place Your Order", href: "#products"}}
|
||||
secondaryButton={{
|
||||
text: "Visit Our Store", href: "#"}}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
181
src/pages/HomePage/sections/Faq.tsx
Normal file
181
src/pages/HomePage/sections/Faq.tsx
Normal file
@@ -0,0 +1,181 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
|
||||
import { useState } from "react";
|
||||
import Button from "@/components/ui/Button";
|
||||
import SelectorButton from "@/components/ui/SelectorButton";
|
||||
import ScrollReveal from "@/components/ui/ScrollReveal";
|
||||
import TextAnimation from "@/components/ui/TextAnimation";
|
||||
import Transition from "@/components/ui/Transition";
|
||||
import Accordion from "@/components/ui/Accordion";
|
||||
import ImageOrVideo from "@/components/ui/ImageOrVideo";
|
||||
|
||||
const categories = [
|
||||
{
|
||||
name: "Ordering & Delivery",
|
||||
items: [
|
||||
{
|
||||
question: "How do I place an online order?",
|
||||
answer: "Simply navigate to our 'Order Now' section, select your desired items, choose pickup or delivery, and complete the checkout process. It's fast and easy!",
|
||||
imageSrc: "https://picsum.photos/seed/1641414566/1200/800"
|
||||
},
|
||||
{
|
||||
question: "What are your delivery hours and areas?",
|
||||
answer: "We offer delivery Tuesday to Saturday, from 9 AM to 5 PM, within a 10-mile radius of our bakery. Minimum order value may apply.",
|
||||
imageSrc: "https://picsum.photos/seed/1453898156/1200/800"
|
||||
},
|
||||
{
|
||||
question: "Can I pick up my order in-store?",
|
||||
answer: "Yes! Select 'Pickup' at checkout and choose a convenient time slot during our operating hours (8 AM - 6 PM, Tuesday to Saturday).",
|
||||
imageSrc: "https://picsum.photos/seed/1876617433/1200/800"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Products & Customization",
|
||||
items: [
|
||||
{
|
||||
question: "Do you offer gluten-free or vegan options?",
|
||||
answer: "Yes, we have a selection of delicious gluten-free and vegan items. Please check our online menu or ask our staff for today's specials.",
|
||||
imageSrc: "https://picsum.photos/seed/881220485/1200/800"
|
||||
},
|
||||
{
|
||||
question: "How do I order a custom cake?",
|
||||
answer: "For custom cakes, please fill out our inquiry form or call us directly. We'll discuss your design, flavor preferences, and provide a personalized quote.",
|
||||
imageSrc: "https://picsum.photos/seed/1225091836/1200/800"
|
||||
},
|
||||
{
|
||||
question: "Is your daily inventory updated online?",
|
||||
answer: "While our full menu is online, daily specials and limited-time items are best confirmed by calling our store directly. We bake fresh every morning!",
|
||||
imageSrc: "https://picsum.photos/seed/286713376/1200/800"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Loyalty & Rewards",
|
||||
items: [
|
||||
{
|
||||
question: "How can I join your loyalty program?",
|
||||
answer: "Sign up for our newsletter and create an account online to automatically join our loyalty program. Earn points with every purchase and enjoy exclusive discounts and offers!",
|
||||
imageSrc: "https://picsum.photos/seed/509284976/1200/800"
|
||||
},
|
||||
{
|
||||
question: "What kind of rewards do you offer?",
|
||||
answer: "Our loyalty program offers discounts, free treats, early access to new products, and special birthday surprises!",
|
||||
imageSrc: "https://picsum.photos/seed/412388744/1200/800"
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
type FaqItem = {
|
||||
question: string;
|
||||
answer: string;
|
||||
};
|
||||
|
||||
type FaqCategory = {
|
||||
name: string;
|
||||
items: FaqItem[];
|
||||
};
|
||||
|
||||
interface FaqTabbedAccordionProps {
|
||||
tag: string;
|
||||
title: string;
|
||||
description: string;
|
||||
categories: FaqCategory[];
|
||||
cta?: {
|
||||
name: string;
|
||||
role: string;
|
||||
buttonText: string;
|
||||
buttonHref: string;
|
||||
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
|
||||
}
|
||||
|
||||
const FaqInline = () => {
|
||||
const [activeCategory, setActiveCategory] = useState(categories[0]?.name || "");
|
||||
|
||||
const currentItems = categories.find((c) => c.name === activeCategory)?.items || [];
|
||||
const accordionItems = currentItems.map((item) => ({
|
||||
title: item.question,
|
||||
content: (
|
||||
<div className="flex flex-col gap-4">
|
||||
<p>{item.answer}</p>
|
||||
{item.imageSrc && (
|
||||
<div className="w-full h-48 md:h-64 rounded-md overflow-hidden">
|
||||
<ImageOrVideo imageSrc={item.imageSrc} className="w-full h-full object-cover" />
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
)
|
||||
}));
|
||||
|
||||
return (
|
||||
<section aria-label="FAQ section" className="py-20">
|
||||
<div className="w-content-width mx-auto">
|
||||
<div className="card rounded flex flex-col gap-6 md:gap-10 p-6 md:p-10">
|
||||
<div className="flex flex-col items-center gap-2">
|
||||
<div className="px-3 py-1 mb-1 text-sm card rounded w-fit">
|
||||
<p>{"Your Questions, Answered"}</p>
|
||||
</div>
|
||||
|
||||
<TextAnimation
|
||||
text={"Got a Craving? We've Got Answers!"}
|
||||
variant="fade"
|
||||
gradientText={true}
|
||||
tag="h2"
|
||||
className="md:max-w-8/10 text-6xl 2xl:text-7xl leading-[1.15] font-semibold text-center text-balance"
|
||||
/>
|
||||
|
||||
<TextAnimation
|
||||
text={"Find quick answers to the most common questions about our products, ordering process, custom requests, and more."}
|
||||
variant="fade"
|
||||
gradientText={false}
|
||||
tag="p"
|
||||
className="md:max-w-7/10 text-lg md:text-xl leading-snug text-center text-balance"
|
||||
/>
|
||||
|
||||
<SelectorButton
|
||||
options={categories.map((c) => ({ value: c.name, label: c.name }))}
|
||||
activeValue={activeCategory}
|
||||
onValueChange={setActiveCategory}
|
||||
className="mt-2 md:mt-3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<ScrollReveal variant="fade-blur">
|
||||
<Transition key={activeCategory} whileInView={false} className="">
|
||||
<Accordion items={accordionItems} />
|
||||
</Transition>
|
||||
</ScrollReveal>
|
||||
|
||||
{undefined && (
|
||||
<>
|
||||
<div className="w-full h-px bg-foreground/5" />
|
||||
<div className="flex flex-col md:flex-row md:items-center gap-6 justify-between">
|
||||
<div className="flex items-center gap-3">
|
||||
<ImageOrVideo
|
||||
imageSrc={undefined.imageSrc}
|
||||
videoSrc={undefined.videoSrc}
|
||||
className="size-10 md:size-11 2xl:size-12 rounded-full object-cover"
|
||||
/>
|
||||
<div className="flex flex-col min-w-0">
|
||||
<span className="text-base text-foreground font-semibold leading-snug truncate">{undefined.name}</span>
|
||||
<span className="text-base text-foreground/75 leading-snug truncate">{undefined.role}</span>
|
||||
</div>
|
||||
</div>
|
||||
<Button text={undefined.buttonText} href={undefined.buttonHref} variant="primary" />
|
||||
</div>
|
||||
</>
|
||||
)}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default function FaqSection() {
|
||||
return (
|
||||
<div data-webild-section="faq" id="faq">
|
||||
<FaqInline />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
114
src/pages/HomePage/sections/Hero.tsx
Normal file
114
src/pages/HomePage/sections/Hero.tsx
Normal file
@@ -0,0 +1,114 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
|
||||
import Button from "@/components/ui/Button";
|
||||
import HeroBackgroundSlot from "@/components/ui/HeroBackgroundSlot";
|
||||
import TextAnimation from "@/components/ui/TextAnimation";
|
||||
import ImageOrVideo from "@/components/ui/ImageOrVideo";
|
||||
|
||||
import Carousel from "@/components/ui/Carousel";
|
||||
|
||||
const primaryButton = {
|
||||
text: "Start Your Order",
|
||||
href: "#contact"
|
||||
};
|
||||
const secondaryButton = {
|
||||
href: "#products",
|
||||
text: "View Our Menu"
|
||||
};
|
||||
const leftItems = [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-chocolate-cakes-with-spoon-clothes-wooden-backdrop_23-2148087027.jpg?_wi=1"
|
||||
},
|
||||
{
|
||||
imageSrc: "https://picsum.photos/seed/952460365/1200/800"
|
||||
}
|
||||
];
|
||||
const rightItems = [
|
||||
{
|
||||
imageSrc: "https://picsum.photos/seed/1804074766/1200/800"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-baked-chocolate-cakes-with-spoon-clothes-wooden-backdrop_23-2148087027.jpg?_wi=2"
|
||||
}
|
||||
];
|
||||
|
||||
type HeroSplitVerticalMarqueeProps = {
|
||||
tag: string;
|
||||
title: string;
|
||||
description: string;
|
||||
primaryButton: { text: string; href: string };
|
||||
secondaryButton: { text: string; href: string };
|
||||
leftItems: ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never })[];
|
||||
rightItems: ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never })[];
|
||||
};
|
||||
|
||||
const HeroInline = () => {
|
||||
const duplicatedLeft = [...leftItems, ...leftItems, ...leftItems, ...leftItems];
|
||||
const duplicatedRight = [...rightItems, ...rightItems, ...rightItems, ...rightItems];
|
||||
|
||||
return (
|
||||
<section aria-label="Hero section" className="relative flex items-center h-fit md:h-svh pt-25 pb-20 md:py-0">
|
||||
<HeroBackgroundSlot />
|
||||
<div className="flex flex-col md:flex-row items-center gap-12 md:gap-20 w-content-width mx-auto">
|
||||
<div className="w-full md:w-1/2">
|
||||
<div className="flex flex-col items-center md:items-start gap-3">
|
||||
<div className="px-3 py-1 mb-1 text-sm card rounded w-fit">
|
||||
<p>{"Artisan Bakery"}</p>
|
||||
</div>
|
||||
|
||||
<TextAnimation
|
||||
text={"Indulge in Artisan Pastries Delivered Fresh to Your Door"}
|
||||
variant="slide-up"
|
||||
gradientText={true}
|
||||
tag="h1"
|
||||
className="text-7xl 2xl:text-8xl leading-[1.15] font-semibold text-center md:text-left text-balance"
|
||||
/>
|
||||
|
||||
<TextAnimation
|
||||
text={"Artisan pastries, custom cakes, and daily favorites made with premium ingredients. Order online for pickup or delivery today."}
|
||||
variant="slide-up"
|
||||
gradientText={false}
|
||||
tag="p"
|
||||
className="md:max-w-8/10 text-lg md:text-xl leading-snug text-center md:text-left text-balance"
|
||||
/>
|
||||
|
||||
<div className="flex flex-wrap max-md:justify-center gap-3 mt-2 md:mt-3">
|
||||
<Button text={primaryButton.text} href={primaryButton.href} variant="primary"/>
|
||||
<Button text={secondaryButton.text} href={secondaryButton.href} variant="secondary"animationDelay={0.1} />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="w-full md:w-1/2 h-100 md:h-[75vh] flex gap-2 xl:gap-3 2xl:gap-4 overflow-hidden">
|
||||
<div className="flex-1 overflow-hidden mask-fade-y-medium">
|
||||
<div className="flex flex-col gap-2 xl:gap-3 2xl:gap-4 animate-marquee-vertical">
|
||||
{duplicatedLeft.map((item, index) => (
|
||||
<div key={index} className="shrink-0 aspect-square p-2 xl:p-3 2xl:p-4 card rounded overflow-hidden">
|
||||
<ImageOrVideo imageSrc={item.imageSrc} videoSrc={item.videoSrc} />
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex-1 overflow-hidden mask-fade-y-medium">
|
||||
<div className="flex flex-col gap-2 xl:gap-3 2xl:gap-4 animate-marquee-vertical-reverse">
|
||||
{duplicatedRight.map((item, index) => (
|
||||
<div key={index} className="shrink-0 aspect-square p-2 xl:p-3 2xl:p-4 card rounded overflow-hidden">
|
||||
<ImageOrVideo imageSrc={item.imageSrc} videoSrc={item.videoSrc} />
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default function HeroSection() {
|
||||
return (
|
||||
<div data-webild-section="hero" id="hero">
|
||||
<HeroInline />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
28
src/pages/HomePage/sections/HowItWorks.tsx
Normal file
28
src/pages/HomePage/sections/HowItWorks.tsx
Normal file
@@ -0,0 +1,28 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "how-it-works" section.
|
||||
|
||||
import React from 'react';
|
||||
import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function HowItWorksSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="how-it-works" data-section="how-it-works">
|
||||
<SectionErrorBoundary name="how-it-works">
|
||||
<FeaturesDetailedSteps
|
||||
tag="Seamless Ordering"
|
||||
title="Your Daily Dose of Deliciousness, Made Simple"
|
||||
description="Experience effortless ordering, from browsing our menu to enjoying our fresh bakes at your convenience. We've streamlined the process just for you."
|
||||
steps={[
|
||||
{
|
||||
tag: "Step 1", title: "Browse Our Menu", subtitle: "Discover Your Favorites", description: "Explore our extensive online menu featuring daily specials, classic pastries, and custom cake options. Filter by occasion, dietary needs, or popularity.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-person-getting-parcel-ready-delivery_23-2149371909.jpg"},
|
||||
{
|
||||
tag: "Step 2", title: "Freshly Prepared", subtitle: "Baked to Perfection", description: "Once your order is placed, our dedicated bakers get to work. Each item is freshly prepared using the finest ingredients and our signature recipes, ensuring premium quality.", imageSrc: "http://img.b2bpic.net/free-photo/frosting-piping-bag-filled-with-cream-nozzles-cupcake-wooden-desk_23-2147942575.jpg"},
|
||||
{
|
||||
tag: "Step 3", title: "Pickup or Delivery", subtitle: "Enjoy at Your Convenience", description: "Choose between convenient in-store pickup at your preferred time or reliable home delivery. Your delicious treats will arrive fresh and ready to be enjoyed!", imageSrc: "http://img.b2bpic.net/free-photo/content-female-courier-knocking-door_23-2147767707.jpg"},
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
95
src/pages/HomePage/sections/Metrics.tsx
Normal file
95
src/pages/HomePage/sections/Metrics.tsx
Normal file
@@ -0,0 +1,95 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
|
||||
import { Users, Award, Cake } from 'lucide-react';
|
||||
import type { LucideIcon } from "lucide-react";
|
||||
import Button from "@/components/ui/Button";
|
||||
import TextAnimation from "@/components/ui/TextAnimation";
|
||||
import GridOrCarousel from "@/components/ui/GridOrCarousel";
|
||||
import ScrollReveal from "@/components/ui/ScrollReveal";
|
||||
import { resolveIcon } from "@/utils/resolve-icon";
|
||||
|
||||
const metrics = [
|
||||
{
|
||||
icon: Users,
|
||||
title: "Happy Customers",
|
||||
value: "10,000+"
|
||||
},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Years Baking",
|
||||
value: "15+"
|
||||
},
|
||||
{
|
||||
icon: Cake,
|
||||
title: "Items Baked Daily",
|
||||
value: "500+"
|
||||
}
|
||||
];
|
||||
|
||||
type Metric = {
|
||||
icon: string | LucideIcon;
|
||||
title: string;
|
||||
value: string;
|
||||
};
|
||||
|
||||
const MetricsInline = () => (
|
||||
<section aria-label="Metrics section" className="py-20">
|
||||
<div className="flex flex-col gap-8 md:gap-10">
|
||||
<div className="flex flex-col items-center gap-2 w-content-width mx-auto">
|
||||
<div className="px-3 py-1 mb-1 text-sm card rounded w-fit">
|
||||
<p>{"Our Impact"}</p>
|
||||
</div>
|
||||
|
||||
<TextAnimation
|
||||
text={"A Taste of Our Success"}
|
||||
variant="fade-blur"
|
||||
gradientText={true}
|
||||
tag="h2"
|
||||
className="md:max-w-8/10 text-6xl 2xl:text-7xl leading-[1.15] font-semibold text-center text-balance"
|
||||
/>
|
||||
|
||||
<TextAnimation
|
||||
text={"Proudly serving our community with passion and dedication. Our numbers reflect the trust and joy we've shared with countless customers."}
|
||||
variant="fade-blur"
|
||||
gradientText={false}
|
||||
tag="p"
|
||||
className="md:max-w-7/10 text-lg md:text-xl leading-snug text-center text-balance"
|
||||
/>
|
||||
|
||||
{(undefined || undefined) && (
|
||||
<div className="flex flex-wrap justify-center gap-3 mt-2 md:mt-3">
|
||||
{undefined && <Button text={undefined.text} href={undefined.href} variant="primary"/>}
|
||||
{undefined && <Button text={undefined.text} href={undefined.href} variant="secondary"animationDelay={0.1} />}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<ScrollReveal variant="slide-up">
|
||||
<GridOrCarousel>
|
||||
{metrics.map((metric) => {
|
||||
const IconComponent = resolveIcon(metric.icon);
|
||||
return (
|
||||
<div key={metric.value} className="flex flex-col items-center justify-center gap-3 xl:gap-3.5 2xl:gap-4 p-6 xl:p-7 2xl:p-8 min-h-70 xl:min-h-80 2xl:min-h-90 h-full card rounded transition-all duration-500 ease-out hover:-translate-y-4 hover:scale-105 hover:shadow-[0_35px_60px_-15px_rgba(0,0,0,0.3)] hover:rotate-1">
|
||||
<div className="flex items-center justify-center gap-2 min-w-0">
|
||||
<div className="flex items-center justify-center shrink-0 size-8 primary-button rounded">
|
||||
<IconComponent className="h-2/5 w-2/5 text-primary-cta-text" strokeWidth={1.5} />
|
||||
</div>
|
||||
<span className="text-xl truncate min-w-0">{metric.title}</span>
|
||||
</div>
|
||||
<span className="text-9xl md:text-8xl font-semibold leading-none truncate">{metric.value}</span>
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
</GridOrCarousel>
|
||||
</ScrollReveal>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
||||
export default function MetricsSection() {
|
||||
return (
|
||||
<div data-webild-section="metrics" id="metrics">
|
||||
<MetricsInline />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
173
src/pages/HomePage/sections/Products.tsx
Normal file
173
src/pages/HomePage/sections/Products.tsx
Normal file
@@ -0,0 +1,173 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
|
||||
import Button from "@/components/ui/Button";
|
||||
import TextAnimation from "@/components/ui/TextAnimation";
|
||||
import ImageOrVideo from "@/components/ui/ImageOrVideo";
|
||||
import ScrollReveal from "@/components/ui/ScrollReveal";
|
||||
import { cls } from "@/lib/utils";
|
||||
import { Star } from "lucide-react";
|
||||
|
||||
const items = [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake_23-2148549963.jpg",
|
||||
href: "#",
|
||||
rating: 5,
|
||||
recipe: "Rich chocolate cake layers with smooth chocolate buttercream and dark chocolate ganache drip."
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pastry-with-dried-orange-slices-black-board-high-quality-photo_114579-69077.jpg",
|
||||
href: "#",
|
||||
rating: 4,
|
||||
recipe: "Flaky pastry filled with orange zest cream and topped with candied orange slices."
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/marshmallow-white-plate-table-with-mug-hot-coffee_114579-604.jpg",
|
||||
href: "#",
|
||||
rating: 5,
|
||||
recipe: "Homemade vanilla bean marshmallows, perfect for pairing with our signature hot coffee."
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-crusty-bread-cutting-board-wooden-background-with-copy-space_141793-25656.jpg",
|
||||
href: "#",
|
||||
rating: 3,
|
||||
recipe: "Artisan sourdough bread with a crusty exterior and soft, chewy interior."
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cake-sweet-snacks_181624-27093.jpg",
|
||||
href: "#",
|
||||
rating: 4,
|
||||
recipe: "Delicate sponge cake with fresh berries and light whipped cream frosting."
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-delicious-rustic-summer-berry-tartles_114579-10242.jpg",
|
||||
href: "#",
|
||||
rating: 5,
|
||||
recipe: "Rustic tartlets filled with a mix of summer berries and a hint of lemon zest."
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wedding-cake-with-flowers_23-2148120660.jpg",
|
||||
href: "#",
|
||||
rating: 4,
|
||||
recipe: "Elegant multi-tiered wedding cake decorated with fresh, edible flowers."
|
||||
}
|
||||
];
|
||||
|
||||
type FeatureItem = {
|
||||
href?: string;
|
||||
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
|
||||
|
||||
interface FeaturesImageBentoProps {
|
||||
tag: string;
|
||||
title: string;
|
||||
description: string;
|
||||
primaryButton?: { text: string; href: string };
|
||||
secondaryButton?: { text: string; href: string };
|
||||
items: [FeatureItem, FeatureItem, FeatureItem, FeatureItem, FeatureItem, FeatureItem, FeatureItem];
|
||||
}
|
||||
|
||||
const ProductsInline = () => {
|
||||
const gridClasses = [
|
||||
"md:col-span-2",
|
||||
"md:col-span-4",
|
||||
"md:col-span-3",
|
||||
"md:col-span-3",
|
||||
"md:col-span-2",
|
||||
"md:col-span-2",
|
||||
"md:col-span-2",
|
||||
];
|
||||
|
||||
const staggerDelays = [
|
||||
0,
|
||||
0.1,
|
||||
0,
|
||||
0.1,
|
||||
0,
|
||||
0.1,
|
||||
0.2,
|
||||
];
|
||||
|
||||
return (
|
||||
<section aria-label="Features image bento section" className="py-20">
|
||||
<div className="flex flex-col gap-8 md:gap-10">
|
||||
<div className="flex flex-col items-center w-content-width mx-auto gap-2">
|
||||
<div className="px-3 py-1 mb-1 text-sm card rounded w-fit">
|
||||
<p>{"Our Creations"}</p>
|
||||
</div>
|
||||
|
||||
<TextAnimation
|
||||
text={"A Gallery of Sweet Perfection"}
|
||||
variant="fade-blur"
|
||||
gradientText={true}
|
||||
tag="h2"
|
||||
className="md:max-w-8/10 text-6xl 2xl:text-7xl leading-[1.15] font-semibold text-center text-balance"
|
||||
/>
|
||||
|
||||
<TextAnimation
|
||||
text={"Explore our diverse range of artisan baked goods, from classic pastries to custom-designed cakes for every occasion. Each image tells a story of flavor and craftsmanship."}
|
||||
variant="fade-blur"
|
||||
gradientText={false}
|
||||
tag="p"
|
||||
className="md:max-w-7/10 text-lg md:text-xl leading-snug text-center text-balance"
|
||||
/>
|
||||
|
||||
{(undefined || undefined) && (
|
||||
<div className="flex flex-wrap justify-center gap-3 mt-2 md:mt-3">
|
||||
{undefined && <Button text={undefined.text} href={undefined.href} variant="primary"/>}
|
||||
{undefined && <Button text={undefined.text} href={undefined.href} variant="secondary" animationDelay={0.1} />}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<div className="w-content-width mx-auto grid grid-cols-1 md:grid-cols-6 gap-3">
|
||||
{items.map((item, index) => {
|
||||
const content = (
|
||||
<div className="h-80 xl:h-100 2xl:h-120 relative w-full transition-transform duration-700 [transform-style:preserve-3d] group-hover:[transform:rotateY(180deg)]">
|
||||
{/* Front side */}
|
||||
<div className="absolute inset-0 [backface-visibility:hidden]">
|
||||
<ImageOrVideo
|
||||
imageSrc={item.imageSrc}
|
||||
videoSrc={item.videoSrc}
|
||||
className="rounded w-full h-full object-cover"
|
||||
/>
|
||||
<div className="absolute top-3 right-3 flex gap-0.5 bg-background/80 backdrop-blur-md px-2 py-1 rounded-full z-10">
|
||||
{[...Array(item.rating || 5)].map((_, i) => (
|
||||
<Star key={i} className="w-3.5 h-3.5 fill-yellow-400 text-yellow-400" />
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Back side */}
|
||||
<div className="absolute inset-0 h-full w-full rounded bg-card px-6 py-8 text-center [transform:rotateY(180deg)] [backface-visibility:hidden] flex flex-col items-center justify-center border border-border">
|
||||
<h3 className="text-xl font-semibold mb-4 text-foreground">Recipe Details</h3>
|
||||
<p className="text-muted-foreground">{item.recipe}</p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
return (
|
||||
<ScrollReveal key={index} variant="fade-blur" delay={staggerDelays[index]} className={cls("col-span-1 group [perspective:1000px]", gridClasses[index])}>
|
||||
{item.href ? (
|
||||
<a href={item.href} className="block rounded">
|
||||
{content}
|
||||
</a>
|
||||
) : (
|
||||
<div className="rounded">
|
||||
{content}
|
||||
</div>
|
||||
)}
|
||||
</ScrollReveal>
|
||||
);
|
||||
})}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default function ProductsSection() {
|
||||
return (
|
||||
<div data-webild-section="products" id="products">
|
||||
<ProductsInline />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
86
src/pages/HomePage/sections/Promo.tsx
Normal file
86
src/pages/HomePage/sections/Promo.tsx
Normal file
@@ -0,0 +1,86 @@
|
||||
import { useState, useEffect } from "react";
|
||||
import { motion } from "motion/react";
|
||||
import Button from "@/components/ui/Button";
|
||||
|
||||
export default function PromoSection() {
|
||||
const [timeLeft, setTimeLeft] = useState({ hours: 5, minutes: 0, seconds: 0 });
|
||||
|
||||
useEffect(() => {
|
||||
const timer = setInterval(() => {
|
||||
setTimeLeft((prev) => {
|
||||
if (prev.hours === 0 && prev.minutes === 0 && prev.seconds === 0) {
|
||||
clearInterval(timer);
|
||||
return prev;
|
||||
}
|
||||
let newSeconds = prev.seconds - 1;
|
||||
let newMinutes = prev.minutes;
|
||||
let newHours = prev.hours;
|
||||
|
||||
if (newSeconds < 0) {
|
||||
newSeconds = 59;
|
||||
newMinutes -= 1;
|
||||
}
|
||||
if (newMinutes < 0) {
|
||||
newMinutes = 59;
|
||||
newHours -= 1;
|
||||
}
|
||||
|
||||
return { hours: newHours, minutes: newMinutes, seconds: newSeconds };
|
||||
});
|
||||
}, 1000);
|
||||
|
||||
return () => clearInterval(timer);
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<section data-webild-section="promo" id="promo" className="relative w-full py-24 bg-primary-cta text-primary-cta-text overflow-hidden">
|
||||
<div className="max-w-4xl mx-auto px-6 text-center relative z-10">
|
||||
<motion.div
|
||||
initial={{ opacity: 0, y: 20 }}
|
||||
whileInView={{ opacity: 1, y: 0 }}
|
||||
viewport={{ once: true }}
|
||||
transition={{ duration: 0.6 }}
|
||||
>
|
||||
<span className="inline-block py-1 px-3 rounded-full bg-secondary-cta text-secondary-cta-text text-sm font-medium mb-6">
|
||||
Limited Time Offer
|
||||
</span>
|
||||
<h2 className="text-4xl md:text-5xl font-bold mb-6">
|
||||
Get 20% Off Your First Order
|
||||
</h2>
|
||||
<p className="text-lg md:text-xl mb-10 opacity-90">
|
||||
Experience the taste of freshly baked goodness. Claim your discount before the timer runs out!
|
||||
</p>
|
||||
|
||||
<div className="flex justify-center gap-4 md:gap-8 mb-10">
|
||||
<div className="flex flex-col items-center">
|
||||
<div className="w-16 h-16 md:w-20 md:h-20 flex items-center justify-center bg-background text-foreground rounded-xl text-2xl md:text-3xl font-bold shadow-lg">
|
||||
{String(timeLeft.hours).padStart(2, '0')}
|
||||
</div>
|
||||
<span className="text-sm mt-3 font-medium opacity-80 uppercase tracking-wider">Hours</span>
|
||||
</div>
|
||||
<div className="text-3xl md:text-4xl font-bold mt-3 opacity-50">:</div>
|
||||
<div className="flex flex-col items-center">
|
||||
<div className="w-16 h-16 md:w-20 md:h-20 flex items-center justify-center bg-background text-foreground rounded-xl text-2xl md:text-3xl font-bold shadow-lg">
|
||||
{String(timeLeft.minutes).padStart(2, '0')}
|
||||
</div>
|
||||
<span className="text-sm mt-3 font-medium opacity-80 uppercase tracking-wider">Mins</span>
|
||||
</div>
|
||||
<div className="text-3xl md:text-4xl font-bold mt-3 opacity-50">:</div>
|
||||
<div className="flex flex-col items-center">
|
||||
<div className="w-16 h-16 md:w-20 md:h-20 flex items-center justify-center bg-background text-foreground rounded-xl text-2xl md:text-3xl font-bold shadow-lg">
|
||||
{String(timeLeft.seconds).padStart(2, '0')}
|
||||
</div>
|
||||
<span className="text-sm mt-3 font-medium opacity-80 uppercase tracking-wider">Secs</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Button
|
||||
text="Claim Discount Now"
|
||||
variant="secondary"
|
||||
className="text-lg px-8 py-4"
|
||||
/>
|
||||
</motion.div>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
22
src/pages/HomePage/sections/SocialProof.tsx
Normal file
22
src/pages/HomePage/sections/SocialProof.tsx
Normal file
@@ -0,0 +1,22 @@
|
||||
// AUTO-GENERATED by per-section-migrate. Edit freely — Bob will treat this
|
||||
// file as the canonical source for the "social-proof" section.
|
||||
|
||||
import React from 'react';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||
|
||||
export default function SocialProofSection(): React.JSX.Element {
|
||||
return (
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SectionErrorBoundary name="social-proof">
|
||||
<SocialProofMarquee
|
||||
tag="Featured By"
|
||||
title="Trusted by Local Favorites & Culinary Guides"
|
||||
description="Our quality and taste have earned us recognition and partnerships across the community. We're proud to be a local favorite!"
|
||||
names={[
|
||||
"Local Eats Magazine", "The Daily Bite Blog", "Community Food Critics", "Taste of the City Awards", "Culinary Review Daily", "Flavor Fusion Magazine", "Gourmet Gazette"]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
136
src/pages/HomePage/sections/Testimonials.tsx
Normal file
136
src/pages/HomePage/sections/Testimonials.tsx
Normal file
@@ -0,0 +1,136 @@
|
||||
/* eslint-disable */
|
||||
// @ts-nocheck — generated by catalog-eject; runtime-correct but TS strict-mode false-positives on inlined catalog body
|
||||
import { Star } from "lucide-react";
|
||||
import { cls } from "@/lib/utils";
|
||||
import Button from "@/components/ui/Button";
|
||||
import TextAnimation from "@/components/ui/TextAnimation";
|
||||
import ImageOrVideo from "@/components/ui/ImageOrVideo";
|
||||
import GridOrCarousel from "@/components/ui/GridOrCarousel";
|
||||
import ScrollReveal from "@/components/ui/ScrollReveal";
|
||||
|
||||
const testimonials = [
|
||||
{
|
||||
name: "Sarah J.",
|
||||
role: "Local Professional",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-girl-posing-studio_176474-68234.jpg"
|
||||
},
|
||||
{
|
||||
name: "Mark T.",
|
||||
role: "Event Coordinator",
|
||||
company: "City Events",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/defocused-woman-working-laptop-outside-while-having-lunch_23-2148578246.jpg"
|
||||
},
|
||||
{
|
||||
name: "Emily R.",
|
||||
role: "Busy Parent",
|
||||
company: "Family Client",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-womens-having-lunch-home_23-2148451592.jpg"
|
||||
},
|
||||
{
|
||||
name: "David L.",
|
||||
role: "Office Manager",
|
||||
company: "Local Business",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-bread_1303-5910.jpg"
|
||||
},
|
||||
{
|
||||
name: "Jessica P.",
|
||||
role: "Food Blogger",
|
||||
company: "Taste Trails",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-male-baker-showing-mobile-phone-front-baked-croissant-shelves_23-2148189103.jpg"
|
||||
},
|
||||
{
|
||||
name: "Robert B.",
|
||||
role: "Loyal Customer",
|
||||
company: "Sweet Delights Regular",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-cheerful-friends-sharing-donuts-cafe_637285-7948.jpg"
|
||||
}
|
||||
];
|
||||
|
||||
type Testimonial = {
|
||||
name: string;
|
||||
role: string;
|
||||
company: string;
|
||||
rating: number;
|
||||
} & ({ imageSrc: string; videoSrc?: never } | { videoSrc: string; imageSrc?: never });
|
||||
|
||||
const TestimonialsInline = () => (
|
||||
<section aria-label="Testimonials section" className="py-20">
|
||||
<div className="flex flex-col gap-8 md:gap-10">
|
||||
<div className="flex flex-col items-center gap-2 w-content-width mx-auto">
|
||||
<div className="px-3 py-1 mb-1 text-sm card rounded w-fit">
|
||||
<p>{"What Our Customers Say"}</p>
|
||||
</div>
|
||||
|
||||
<TextAnimation
|
||||
text={"Sweet Words from Sweet People"}
|
||||
variant="slide-up"
|
||||
gradientText={true}
|
||||
tag="h2"
|
||||
className="md:max-w-8/10 text-6xl 2xl:text-7xl leading-[1.15] font-semibold text-center text-balance"
|
||||
/>
|
||||
|
||||
<TextAnimation
|
||||
text={"Hear directly from our satisfied customers about their delightful experiences with Sweet Delights Bakery. Your joy is our greatest reward!"}
|
||||
variant="slide-up"
|
||||
gradientText={false}
|
||||
tag="p"
|
||||
className="md:max-w-7/10 text-lg md:text-xl leading-snug text-center text-balance"
|
||||
/>
|
||||
|
||||
{(undefined || undefined) && (
|
||||
<div className="flex flex-wrap justify-center gap-3 mt-2 md:mt-3">
|
||||
{undefined && <Button text={undefined.text} href={undefined.href} variant="primary"/>}
|
||||
{undefined && <Button text={undefined.text} href={undefined.href} variant="secondary"animationDelay={0.1} />}
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<ScrollReveal variant="slide-up">
|
||||
<GridOrCarousel >
|
||||
{testimonials.map((testimonial) => (
|
||||
<div key={testimonial.name} className="relative aspect-3/4 rounded overflow-hidden">
|
||||
<ImageOrVideo imageSrc={testimonial.imageSrc} videoSrc={testimonial.videoSrc} />
|
||||
|
||||
<div className="absolute inset-x-4 bottom-4 xl:inset-x-5 xl:bottom-5 2xl:inset-x-6 2xl:bottom-6 flex flex-col gap-1 xl:gap-2 2xl:gap-3 p-4 xl:p-5 2xl:p-6 card rounded backdrop-blur-sm">
|
||||
<div className="flex gap-1.5 mb-1">
|
||||
{Array.from({ length: 5 }).map((_, index) => (
|
||||
<Star
|
||||
key={index}
|
||||
className={cls(
|
||||
"size-5 text-accent",
|
||||
index < testimonial.rating ? "fill-accent" : "fill-transparent"
|
||||
)}
|
||||
strokeWidth={1.5}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
||||
<div className="flex items-center gap-2">\n <span className="text-2xl font-semibold leading-snug truncate">{testimonial.name}</span>\n <svg viewBox="0 0 24 24" aria-label="Verified account" className="w-6 h-6 text-[#1d9bf0] fill-current shrink-0">\n <g>\n <path d="M22.5 12.5c0-1.58-.875-2.95-2.148-3.6.154-.435.238-.905.238-1.4 0-2.21-1.71-3.998-3.918-3.998-.47 0-.92.084-1.336.25C14.818 2.415 13.51 1.5 12 1.5s-2.816.917-3.337 2.25c-.416-.165-.866-.25-1.336-.25-2.21 0-3.918 1.79-3.918 4 0 .495.084.965.238 1.4-1.273.65-2.148 2.02-2.148 3.6 0 1.46.827 2.766 2.09 3.472-.076.326-.122.667-.122 1.028 0 2.21 1.71 3.998 3.918 3.998.47 0 .92-.084 1.336-.25C9.182 21.585 10.49 22.5 12 22.5s2.816-.917 3.337-2.25c.416.165.866.25 1.336.25 2.21 0 3.918-1.79 3.918-4 0-.36-.046-.702-.122-1.028 1.263-.706 2.09-2.012 2.09-3.472zm-8.067-5.973l-4.144 4.144-2.043-2.043L6.83 10.04l3.457 3.458 5.56-5.56 1.416 1.416z"></path>\n </g>\n </svg>\n </div>
|
||||
|
||||
<div className="flex flex-col">
|
||||
<span className="text-base leading-snug truncate">{testimonial.role}</span>
|
||||
<span className="text-base leading-snug truncate">{testimonial.company}</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
))}
|
||||
</GridOrCarousel>
|
||||
</ScrollReveal>
|
||||
</div>
|
||||
</section>
|
||||
);
|
||||
|
||||
export default function TestimonialsSection() {
|
||||
return (
|
||||
<div data-webild-section="testimonials" id="testimonials">
|
||||
<TestimonialsInline />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user