Update src/app/page.tsx
This commit is contained in:
@@ -5,14 +5,14 @@ import ReactLenis from "lenis/react";
|
||||
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { Clock, Coffee, Smile } from "lucide-react";
|
||||
import { Clock, Coffee, Smile, MapPin, Phone, Mail } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -35,6 +35,7 @@ export default function LandingPage() {
|
||||
{ name: "Home", id: "#hero" },
|
||||
{ name: "Menu", id: "#menu" },
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Hot Donuts"
|
||||
@@ -52,8 +53,6 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-donuts-with-coffee-chocolate_23-2148526314.jpg", imageAlt: "Fresh glazed donuts" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fast-food-restaurant-table_7939-2838.jpg", imageAlt: "Fusion pastries" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-donuts-concept_23-2148761708.jpg", imageAlt: "Bakery interior" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-donuts-wooden-surface_23-2148526347.jpg", imageAlt: "Flat lay of donuts on wooden surface" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/three-donuts-lined-row-wooden-surface_114579-52159.jpg", imageAlt: "Three donuts lined in a row on wooden surface" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -79,9 +78,6 @@ export default function LandingPage() {
|
||||
{ id: "1", name: "Bulgogi Kolache", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sausages-wrapped-strips-bacon-with-tomatoes-sage-leaves_2829-8318.jpg" },
|
||||
{ id: "2", name: "Hangry Dog (Brisket)", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-croissants-box-pralines-muffins-piece-wood_114579-4403.jpg" },
|
||||
{ id: "3", name: "Strawberry Shortcake Cronut", price: "$4.75", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-donut-with-chocolate-icing-sprinkles-generated-by-ai_188544-23747.jpg" },
|
||||
{ id: "4", name: "Honey Pistachio Ring", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/close-up-fancy-dessert_23-2150527566.jpg" },
|
||||
{ id: "5", name: "Butter Cream Fruit Donut", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/front-close-view-yummy-sweet-pie-with-chocolate-sauce-lemon-slices-grey_140725-44445.jpg" },
|
||||
{ id: "6", name: "Classic Glazed", price: "$2.50", imageSrc: "http://img.b2bpic.net/free-photo/process-making-cheesecakes-cottage-cheese-fritter_169016-46630.jpg" },
|
||||
]}
|
||||
title="Beyond the Ordinary"
|
||||
description="Explore our menu of traditional glazed donuts, creative seasonal varieties, and unique fusion creations you won't find anywhere else."
|
||||
@@ -95,7 +91,6 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{ title: "Fusion Flavors", description: "Authentic Korean BBQ meets Czech tradition in our signature kolaches.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chicken-rolls-stuffed-with-green-beans-carrots-wrapped-strips-bacon_2829-19752.jpg", imageAlt: "Bulgogi fusion" },
|
||||
{ title: "Always Fresh", description: "Baked daily from 5 AM; popular items sell out fast, so come early!", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-blood-orange-glaze-donuts_114579-20590.jpg", imageAlt: "Fresh donuts" },
|
||||
{ title: "Kid-Friendly Space", description: "Our cozy, bright environment is designed to be accessible and fun for all ages.", imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg", imageAlt: "Cozy atmosphere" },
|
||||
]}
|
||||
title="Why We're Everyone's Favorite"
|
||||
description="We pour heart into everything we do, ensuring every bite is fresh and every visitor feels welcomed."
|
||||
@@ -122,11 +117,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Best in town!", quote: "The bulgogi kolaches are life-changing. Kelly and Kevin are the sweetest owners ever.", name: "Sarah J.", role: "Local Resident", imageSrc: "http://img.b2bpic.net/free-photo/girl-taking-cookie-from-plate_23-2148277063.jpg" },
|
||||
{ id: "2", title: "Always fresh", quote: "I try to get there by 7 AM so I don't miss the Hangry Dogs. Simply the best.", name: "Mark D.", role: "Regular Customer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-blond-woman-showing-two-pink-doughnuts-delicious-pastry-eating-dessert_1258-253538.jpg" },
|
||||
{ id: "3", title: "So welcoming", quote: "They always give my daughter a little treat. It's the highlight of our morning walk.", name: "Emily T.", role: "Mom", imageSrc: "http://img.b2bpic.net/free-photo/cute-child-with-dounat_624325-1467.jpg" },
|
||||
{ id: "4", title: "Top tier pastries", quote: "You can tell everything is made with love. The honey pistachio is amazing.", name: "Kevin L.", role: "Food Blogger", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-eating-doughnut_23-2149333780.jpg" },
|
||||
{ id: "5", title: "Hidden gem", quote: "Super clean, wheelchair accessible, and the owners are incredibly kind.", name: "David W.", role: "Neighbor", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-cute-young-blond-woman-showing-pink-doughnut-near-her-face-smiling-looking_1258-281870.jpg" },
|
||||
{ id: "1", title: "Best in town!", quote: "The bulgogi kolaches are life-changing. Kelly and Kevin are the sweetest owners ever.", name: "Sarah J.", role: "Local Resident" },
|
||||
{ id: "2", title: "Always fresh", quote: "I try to get there by 7 AM so I don't miss the Hangry Dogs. Simply the best.", name: "Mark D.", role: "Regular Customer" },
|
||||
]}
|
||||
title="Community Love"
|
||||
description="Hear what our neighbors say about Kelly, Kevin, and our favorite treats."
|
||||
@@ -154,7 +146,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Visit Us Today"
|
||||
description="Find us at 8602 Lakeview Pkwy, Ste A, near Dalrock Rd. We can't wait to serve you!"
|
||||
description="Find us at 8602 Lakeview Pkwy, Ste A. We are open from 5:00 AM to 12:00 PM daily. Reach out with any special orders!"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Email Address", required: true },
|
||||
@@ -166,9 +158,13 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
<FooterBaseReveal
|
||||
logoText="Hot Donuts"
|
||||
copyrightText="© 2025 Hot Donuts | 8602 Lakeview Pkwy, Ste A"
|
||||
columns={[
|
||||
{ title: "Quick Links", items: [{ label: "Home", href: "#hero" }, { label: "Menu", href: "#menu" }] },
|
||||
{ title: "Visit Us", items: [{ label: "5:00 AM - 12:00 PM", href: "#" }, { label: "8602 Lakeview Pkwy, Ste A", href: "#" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user