Update src/app/page.tsx
This commit is contained in:
281
src/app/page.tsx
281
src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { Cake, Candy, Cookie, LeafyGreen, Sandwich } from "lucide-react";
|
||||
import { Cake, Candy, Cookie, Juice, LeafyGreen, Sandwich } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -32,84 +32,51 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Sweets",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Sweets", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Victory Sweet Shop & Cafe"
|
||||
button={{
|
||||
text: "Order Online",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Order Online", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Welcome to Victory Sweet Shop & Garden Cafe"
|
||||
description="Indulge in our exquisite sweet creations or savor fresh, wholesome meals in our serene garden setting. A perfect escape for every craving."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Sweets",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Sweets", href: "#products"},
|
||||
{
|
||||
text: "View Cafe Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Cafe Menu", href: "#menu"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-various-baking-ingredients-colored-background_23-2147917321.jpg?_wi=1",
|
||||
imageAlt: "Delicious pastries and sweet treats in a cozy cafe setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-various-baking-ingredients-colored-background_23-2147917321.jpg", imageAlt: "Delicious pastries and sweet treats in a cozy cafe setting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-bucket-with-cucumber-green_140725-9832.jpg?_wi=1",
|
||||
imageAlt: "Fresh garden cafe with outdoor seating and healthy meals",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-bucket-with-cucumber-green_140725-9832.jpg", imageAlt: "Fresh garden cafe with outdoor seating and healthy meals"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-tea-with-delicious-croissants-marble-surface_114579-37471.jpg",
|
||||
imageAlt: "Assorted cupcakes and iced coffee in a bright setting",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-tea-with-delicious-croissants-marble-surface_114579-37471.jpg", imageAlt: "Assorted cupcakes and iced coffee in a bright setting"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727974.jpg",
|
||||
imageAlt: "Rustic wooden table with gourmet dishes at the garden cafe",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-chef-preparing-food-kitchen_23-2149727974.jpg", imageAlt: "Rustic wooden table with gourmet dishes at the garden cafe"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-sponge-cakes_1122-1369.jpg",
|
||||
imageAlt: "Brightly lit dessert counter with chocolate cake and macarons",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-sponge-cakes_1122-1369.jpg", imageAlt: "Brightly lit dessert counter with chocolate cake and macarons"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morning-sunny-day-watering-houseplant-home_53876-23250.jpg",
|
||||
imageAlt: "Greenhouse cafe with lush plants and natural sunlight",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/morning-sunny-day-watering-houseplant-home_53876-23250.jpg", imageAlt: "Greenhouse cafe with lush plants and natural sunlight"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,7 +86,6 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
tag="Our Story"
|
||||
title="A Blend of Sweet Indulgence & Garden Freshness"
|
||||
description="At Victory Sweet Shop & Garden Cafe, we've created a unique space where the art of baking meets the tranquility of nature. From decadent pastries to vibrant, healthy meals sourced from local gardens, every item is crafted with passion and the finest ingredients. Join us for a delightful experience that satisfies both your sweet tooth and your desire for fresh, wholesome food."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -130,54 +96,36 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Sweet Shop Delights",
|
||||
description: "Handcrafted chocolates, custom cakes, and an array of pastries baked fresh daily. Perfect for celebrations or a delightful treat.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-dark-surface-biscuit-cake-sweet-pie-sugar-cookie_140725-118183.jpg",
|
||||
imageAlt: "Gourmet chocolate truffles and artisan sweet treats",
|
||||
},
|
||||
title: "Artisan Sweet Shop Delights", description: "Handcrafted chocolates, custom cakes, and an array of pastries baked fresh daily. Perfect for celebrations or a delightful treat.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-creamy-cake-with-chocolate-cookies-dark-surface-biscuit-cake-sweet-pie-sugar-cookie_140725-118183.jpg", imageAlt: "Gourmet chocolate truffles and artisan sweet treats"},
|
||||
items: [
|
||||
{
|
||||
icon: Cake,
|
||||
text: "Custom Cakes",
|
||||
},
|
||||
text: "Custom Cakes"},
|
||||
{
|
||||
icon: Cookie,
|
||||
text: "Freshly Baked Pastries",
|
||||
},
|
||||
text: "Freshly Baked Pastries"},
|
||||
{
|
||||
icon: Candy,
|
||||
text: "Handcrafted Chocolates",
|
||||
},
|
||||
text: "Handcrafted Chocolates"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-view-various-baking-ingredients-colored-background_23-2147917321.jpg?_wi=2",
|
||||
imageAlt: "gourmet chocolate truffles display",
|
||||
},
|
||||
{
|
||||
title: "Garden Cafe Fresh Meals",
|
||||
description: "Savor seasonal salads, wholesome sandwiches, and refreshing beverages made with ingredients from our very own garden.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-arrangement_23-2149089683.jpg",
|
||||
imageAlt: "Fresh garden salad with healthy ingredients",
|
||||
},
|
||||
title: "Garden Cafe Fresh Meals", description: "Savor seasonal salads, wholesome sandwiches, and refreshing beverages made with ingredients from our very own garden.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-arrangement_23-2149089683.jpg", imageAlt: "Fresh garden salad with healthy ingredients"},
|
||||
items: [
|
||||
{
|
||||
icon: LeafyGreen,
|
||||
text: "Organic Salads",
|
||||
},
|
||||
text: "Organic Salads"},
|
||||
{
|
||||
icon: Sandwich,
|
||||
text: "Gourmet Sandwiches",
|
||||
},
|
||||
text: "Gourmet Sandwiches"},
|
||||
{
|
||||
icon: Juice,
|
||||
text: "Freshly Squeezed Juices",
|
||||
},
|
||||
text: "Freshly Squeezed Juices"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ice-bucket-with-cucumber-green_140725-9832.jpg?_wi=2",
|
||||
imageAlt: "gourmet chocolate truffles display",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Offerings"
|
||||
@@ -193,47 +141,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p-1",
|
||||
name: "Red Velvet Cupcake",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-pomegranate-topping-seeds_114579-64553.jpg",
|
||||
imageAlt: "Red velvet cupcake with cream cheese frosting",
|
||||
},
|
||||
id: "p-1", name: "Red Velvet Cupcake", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/cupcakes-with-pomegranate-topping-seeds_114579-64553.jpg", imageAlt: "Red velvet cupcake with cream cheese frosting"},
|
||||
{
|
||||
id: "p-2",
|
||||
name: "Strawberry Tart",
|
||||
price: "$6.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cottage-core-food-inspiration_52683-107178.jpg",
|
||||
imageAlt: "Strawberry tart with fresh fruit",
|
||||
},
|
||||
id: "p-2", name: "Strawberry Tart", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cottage-core-food-inspiration_52683-107178.jpg", imageAlt: "Strawberry tart with fresh fruit"},
|
||||
{
|
||||
id: "p-3",
|
||||
name: "Classic Croissant",
|
||||
price: "$3.75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-pie-with-fresh-red-strawberries-waffles-cup-tea-blue-surface_140725-66451.jpg",
|
||||
imageAlt: "Freshly baked classic croissant",
|
||||
},
|
||||
id: "p-3", name: "Classic Croissant", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-pie-with-fresh-red-strawberries-waffles-cup-tea-blue-surface_140725-66451.jpg", imageAlt: "Freshly baked classic croissant"},
|
||||
{
|
||||
id: "p-4",
|
||||
name: "Iced Vanilla Latte",
|
||||
price: "$5.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-cup_1339-1734.jpg",
|
||||
imageAlt: "Iced vanilla latte with whipped cream",
|
||||
},
|
||||
id: "p-4", name: "Iced Vanilla Latte", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee-cup_1339-1734.jpg", imageAlt: "Iced vanilla latte with whipped cream"},
|
||||
{
|
||||
id: "p-5",
|
||||
name: "Avocado Toast",
|
||||
price: "$9.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-snacks-wooden-platter_114579-18568.jpg",
|
||||
imageAlt: "Avocado toast with poached egg and cherry tomatoes",
|
||||
},
|
||||
id: "p-5", name: "Avocado Toast", price: "$9.50", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-snacks-wooden-platter_114579-18568.jpg", imageAlt: "Avocado toast with poached egg and cherry tomatoes"},
|
||||
{
|
||||
id: "p-6",
|
||||
name: "Chocolate Chip Cookie",
|
||||
price: "$3.00",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cookies_23-2148628375.jpg",
|
||||
imageAlt: "Warm chocolate chip cookie",
|
||||
},
|
||||
id: "p-6", name: "Chocolate Chip Cookie", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-chocolate-cookies_23-2148628375.jpg", imageAlt: "Warm chocolate chip cookie"},
|
||||
]}
|
||||
title="Our Popular Delights"
|
||||
description="From our best-selling cupcakes to refreshing cafe drinks, here are a few favorites that keep our customers coming back."
|
||||
@@ -244,66 +162,31 @@ export default function LandingPage() {
|
||||
<TestimonialCardSixteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="depth-3d"
|
||||
testimonials={[
|
||||
{
|
||||
id: "t-1",
|
||||
name: "Sarah J.",
|
||||
role: "Local Food Critic",
|
||||
company: "Taste Magazine",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5921.jpg",
|
||||
imageAlt: "Smiling woman enjoying a dessert",
|
||||
},
|
||||
id: "t-1", name: "Sarah J.", role: "Local Food Critic", company: "Taste Magazine", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-girl-sitting-cafe_176420-5921.jpg", imageAlt: "Smiling woman enjoying a dessert"},
|
||||
{
|
||||
id: "t-2",
|
||||
name: "Michael D.",
|
||||
role: "Regular Customer",
|
||||
company: "Community Member",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mum-girl-smiling-hugging_496169-2386.jpg",
|
||||
imageAlt: "Man enjoying a meal at an outdoor cafe",
|
||||
},
|
||||
id: "t-2", name: "Michael D.", role: "Regular Customer", company: "Community Member", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mum-girl-smiling-hugging_496169-2386.jpg", imageAlt: "Man enjoying a meal at an outdoor cafe"},
|
||||
{
|
||||
id: "t-3",
|
||||
name: "Emily R.",
|
||||
role: "Event Planner",
|
||||
company: "Celebration Co.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-afternoon-cafe_329181-13958.jpg",
|
||||
imageAlt: "Couple laughing in a cafe",
|
||||
},
|
||||
id: "t-3", name: "Emily R.", role: "Event Planner", company: "Celebration Co.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-afternoon-cafe_329181-13958.jpg", imageAlt: "Couple laughing in a cafe"},
|
||||
{
|
||||
id: "t-4",
|
||||
name: "David K.",
|
||||
role: "Freelance Writer",
|
||||
company: "Digital Nomads",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-girl-freelancer-working-laptop-taking-notes-notebook-sit-alone-cafe-near-window-drink-coffee-professional-writer-make-post-online-blog-prepare-files-business-meeting-after-lunch_197531-22193.jpg",
|
||||
imageAlt: "Woman working on a laptop in a cafe",
|
||||
},
|
||||
id: "t-4", name: "David K.", role: "Freelance Writer", company: "Digital Nomads", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-girl-freelancer-working-laptop-taking-notes-notebook-sit-alone-cafe-near-window-drink-coffee-professional-writer-make-post-online-blog-prepare-files-business-meeting-after-lunch_197531-22193.jpg", imageAlt: "Woman working on a laptop in a cafe"},
|
||||
{
|
||||
id: "t-5",
|
||||
name: "Jessica M.",
|
||||
role: "Local Resident",
|
||||
company: "Happy Family",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-feeding-woman_23-2148940232.jpg",
|
||||
imageAlt: "Family enjoying brunch at a garden cafe",
|
||||
},
|
||||
id: "t-5", name: "Jessica M.", role: "Local Resident", company: "Happy Family", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-kid-feeding-woman_23-2148940232.jpg", imageAlt: "Family enjoying brunch at a garden cafe"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5",
|
||||
label: "Star Rating",
|
||||
},
|
||||
value: "5", label: "Star Rating"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Happy Customers",
|
||||
},
|
||||
value: "200+", label: "Happy Customers"},
|
||||
{
|
||||
value: "100+",
|
||||
label: "Sweet Creations",
|
||||
},
|
||||
value: "100+", label: "Sweet Creations"},
|
||||
]}
|
||||
title="What Our Happy Customers Say"
|
||||
description="Hear from those who have experienced the magic of Victory Sweet Shop & Garden Cafe."
|
||||
@@ -315,25 +198,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "Do you offer catering for events?",
|
||||
content: "Yes, we provide catering services for various events, including custom cake orders, dessert platters, and full cafe menus. Please contact us for a personalized quote.",
|
||||
},
|
||||
id: "faq-1", title: "Do you offer catering for events?", content: "Yes, we provide catering services for various events, including custom cake orders, dessert platters, and full cafe menus. Please contact us for a personalized quote."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "Are there vegetarian or vegan options available?",
|
||||
content: "Absolutely! Our garden cafe menu features a wide selection of vegetarian and vegan dishes, prepared with fresh, locally sourced ingredients.",
|
||||
},
|
||||
id: "faq-2", title: "Are there vegetarian or vegan options available?", content: "Absolutely! Our garden cafe menu features a wide selection of vegetarian and vegan dishes, prepared with fresh, locally sourced ingredients."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Can I reserve a table at the Garden Cafe?",
|
||||
content: "Yes, we highly recommend making reservations, especially during peak hours or for larger groups, to ensure you get the best seating experience in our garden cafe.",
|
||||
},
|
||||
id: "faq-3", title: "Can I reserve a table at the Garden Cafe?", content: "Yes, we highly recommend making reservations, especially during peak hours or for larger groups, to ensure you get the best seating experience in our garden cafe."},
|
||||
{
|
||||
id: "faq-4",
|
||||
title: "Do you have gluten-free options in the Sweet Shop?",
|
||||
content: "We offer a selection of delicious gluten-free pastries and cakes in our sweet shop. Please ask our staff for today's special gluten-free offerings.",
|
||||
},
|
||||
id: "faq-4", title: "Do you have gluten-free options in the Sweet Shop?", content: "We offer a selection of delicious gluten-free pastries and cakes in our sweet shop. Please ask our staff for today's special gluten-free offerings."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Have questions about our sweet shop, garden cafe, or services? We've got answers!"
|
||||
@@ -346,8 +217,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Visit Us or Send a Message"
|
||||
description="We'd love to hear from you! Whether it's an inquiry, a catering request, or just to say hello, reach out to Victory Sweet Shop & Garden Cafe."
|
||||
@@ -364,54 +234,33 @@ export default function LandingPage() {
|
||||
logoText="Victory Sweet Shop & Cafe"
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#home",
|
||||
},
|
||||
label: "Home", href: "#home"},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Sweets",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Sweets", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Catering Inquiry",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Catering Inquiry", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user