Update src/app/page.tsx

This commit is contained in:
2026-06-02 15:34:44 +00:00
parent cd30f3ef2b
commit bc5dbd31b1

View File

@@ -34,37 +34,21 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Features",
id: "#features",
},
name: "Features", id: "#features"},
{
name: "Products",
id: "#products",
},
name: "Products", id: "#products"},
{
name: "Pricing",
id: "#pricing",
},
name: "Pricing", 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-photo/set-three-yellow-purple-macaroons-background-flowers-shiny-purple-background_1268-20155.jpg"
logoAlt="Reva Sweet Logo"
@@ -76,111 +60,60 @@ export default function LandingPage() {
<HeroBillboardTestimonial
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Experience Sweet Perfection at Reva Sweet"
description="Indulge in our exquisite collection of handcrafted pastries, bespoke cakes, and delightful confections, made with passion and the finest ingredients."
testimonials={[
{
name: "Aisha R.",
handle: "@AishaEats",
testimonial: "Reva Sweet makes the best custom cakes! My wedding cake was absolutely stunning and tasted divine. Highly recommend for any special occasion!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232365.jpg",
imageAlt: "Wedding cake",
},
name: "Aisha R.", handle: "@AishaEats", testimonial: "Reva Sweet makes the best custom cakes! My wedding cake was absolutely stunning and tasted divine. Highly recommend for any special occasion!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-elegant-cake-topper_23-2149232365.jpg", imageAlt: "Wedding cake"},
{
name: "Khalid S.",
handle: "@KhalidFoodie",
testimonial: "Their croissants are simply heavenly flaky, buttery, and perfect with my morning coffee. A true hidden gem!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-birthday-white-cream-flowers-top-cake-with-drip-side_181624-17801.jpg",
imageAlt: "Croissants and coffee",
},
name: "Khalid S.", handle: "@KhalidFoodie", testimonial: "Their croissants are simply heavenly flaky, buttery, and perfect with my morning coffee. A true hidden gem!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-delicious-birthday-white-cream-flowers-top-cake-with-drip-side_181624-17801.jpg", imageAlt: "Croissants and coffee"},
{
name: "Fatima A.",
handle: "@SweetToothFA",
testimonial: "I ordered a birthday cake for my daughter, and it was a masterpiece! Beautifully decorated and incredibly delicious. Reva Sweet never disappoints!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-coffee-together_23-2149304456.jpg",
imageAlt: "Birthday cake",
},
name: "Fatima A.", handle: "@SweetToothFA", testimonial: "I ordered a birthday cake for my daughter, and it was a masterpiece! Beautifully decorated and incredibly delicious. Reva Sweet never disappoints!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-enjoying-coffee-together_23-2149304456.jpg", imageAlt: "Birthday cake"},
{
name: "Omar M.",
testimonial: "The variety of pastries is incredible, and each one is crafted to perfection. My go-to place for all sweet cravings.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cookies-served-plate_1304-5626.jpg",
imageAlt: "Assorted pastries",
},
name: "Omar M.", handle: "@OmarFoodie", testimonial: "The variety of pastries is incredible, and each one is crafted to perfection. My go-to place for all sweet cravings.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-cookies-served-plate_1304-5626.jpg", imageAlt: "Assorted pastries"},
{
name: "Lina H.",
handle: "@LinaBakes",
testimonial: "From classic French pastries to unique local flavors, Reva Sweet offers an unparalleled culinary experience. Every bite is a delight!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-some-healthy-food-home_23-2149028668.jpg",
imageAlt: "Assorted pastries",
},
name: "Lina H.", handle: "@LinaBakes", testimonial: "From classic French pastries to unique local flavors, Reva Sweet offers an unparalleled culinary experience. Every bite is a delight!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-cooking-some-healthy-food-home_23-2149028668.jpg", imageAlt: "Assorted pastries"},
]}
tag="Crafting Joy Since 2005"
buttons={[
{
text: "Explore Our Menu",
href: "#products",
},
text: "Explore Our Menu", href: "#products"},
{
text: "Order Custom Cake",
href: "#contact",
},
text: "Order Custom Cake", href: "#contact"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/young-smiling-woman-walking-street-winter_285396-11059.jpg",
alt: "Aisha R.",
},
src: "http://img.b2bpic.net/free-photo/young-smiling-woman-walking-street-winter_285396-11059.jpg", alt: "Aisha R."},
{
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2596.jpg",
alt: "Khalid S.",
},
src: "http://img.b2bpic.net/free-photo/black-businessman-happy-expression_1194-2596.jpg", alt: "Khalid S."},
{
src: "http://img.b2bpic.net/free-photo/pheadshot-successful-attractive-young-businesswoman-white-shirt-putting-hair-her-ear-staring-camera-with-confident-serious-facial-expression_343059-2162.jpg",
alt: "Fatima A.",
},
src: "http://img.b2bpic.net/free-photo/pheadshot-successful-attractive-young-businesswoman-white-shirt-putting-hair-her-ear-staring-camera-with-confident-serious-facial-expression_343059-2162.jpg", alt: "Fatima A."},
{
src: "http://img.b2bpic.net/free-photo/lovable-young-man-with-brown-skin-waving-hands-city-street-outdoor-portrait-stylish-african-guy-headphones-posing-emotionally-spring-park_197531-21831.jpg",
alt: "Omar M.",
},
src: "http://img.b2bpic.net/free-photo/lovable-young-man-with-brown-skin-waving-hands-city-street-outdoor-portrait-stylish-african-guy-headphones-posing-emotionally-spring-park_197531-21831.jpg", alt: "Omar M."},
{
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-outdoor_624325-643.jpg",
alt: "Satisfied Customer",
},
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-outdoor_624325-643.jpg", alt: "Satisfied Customer"},
]}
avatarText="Loved by thousands of customers"
imageSrc="http://img.b2bpic.net/free-photo/front-view-tasty-sweet-buns-with-nuts-raisins-dark-surface_140725-101324.jpg"
imageAlt="Assortment of gourmet pastries bakery"
marqueeItems={[
{
type: "text",
text: "Artisan Quality",
type: "text", text: "Artisan Quality"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/sweet-table-feast-flowers-multicolored-macaroons_501050-555.jpg", alt: "Sweet table at the feast Flowers and multicolored macaroons"},
{
type: "text-icon", text: "Handcrafted Perfection", icon: Heart,
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/sweet-table-feast-flowers-multicolored-macaroons_501050-555.jpg",
alt: "Sweet table at the feast Flowers and multicolored macaroons",
},
type: "image", src: "http://img.b2bpic.net/free-photo/cook-holding-tray-with-cupcakes-icing_23-2148485358.jpg", alt: "Cook holding tray with cupcakes and icing"},
{
type: "text-icon",
text: "Handcrafted Perfection",
icon: Heart,
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/cook-holding-tray-with-cupcakes-icing_23-2148485358.jpg",
alt: "Cook holding tray with cupcakes and icing",
},
{
type: "text",
text: "Exquisite Flavors",
},
type: "text", text: "Exquisite Flavors"},
]}
/>
</div>
@@ -192,17 +125,11 @@ export default function LandingPage() {
description="At Reva Sweet, we believe in the art of confectionery. Every pastry is a testament to our dedication, crafted with traditional techniques, premium ingredients, and a touch of modern innovation. We invite you to taste the difference that true passion makes."
metrics={[
{
value: "15+",
title: "Years of Experience",
},
value: "15+", title: "Years of Experience"},
{
value: "100+",
title: "Unique Creations",
},
value: "100+", title: "Unique Creations"},
{
value: "5K+",
title: "Happy Customers",
},
value: "5K+", title: "Happy Customers"},
]}
tag="The Reva Sweet Story"
imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-holding-tray_23-2150014900.jpg"
@@ -219,23 +146,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Custom Cake Designs",
description: "Bring your vision to life with our bespoke cake services. Perfect for weddings, birthdays, and special events, each cake is a unique edible masterpiece.",
imageSrc: "http://img.b2bpic.net/free-photo/3d-design-delicious-wedding-cake_23-2151109605.jpg",
imageAlt: "Custom wedding cake",
},
title: "Custom Cake Designs", description: "Bring your vision to life with our bespoke cake services. Perfect for weddings, birthdays, and special events, each cake is a unique edible masterpiece.", imageSrc: "http://img.b2bpic.net/free-photo/3d-design-delicious-wedding-cake_23-2151109605.jpg", imageAlt: "Custom wedding cake"},
{
title: "Artisan Bread & Viennoiserie",
description: "Beyond sweets, discover our selection of freshly baked artisan breads and classic French viennoiseries, crafted with natural sourdough starters and premium flour.",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg",
imageAlt: "Artisan bread and croissants",
},
title: "Artisan Bread & Viennoiserie", description: "Beyond sweets, discover our selection of freshly baked artisan breads and classic French viennoiseries, crafted with natural sourdough starters and premium flour.", imageSrc: "http://img.b2bpic.net/free-photo/fresh-bread-shopping-bag-wooden-background_169016-20843.jpg", imageAlt: "Artisan bread and croissants"},
{
title: "Gourmet Chocolate Collection",
description: "Indulge in our exquisite range of handcrafted chocolates, truffles, and pralines. Made with the finest cocoa, these are perfect for gifting or a personal treat.",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-gift-box-with-macarons-cookies-cup-coffee-icy-dark-background_140725-143697.jpg",
imageAlt: "Gourmet chocolate truffles",
},
title: "Gourmet Chocolate Collection", description: "Indulge in our exquisite range of handcrafted chocolates, truffles, and pralines. Made with the finest cocoa, these are perfect for gifting or a personal treat.", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-gift-box-with-macarons-cookies-cup-coffee-icy-dark-background_140725-143697.jpg", imageAlt: "Gourmet chocolate truffles"},
]}
title="Our Signature Offerings"
description="At Reva Sweet, we specialize in a diverse array of delights, ensuring there's something exquisite for every palate and occasion."
@@ -251,53 +166,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Classic Opera Cake",
price: "$55.00",
variant: "8-inch",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pieces-cake-ready-be-served_23-2148414077.jpg",
imageAlt: "Classic Opera Cake",
},
id: "p1", name: "Classic Opera Cake", price: "$55.00", variant: "8-inch", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-pieces-cake-ready-be-served_23-2148414077.jpg", imageAlt: "Classic Opera Cake"},
{
id: "p2",
name: "Strawberry Shortcake",
price: "$48.00",
variant: "6-inch",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-strawberry-cake-slices-with-cream-fresh-strawberries-top-view_114579-8107.jpg",
imageAlt: "Strawberry Shortcake",
},
id: "p2", name: "Strawberry Shortcake", price: "$48.00", variant: "6-inch", imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-strawberry-cake-slices-with-cream-fresh-strawberries-top-view_114579-8107.jpg", imageAlt: "Strawberry Shortcake"},
{
id: "p3",
name: "Assorted Macarons",
price: "$28.00",
variant: "Box of 12",
imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900937.jpg",
imageAlt: "Assorted Macarons",
},
id: "p3", name: "Assorted Macarons", price: "$28.00", variant: "Box of 12", imageSrc: "http://img.b2bpic.net/free-photo/assortment-delicious-sweet-goodies_23-2148900937.jpg", imageAlt: "Assorted Macarons"},
{
id: "p4",
name: "Chocolate Éclairs",
price: "$7.50",
variant: "Per piece",
imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-sliced-cake-with-nuts-inside-cake-pan-dark-space_140725-95480.jpg",
imageAlt: "Chocolate Éclairs",
},
id: "p4", name: "Chocolate Éclairs", price: "$7.50", variant: "Per piece", imageSrc: "http://img.b2bpic.net/free-photo/top-close-view-delicious-sliced-cake-with-nuts-inside-cake-pan-dark-space_140725-95480.jpg", imageAlt: "Chocolate Éclairs"},
{
id: "p5",
name: "Lemon Meringue Tart",
price: "$38.00",
variant: "9-inch",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-yellow-cheesecake-rustic-wood-table-generated-by-ai_188544-18095.jpg",
imageAlt: "Lemon Meringue Tart",
},
id: "p5", name: "Lemon Meringue Tart", price: "$38.00", variant: "9-inch", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-yellow-cheesecake-rustic-wood-table-generated-by-ai_188544-18095.jpg", imageAlt: "Lemon Meringue Tart"},
{
id: "p6",
name: "Red Velvet Cupcakes",
price: "$5.00",
variant: "Per piece",
imageSrc: "http://img.b2bpic.net/free-photo/colorful-delicious-cupcake-with-frosting-top_23-2149667682.jpg",
imageAlt: "Red Velvet Cupcakes",
},
id: "p6", name: "Red Velvet Cupcakes", price: "$5.00", variant: "Per piece", imageSrc: "http://img.b2bpic.net/free-photo/colorful-delicious-cupcake-with-frosting-top_23-2149667682.jpg", imageAlt: "Red Velvet Cupcakes"},
]}
title="Our Delicious Selection"
description="Explore a world of flavor with our wide range of meticulously crafted pastries, cakes, and desserts. Each item is a masterpiece of taste and artistry."
@@ -312,61 +191,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "basic-custom",
title: "Standard Custom Cake",
price: "Starting from $150",
period: "Per Cake",
features: [
"Single-tier design",
"Choice of classic flavors",
"Basic decoration (buttercream, simple piping)",
"Serves 10-15 people",
],
id: "basic-custom", title: "Standard Custom Cake", price: "Starting from $150", period: "Per Cake", features: [
"Single-tier design", "Choice of classic flavors", "Basic decoration (buttercream, simple piping)", "Serves 10-15 people"],
button: {
text: "Inquire Now",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-piece-cake-marble-surface_114579-75880.jpg",
imageAlt: "Basic custom cake",
},
text: "Inquire Now", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/woman-taking-piece-cake-marble-surface_114579-75880.jpg", imageAlt: "Basic custom cake"},
{
id: "premium-custom",
title: "Premium Custom Cake",
price: "Starting from $350",
period: "Per Cake",
features: [
"Multi-tier elaborate design",
"Specialty flavor options",
"Advanced decoration (fondant, edible art, fresh flowers)",
"Serves 20-50+ people",
"Consultation with head chef",
],
id: "premium-custom", title: "Premium Custom Cake", price: "Starting from $350", period: "Per Cake", features: [
"Multi-tier elaborate design", "Specialty flavor options", "Advanced decoration (fondant, edible art, fresh flowers)", "Serves 20-50+ people", "Consultation with head chef"],
button: {
text: "Request Quote",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-dreamy-cake-with-white-cream-orange-drip-with-forest-reindeers-top_181624-20520.jpg",
imageAlt: "Premium custom cake",
},
text: "Request Quote", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-dreamy-cake-with-white-cream-orange-drip-with-forest-reindeers-top_181624-20520.jpg", imageAlt: "Premium custom cake"},
{
id: "catering",
title: "Event Catering Package",
price: "Custom Quote",
period: "Per Event",
features: [
"Assorted mini pastries & desserts",
"Customizable menu for any event size",
"Delivery & setup service",
"Dedicated event specialist",
"Perfect for corporate events & weddings",
],
id: "catering", title: "Event Catering Package", price: "Custom Quote", period: "Per Event", features: [
"Assorted mini pastries & desserts", "Customizable menu for any event size", "Delivery & setup service", "Dedicated event specialist", "Perfect for corporate events & weddings"],
button: {
text: "Learn More",
href: "#contact",
},
imageSrc: "http://img.b2bpic.net/free-photo/dessert-catering_1203-2829.jpg",
imageAlt: "Event catering desserts",
},
text: "Learn More", href: "#contact"},
imageSrc: "http://img.b2bpic.net/free-photo/dessert-catering_1203-2829.jpg", imageAlt: "Event catering desserts"},
]}
title="Custom Orders & Catering"
description="Whether it's a small celebration or a grand event, Reva Sweet offers custom cake designs and comprehensive catering packages tailored to your needs."
@@ -379,14 +220,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"Gourmet Guide",
"Local Eats Magazine",
"Celebration Planners Inc.",
"Grand Hotels & Resorts",
"The Daily Grind Coffee",
"Foodie Fest",
"Quality Ingredient Suppliers",
]}
"Gourmet Guide", "Local Eats Magazine", "Celebration Planners Inc.", "Grand Hotels & Resorts", "The Daily Grind Coffee", "Foodie Fest", "Quality Ingredient Suppliers"]}
title="Trusted by Connoisseurs & Partners"
description="Our commitment to quality has earned us recognition from leading food critics, local publications, and esteemed event partners."
tag="Award-Winning Quality"
@@ -402,50 +236,20 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
name: "Sarah Johnson",
handle: "@sarah_j",
testimonial: "The cakes from Reva Sweet are truly works of art. Not only beautiful, but incredibly delicious. They made our anniversary extra special!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg",
imageAlt: "Sarah Johnson",
},
id: "t1", name: "Sarah Johnson", handle: "@sarah_j", testimonial: "The cakes from Reva Sweet are truly works of art. Not only beautiful, but incredibly delicious. They made our anniversary extra special!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-smiling-woman-with-collected-hair-wearing-white-shirt_291650-656.jpg", imageAlt: "Sarah Johnson"},
{
id: "t2",
name: "Michael Chen",
handle: "@mike_c",
testimonial: "I've never tasted such authentic French pastries outside of Paris. The croissants are a must-try. Reva Sweet is a daily ritual for me now.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015523.jpg",
imageAlt: "Michael Chen",
},
id: "t2", name: "Michael Chen", handle: "@mike_c", testimonial: "I've never tasted such authentic French pastries outside of Paris. The croissants are a must-try. Reva Sweet is a daily ritual for me now.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-person-football-game_23-2149015523.jpg", imageAlt: "Michael Chen"},
{
id: "t3",
name: "Emily Rodriguez",
handle: "@emily_r",
testimonial: "Reva Sweet catered my corporate event, and the dessert bar was the highlight! Everyone raved about the mini tarts and éclairs. Professional and punctual!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg",
imageAlt: "Emily Rodriguez",
},
id: "t3", name: "Emily Rodriguez", handle: "@emily_r", testimonial: "Reva Sweet catered my corporate event, and the dessert bar was the highlight! Everyone raved about the mini tarts and éclairs. Professional and punctual!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-cutlery-restaurant_169016-21627.jpg", imageAlt: "Emily Rodriguez"},
{
id: "t4",
name: "David Kim",
handle: "@david_k",
testimonial: "The attention to detail in their custom cakes is unmatched. They perfectly captured my daughter's dream design. A magical experience from start to finish.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-man-making-devil-horns-up-head_176420-17980.jpg",
imageAlt: "David Kim",
},
id: "t4", name: "David Kim", handle: "@david_k", testimonial: "The attention to detail in their custom cakes is unmatched. They perfectly captured my daughter's dream design. A magical experience from start to finish.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-happy-man-making-devil-horns-up-head_176420-17980.jpg", imageAlt: "David Kim"},
{
id: "t5",
name: "Jessica Lee",
handle: "@jess_l",
testimonial: "Every item I've tried has been exceptional. The chocolate bonbons are pure bliss. You can truly taste the quality ingredients and passion.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/orange-day-sitting-single-weather_1304-891.jpg",
imageAlt: "Jessica Lee",
},
id: "t5", name: "Jessica Lee", handle: "@jess_l", testimonial: "Every item I've tried has been exceptional. The chocolate bonbons are pure bliss. You can truly taste the quality ingredients and passion.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/orange-day-sitting-single-weather_1304-891.jpg", imageAlt: "Jessica Lee"},
]}
showRating={true}
title="What Our Customers Say"
@@ -460,30 +264,15 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "faq1",
title: "How far in advance should I place a custom cake order?",
content: "For custom cakes, we recommend placing your order at least 2-4 weeks in advance. For elaborate wedding cakes, please allow 2-3 months. This ensures we have ample time to perfect your design and secure ingredients.",
},
id: "faq1", title: "How far in advance should I place a custom cake order?", content: "For custom cakes, we recommend placing your order at least 2-4 weeks in advance. For elaborate wedding cakes, please allow 2-3 months. This ensures we have ample time to perfect your design and secure ingredients."},
{
id: "faq2",
title: "Do you offer delivery services?",
content: "Yes, we offer delivery within a certain radius. Delivery fees vary based on distance. Please inquire about delivery options and costs when placing your order.",
},
id: "faq2", title: "Do you offer delivery services?", content: "Yes, we offer delivery within a certain radius. Delivery fees vary based on distance. Please inquire about delivery options and costs when placing your order."},
{
id: "faq3",
title: "Can you accommodate dietary restrictions?",
content: "We offer a selection of gluten-free and vegan options. Please inform us of any allergies or dietary restrictions when ordering, and we will do our best to accommodate, though cross-contamination cannot be guaranteed in our shared kitchen.",
},
id: "faq3", title: "Can you accommodate dietary restrictions?", content: "We offer a selection of gluten-free and vegan options. Please inform us of any allergies or dietary restrictions when ordering, and we will do our best to accommodate, though cross-contamination cannot be guaranteed in our shared kitchen."},
{
id: "faq4",
title: "What are your operating hours?",
content: "Our patisserie is open from Tuesday to Sunday, 9:00 AM to 6:00 PM. We are closed on Mondays. Special arrangements for pick-up outside these hours may be possible upon request.",
},
id: "faq4", title: "What are your operating hours?", content: "Our patisserie is open from Tuesday to Sunday, 9:00 AM to 6:00 PM. We are closed on Mondays. Special arrangements for pick-up outside these hours may be possible upon request."},
{
id: "faq5",
title: "Do you offer tasting sessions for wedding cakes?",
content: "Yes, we offer private tasting sessions for wedding cake consultations. This allows you to sample a variety of flavors and discuss your vision with our head pastry chef. Please contact us to schedule an appointment.",
},
id: "faq5", title: "Do you offer tasting sessions for wedding cakes?", content: "Yes, we offer private tasting sessions for wedding cake consultations. This allows you to sample a variety of flavors and discuss your vision with our head pastry chef. Please contact us to schedule an appointment."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about Reva Sweet products, orders, and services."
@@ -496,8 +285,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Contact Reva Sweet"
description="Have a question, want to place a custom order, or need catering for an event? Reach out to us, and we'll be delighted to assist you."
@@ -511,58 +299,35 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Home",
href: "#home",
},
label: "Home", href: "#home"},
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Custom Cakes",
href: "#pricing",
},
label: "Custom Cakes", href: "#pricing"},
{
label: "Event Catering",
href: "#pricing",
},
label: "Event Catering", href: "#pricing"},
{
label: "Wholesale Enquiries",
href: "#contact",
},
label: "Wholesale Enquiries", href: "#contact"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
{
label: "Instagram",
href: "https://instagram.com/revasweet",
},
label: "Instagram", href: "https://instagram.com/revasweet"},
{
label: "Facebook",
href: "https://facebook.com/revasweet",
},
label: "Facebook", href: "https://facebook.com/revasweet"},
],
},
]}