Update src/app/page.tsx

This commit is contained in:
2026-06-04 02:48:30 +00:00
parent fff4d09267
commit 7bd07fb5a2

View File

@@ -35,25 +35,25 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", id: "#hero"},
name: "Home", id: "#hero"},
{
name: "About", id: "#about"},
name: "About", id: "#about"},
{
name: "Menu", id: "#products"},
name: "Menu", id: "#products"},
{
name: "Events", id: "#pricing"},
name: "Events", id: "#pricing"},
{
name: "Testimonials", id: "#testimonials"},
name: "Testimonials", id: "#testimonials"},
{
name: "FAQ", id: "#faq"},
name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
name: "Contact", id: "#contact"},
]}
logoSrc="http://img.b2bpic.net/free-vector/cute-green-spring-cards_23-2147539399.jpg"
logoAlt="Victory Sweet Shop & Cafe Logo"
brandName="Victory Sweet Shop & Cafe"
button={{
text: "Order Online", href: "#contact"}}
text: "Order Online", href: "#contact"}}
animateOnLoad={true}
/>
</div>
@@ -67,9 +67,9 @@ export default function LandingPage() {
description="Victory Sweet Shop and Garden Cafe offers artisanal pastries, gourmet coffee, and a tranquil garden escape. Indulge in delightful treats and savor moments of peace."
buttons={[
{
text: "Explore Our Menu", href: "#products"},
text: "Explore Our Menu", href: "#products"},
{
text: "Book an Event", href: "#pricing"},
text: "Book an Event", href: "#pricing"},
]}
imageSrc="http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg"
imageAlt="Victory Sweet Shop interior with pastries and garden cafe"
@@ -77,32 +77,32 @@ export default function LandingPage() {
fixedMediaHeight={true}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/happy-father-giving-thumbs-up-while-holding-plate-muffins_23-2148414896.jpg", alt: "Happy father giving thumbs up while holding plate of muffins"},
src: "http://img.b2bpic.net/free-photo/happy-father-giving-thumbs-up-while-holding-plate-muffins_23-2148414896.jpg", alt: "Happy father giving thumbs up while holding plate of muffins"},
{
src: "http://img.b2bpic.net/free-photo/cheerful-daughter-mother-holding-gift-breakfast_23-2147788219.jpg", alt: "Cheerful daughter and mother holding gift during breakfast"},
src: "http://img.b2bpic.net/free-photo/cheerful-daughter-mother-holding-gift-breakfast_23-2147788219.jpg", alt: "Cheerful daughter and mother holding gift during breakfast"},
{
src: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24678.jpg", alt: "Beautiful girls buys buns at the bakery"},
src: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24678.jpg", alt: "Beautiful girls buys buns at the bakery"},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-croissants_23-2148933381.jpg", alt: "Medium shot couple with croissants"},
src: "http://img.b2bpic.net/free-photo/medium-shot-couple-with-croissants_23-2148933381.jpg", alt: "Medium shot couple with croissants"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg", alt: "Close up portrait of pretty female drinking coffee. Lady holding a white mug with hand."},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-pretty-female-drinking-coffee-lady-holding-white-mug-with-hand_1153-5518.jpg", alt: "Close up portrait of pretty female drinking coffee. Lady holding a white mug with hand."},
]}
avatarText="Join our 100K+ happy customers!"
marqueeItems={[
{
type: "text-icon", text: "Freshly Baked Daily", icon: Cake,
type: "text-icon", text: "Freshly Baked Daily", icon: Cake
},
{
type: "text-icon", text: "Award-Winning Coffee", icon: Coffee,
type: "text-icon", text: "Award-Winning Coffee", icon: Coffee
},
{
type: "text-icon", text: "Serene Garden Escape", icon: Feather,
type: "text-icon", text: "Serene Garden Escape", icon: Feather
},
{
type: "text-icon", text: "Custom Event Catering", icon: Gift,
type: "text-icon", text: "Custom Event Catering", icon: Gift
},
{
type: "text-icon", text: "Local & Organic Ingredients", icon: Leaf,
type: "text-icon", text: "Local & Organic Ingredients", icon: Leaf
},
]}
/>
@@ -142,8 +142,8 @@ export default function LandingPage() {
icon: Cookie,
text: "Gourmet cookies"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-vector/cute-green-spring-cards_23-2147539399.jpg", imageAlt: "assorted pastries croissants cakes"},
reverse: false
},
{
title: "Gourmet Coffee & Tea", description: "Sustainably sourced coffee beans and a curated selection of fine teas brewed to perfection.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/cocoa-mugs-with-marshmallows-near-fireplace_1321-1581.jpg", imageAlt: "Barista pouring latte art"},
@@ -158,8 +158,8 @@ export default function LandingPage() {
icon: IceCream,
text: "Refreshing iced beverages"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/modern-dining-london-table-empty_1203-4494.jpg", imageAlt: "assorted pastries croissants cakes"},
reverse: true
},
{
title: "Tranquil Garden Cafe", description: "Escape the city bustle in our serene garden oasis, perfect for a relaxing meal or a quiet moment.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/christmas-macarons-pastry-shop-window-closeup_169016-48864.jpg", imageAlt: "Outdoor garden cafe seating"},
@@ -174,8 +174,8 @@ export default function LandingPage() {
icon: Sparkles,
text: "Peaceful ambiance"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/confectioner-uniform-decorates-cake_1157-33251.jpg", imageAlt: "assorted pastries croissants cakes"},
reverse: false
}
]}
title="More Than Just Desserts"
description="Discover the unique experiences that make Victory Sweet Shop & Garden Cafe your favorite local spot."
@@ -190,17 +190,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Strawberry Cheesecake", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cake-with-biscuits-cones_140725-99651.jpg", imageAlt: "Slice of strawberry cheesecake"},
id: "p1", name: "Strawberry Cheesecake", price: "$7.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-creamy-cake-with-biscuits-cones_140725-99651.jpg", imageAlt: "Slice of strawberry cheesecake"},
{
id: "p2", name: "Chocolate Lava Cake", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/cocoa-chocolate-popcorn-ginger-biscuits-knitted-blanket-cozy-winter-home-background_501050-159.jpg", imageAlt: "Warm chocolate lava cake with ice cream"},
id: "p2", name: "Chocolate Lava Cake", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/cocoa-chocolate-popcorn-ginger-biscuits-knitted-blanket-cozy-winter-home-background_501050-159.jpg", imageAlt: "Warm chocolate lava cake with ice cream"},
{
id: "p3", name: "Assorted Macarons", price: "$3.00 each", imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124431.jpg", imageAlt: "Colorful assortment of French macarons"},
id: "p3", name: "Assorted Macarons", price: "$3.00 each", imageSrc: "http://img.b2bpic.net/free-photo/colorful-macarons-arranged-circle-black-background_9975-124431.jpg", imageAlt: "Colorful assortment of French macarons"},
{
id: "p4", name: "Morning Glory Muffins", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-49441.jpg", imageAlt: "Freshly baked morning glory muffins"},
id: "p4", name: "Morning Glory Muffins", price: "$4.25", imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-delicious-blueberry-muffins_114579-49441.jpg", imageAlt: "Freshly baked morning glory muffins"},
{
id: "p5", name: "Gourmet Croissant Sandwich", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-eggs-with-toasted-bread-woth-avocado-pulps-with-olives-onn-orange-plate-blue_141793-17072.jpg", imageAlt: "Gourmet croissant sandwich with fresh ingredients"},
id: "p5", name: "Gourmet Croissant Sandwich", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-boiled-eggs-with-toasted-bread-woth-avocado-pulps-with-olives-onn-orange-plate-blue_141793-17072.jpg", imageAlt: "Gourmet croissant sandwich with fresh ingredients"},
{
id: "p6", name: "Iced Vanilla Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/decorative-tea-still-life_23-2148116754.jpg", imageAlt: "Iced vanilla latte with whipped cream"},
id: "p6", name: "Iced Vanilla Latte", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/decorative-tea-still-life_23-2148116754.jpg", imageAlt: "Iced vanilla latte with whipped cream"},
]}
title="Our Signature Delights"
description="Explore our delectable selection of cakes, pastries, and savory bites, crafted daily for your enjoyment."
@@ -214,31 +214,31 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "event-1", badge: "Intimate", badgeIcon: Users,
price: "Starting at $499", subtitle: "For gatherings up to 20 guests", buttons: [
id: "event-1", badge: "Intimate", badgeIcon: Users,
price: "Starting at $499", subtitle: "For gatherings up to 20 guests", buttons: [
{
text: "Learn More", href: "#contact"},
text: "Learn More", href: "#contact"},
],
features: [
"Private garden access (2 hours)", "Assorted mini pastries", "Gourmet coffee & tea service", "Dedicated event coordinator"],
"Private garden access (2 hours)", "Assorted mini pastries", "Gourmet coffee & tea service", "Dedicated event coordinator"],
},
{
id: "event-2", badge: "Celebration", badgeIcon: Gift,
price: "Starting at $899", subtitle: "Perfect for 20-50 guests", buttons: [
id: "event-2", badge: "Celebration", badgeIcon: Gift,
price: "Starting at $899", subtitle: "Perfect for 20-50 guests", buttons: [
{
text: "Book Now", href: "#contact"},
text: "Book Now", href: "#contact"},
],
features: [
"Exclusive garden access (3 hours)", "Customizable sweet & savory platters", "Premium beverage bar", "Personalized cake consultation"],
"Exclusive garden access (3 hours)", "Customizable sweet & savory platters", "Premium beverage bar", "Personalized cake consultation"],
},
{
id: "event-3", badge: "Grand Event", badgeIcon: Crown,
price: "Starting at $1499", subtitle: "For 50+ guests", buttons: [
id: "event-3", badge: "Grand Event", badgeIcon: Crown,
price: "Starting at $1499", subtitle: "For 50+ guests", buttons: [
{
text: "Request Quote", href: "#contact"},
text: "Request Quote", href: "#contact"},
],
features: [
"Full venue rental (4 hours)", "Full catering menu with bespoke options", "Live dessert station", "Professional event styling & decor"],
"Full venue rental (4 hours)", "Full catering menu with bespoke options", "Live dessert station", "Professional event styling & decor"],
},
]}
title="Host Your Special Occasion"
@@ -253,16 +253,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1", value: "15+", title: "Years of Baking Excellence", items: [
"Community Favorite", "Award-Winning Recipes"],
id: "m1", value: "15+", title: "Years of Baking Excellence", items: [
"Community Favorite", "Award-Winning Recipes"],
},
{
id: "m2", value: "100K+", title: "Happy Customers Served", items: [
"Five-Star Reviews", "Loyal Patronage"],
id: "m2", value: "100K+", title: "Happy Customers Served", items: [
"Five-Star Reviews", "Loyal Patronage"],
},
{
id: "m3", value: "500+", title: "Custom Events Hosted", items: [
"Weddings & Birthdays", "Corporate Gatherings"],
id: "m3", value: "500+", title: "Custom Events Hosted", items: [
"Weddings & Birthdays", "Corporate Gatherings"],
},
]}
title="Sweet Success Stories"
@@ -278,17 +278,17 @@ export default function LandingPage() {
author="Eleanor Vance, Local Critic"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24685.jpg", alt: "Avatar of Eleanor Vance"},
src: "http://img.b2bpic.net/free-photo/beautiful-girls-buys-buns-bakery_1157-24685.jpg", alt: "Avatar of Eleanor Vance"},
{
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-style-woman-is-sitting-cafeteria-street_291650-1190.jpg", alt: "Avatar of Michael Sterling"},
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-style-woman-is-sitting-cafeteria-street_291650-1190.jpg", alt: "Avatar of Michael Sterling"},
{
src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-11650.jpg", alt: "Avatar of Sarah Jenkins"},
src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-using-smartphone-cafe_613910-11650.jpg", alt: "Avatar of Sarah Jenkins"},
{
src: "http://img.b2bpic.net/free-photo/family-having-lunch-together-outdoors_23-2149043473.jpg", alt: "Avatar of David Lee"},
src: "http://img.b2bpic.net/free-photo/family-having-lunch-together-outdoors_23-2149043473.jpg", alt: "Avatar of David Lee"},
{
src: "http://img.b2bpic.net/free-photo/woman-selecting-honey-food-counter_107420-63660.jpg", alt: "Avatar of Jessica Miller"},
src: "http://img.b2bpic.net/free-photo/woman-selecting-honey-food-counter_107420-63660.jpg", alt: "Avatar of Jessica Miller"},
{
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg", alt: "Avatar of Robert Johnson"},
src: "http://img.b2bpic.net/free-photo/portrait-waitress-holding-tray-muffins-counter_107420-12317.jpg", alt: "Avatar of Robert Johnson"},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"
@@ -300,7 +300,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Local Eats Magazine", "City Best Awards", "Bloom & Petal Florists", "Harvest Fresh Farm", "Artisan Coffee Roasters", "Elegant Events Co.", "Gourmet Bites Catering"]}
"Local Eats Magazine", "City Best Awards", "Bloom & Petal Florists", "Harvest Fresh Farm", "Artisan Coffee Roasters", "Elegant Events Co.", "Gourmet Bites Catering"]}
title="Trusted by Our Community & Partners"
description="We are proud to collaborate with local businesses and have been recognized by esteemed publications."
showCard={true}
@@ -313,17 +313,17 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq1", title: "What are your operating hours?", content: "We are open Monday to Saturday, from 8:00 AM to 6:00 PM. Sundays from 9:00 AM to 4:00 PM."},
id: "faq1", title: "What are your operating hours?", content: "We are open Monday to Saturday, from 8:00 AM to 6:00 PM. Sundays from 9:00 AM to 4:00 PM."},
{
id: "faq2", title: "Do you offer gluten-free or vegan options?", content: "Yes, we have a selection of delicious gluten-free and vegan pastries available daily. Please ask our staff for today's specials."},
id: "faq2", title: "Do you offer gluten-free or vegan options?", content: "Yes, we have a selection of delicious gluten-free and vegan pastries available daily. Please ask our staff for today's specials."},
{
id: "faq3", title: "Can I place a custom cake order?", content: "Absolutely! We specialize in custom cakes for all occasions. Please contact us at least one week in advance to discuss your design and flavor preferences."},
id: "faq3", title: "Can I place a custom cake order?", content: "Absolutely! We specialize in custom cakes for all occasions. Please contact us at least one week in advance to discuss your design and flavor preferences."},
{
id: "faq4", title: "Do you take reservations for the garden cafe?", content: "Our garden cafe seating is on a first-come, first-served basis. For larger groups (6+), we recommend calling ahead."},
id: "faq4", title: "Do you take reservations for the garden cafe?", content: "Our garden cafe seating is on a first-come, first-served basis. For larger groups (6+), we recommend calling ahead."},
{
id: "faq5", title: "Do you host private events?", content: "Yes, our charming garden cafe is available for private events. Please visit our 'Events' section or contact us for package details."},
id: "faq5", title: "Do you host private events?", content: "Yes, our charming garden cafe is available for private events. Please visit our 'Events' section or contact us for package details."},
{
id: "faq6", title: "Where are you located?", content: "You can find us at 123 Garden Lane, Sweetville, CA 90210. There's ample street parking available."},
id: "faq6", title: "Where are you located?", content: "You can find us at 123 Garden Lane, Sweetville, CA 90210. There's ample street parking available."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about our sweet shop and garden cafe."
@@ -354,25 +354,25 @@ export default function LandingPage() {
{
items: [
{
label: "Our Story", href: "#about"},
label: "Our Story", href: "#about"},
{
label: "Menu", href: "#products"},
label: "Menu", href: "#products"},
{
label: "Special Events", href: "#pricing"},
label: "Special Events", href: "#pricing"},
{
label: "Careers", href: "#"},
label: "Careers", href: "#"},
],
},
{
items: [
{
label: "FAQs", href: "#faq"},
label: "FAQs", href: "#faq"},
{
label: "Contact Us", href: "#contact"},
label: "Contact Us", href: "#contact"},
{
label: "Privacy Policy", href: "#"},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service", href: "#"},
label: "Terms of Service", href: "#"},
],
},
]}