Merge version_1 into main #1
342
src/app/page.tsx
342
src/app/page.tsx
@@ -32,29 +32,17 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Cakes",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Cakes", 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="Varyzon Cake Shop"
|
||||
/>
|
||||
@@ -64,112 +52,62 @@ export default function LandingPage() {
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Crafted with Love, Baked to Perfection"
|
||||
description="Experience the sweet magic of Varyzon Cake Shop. From bespoke wedding cakes to delightful everyday treats, we create edible art for every celebration."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Anjali Sharma",
|
||||
handle: "@AnjaliSweets",
|
||||
testimonial: "Varyzon made our wedding cake absolutely stunning and delicious! Everyone loved it.",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-posing-with-calm-home_618663-61.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-cakes-board-blue-background-high-quality-photo_114579-75419.jpg",
|
||||
},
|
||||
name: "Anjali Sharma", handle: "@AnjaliSweets", testimonial: "Varyzon made our wedding cake absolutely stunning and delicious! Everyone loved it.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/various-cakes-board-blue-background-high-quality-photo_114579-75419.jpg"},
|
||||
{
|
||||
name: "Rohit Kumar",
|
||||
handle: "@RohitTreats",
|
||||
testimonial: "The best birthday cake I've ever had! Fresh ingredients and incredible flavor.",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-black-man-standing-wall_181624-23159.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cakes_74190-1391.jpg",
|
||||
},
|
||||
name: "Rohit Kumar", handle: "@RohitTreats", testimonial: "The best birthday cake I've ever had! Fresh ingredients and incredible flavor.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cakes_74190-1391.jpg"},
|
||||
{
|
||||
name: "Priya Singh",
|
||||
handle: "@PriyaBakes",
|
||||
testimonial: "Custom design was flawless, and the cake tasted heavenly. Highly recommend Varyzon!",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/user-profile-front-side-with-white-background_187299-40009.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake_1232-2165.jpg",
|
||||
},
|
||||
name: "Priya Singh", handle: "@PriyaBakes", testimonial: "Custom design was flawless, and the cake tasted heavenly. Highly recommend Varyzon!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slice-cheesecake_1232-2165.jpg"},
|
||||
{
|
||||
name: "Amit Patel",
|
||||
handle: "@AmitEats",
|
||||
testimonial: "Their pastries are divine! A perfect treat for any time of day.",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/photo-sugar-addicted-woman-smells-freshly-baked-donuts-impossible-resist-eating-dessert-ready-eat-dessert-with-good-appetite_273609-38530.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcakes-still-life_23-2150154625.jpg",
|
||||
},
|
||||
name: "Amit Patel", handle: "@AmitEats", testimonial: "Their pastries are divine! A perfect treat for any time of day.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-rainbow-cupcakes-still-life_23-2150154625.jpg"},
|
||||
{
|
||||
name: "Deepika Rao",
|
||||
handle: "@DeepikaDelights",
|
||||
testimonial: "I order all my special occasion cakes from Varyzon. Always exceeds expectations!",
|
||||
rating: 5,
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-female-violet-shirt-looking-camera-looking-pretty-front-view_176474-14420.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-concept_23-2148769262.jpg",
|
||||
},
|
||||
name: "Deepika Rao", handle: "@DeepikaDelights", testimonial: "I order all my special occasion cakes from Varyzon. Always exceeds expectations!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-chocolate-cake-concept_23-2148769262.jpg"},
|
||||
]}
|
||||
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/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg",
|
||||
alt: "Happy customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-with-charming-smile-feeling-happy-free-after-graduating-university-relaxing-cafe-waiting-food-making-plans-future-ginger-woman-having-rest-indoors_273609-481.jpg", alt: "Happy customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/headshot-excited-bearded-man-showing-thumbsup-praising-something-good-approve-like-product-st_1258-172965.jpg",
|
||||
alt: "Satisfied client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/headshot-excited-bearded-man-showing-thumbsup-praising-something-good-approve-like-product-st_1258-172965.jpg", alt: "Satisfied client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg",
|
||||
alt: "Delighted customer",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/authentic-book-club-scene_23-2150104578.jpg", alt: "Delighted customer"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-standing-outside_23-2147654969.jpg",
|
||||
alt: "Pleased client",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-brunette-woman-standing-outside_23-2147654969.jpg", alt: "Pleased client"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg",
|
||||
alt: "Customer enjoying cake",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-doing-some-business-deal-with-client_329181-10302.jpg", alt: "Customer enjoying cake"},
|
||||
]}
|
||||
avatarText="Join our 5000+ happy customers!"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-cake-with-baked-ground-meat-onion-tomato-greens-walnuts-table_141793-3608.jpg"
|
||||
imageAlt="A beautiful multi-tiered wedding cake with delicate floral decorations."
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Freshly Baked Daily",
|
||||
icon: Cake,
|
||||
type: "text-icon", text: "Freshly Baked Daily", icon: Cake,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Custom Designs Available",
|
||||
icon: Palette,
|
||||
type: "text-icon", text: "Custom Designs Available", icon: Palette,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Premium Ingredients",
|
||||
icon: Wheat,
|
||||
type: "text-icon", text: "Premium Ingredients", icon: Wheat,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Delivery",
|
||||
icon: Truck,
|
||||
type: "text-icon", text: "Local Delivery", icon: Truck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Celebrate with Varyzon",
|
||||
icon: Sparkles,
|
||||
type: "text-icon", text: "Celebrate with Varyzon", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -182,19 +120,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Heart,
|
||||
label: "Years of Experience",
|
||||
value: "10+",
|
||||
},
|
||||
label: "Years of Experience", value: "10+"},
|
||||
{
|
||||
icon: Cake,
|
||||
label: "Custom Creations",
|
||||
value: "1000+",
|
||||
},
|
||||
label: "Custom Creations", value: "1000+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Happy Customers",
|
||||
value: "5000+",
|
||||
},
|
||||
label: "Happy Customers", value: "5000+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -208,23 +140,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Craftsmanship",
|
||||
description: "Each cake is a masterpiece, handcrafted with meticulous attention to detail and artistic precision.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/homemade-chocolate-cake-flat-lay_23-2148239102.jpg",
|
||||
imageAlt: "Hand decorating a cake with intricate details",
|
||||
},
|
||||
title: "Artisan Craftsmanship", description: "Each cake is a masterpiece, handcrafted with meticulous attention to detail and artistic precision.", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chocolate-cake-flat-lay_23-2148239102.jpg", imageAlt: "Hand decorating a cake with intricate details"},
|
||||
{
|
||||
title: "Premium Ingredients",
|
||||
description: "We source only the finest, freshest, and highest quality ingredients for unparalleled taste and texture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/composition-different-dessert-ingredients_23-2148869887.jpg",
|
||||
imageAlt: "Selection of fresh baking ingredients",
|
||||
},
|
||||
title: "Premium Ingredients", description: "We source only the finest, freshest, and highest quality ingredients for unparalleled taste and texture.", imageSrc: "http://img.b2bpic.net/free-photo/composition-different-dessert-ingredients_23-2148869887.jpg", imageAlt: "Selection of fresh baking ingredients"},
|
||||
{
|
||||
title: "Personalized Designs",
|
||||
description: "From elegant weddings to whimsical birthdays, we bring your unique vision to life with custom designs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roommates-spending-time-together_23-2149359319.jpg",
|
||||
imageAlt: "Cake design sketch being worked on",
|
||||
},
|
||||
title: "Personalized Designs", description: "From elegant weddings to whimsical birthdays, we bring your unique vision to life with custom designs.", imageSrc: "http://img.b2bpic.net/free-photo/roommates-spending-time-together_23-2149359319.jpg", imageAlt: "Cake design sketch being worked on"},
|
||||
]}
|
||||
title="What Makes Varyzon Cakes Special?"
|
||||
description="We blend traditional artistry with modern flair, ensuring every bite is a delightful experience crafted just for you."
|
||||
@@ -239,47 +159,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Wedding Cake",
|
||||
price: "$500+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-cake-with-flowers_8353-9094.jpg",
|
||||
imageAlt: "Elegant multi-tier wedding cake",
|
||||
},
|
||||
id: "p1", name: "Classic Wedding Cake", price: "$500+", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-cake-with-flowers_8353-9094.jpg", imageAlt: "Elegant multi-tier wedding cake"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Birthday Celebration Cake",
|
||||
price: "$80+",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761724.jpg",
|
||||
imageAlt: "Colorful birthday cake",
|
||||
},
|
||||
id: "p2", name: "Birthday Celebration Cake", price: "$80+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-cake-with-lily_23-2148761724.jpg", imageAlt: "Colorful birthday cake"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Gourmet Cupcakes Box",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-cupcake-with-decorative-flag_23-2147669239.jpg",
|
||||
imageAlt: "Assorted gourmet cupcakes",
|
||||
},
|
||||
id: "p3", name: "Gourmet Cupcakes Box", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cupcake-with-decorative-flag_23-2147669239.jpg", imageAlt: "Assorted gourmet cupcakes"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Artisan Pastry Selection",
|
||||
price: "$25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-nation-sweets-view_23-2149192086.jpg",
|
||||
imageAlt: "Variety of fresh pastries",
|
||||
},
|
||||
id: "p4", name: "Artisan Pastry Selection", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/different-nation-sweets-view_23-2149192086.jpg", imageAlt: "Variety of fresh pastries"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Chocolate Indulgence Cake",
|
||||
price: "$95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-chocolate-cupcakes_23-2148654051.jpg",
|
||||
imageAlt: "Rich chocolate fudge cake",
|
||||
},
|
||||
id: "p5", name: "Chocolate Indulgence Cake", price: "$95", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-assortment-chocolate-cupcakes_23-2148654051.jpg", imageAlt: "Rich chocolate fudge cake"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Vegan Carrot Delight",
|
||||
price: "$85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-chestnuts-top-view_23-2148395154.jpg",
|
||||
imageAlt: "Healthy vegan carrot cake",
|
||||
},
|
||||
id: "p6", name: "Vegan Carrot Delight", price: "$85", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cake-with-chestnuts-top-view_23-2148395154.jpg", imageAlt: "Healthy vegan carrot cake"},
|
||||
]}
|
||||
title="Our Delectable Cake Collection"
|
||||
description="Discover a world of flavors and designs. Each cake is baked fresh daily with passion and precision."
|
||||
@@ -292,71 +182,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Rina Gupta",
|
||||
date: "May 20, 2024",
|
||||
title: "Absolutely Exquisite!",
|
||||
quote: "The wedding cake was a dream come true. Beautifully designed and tasted even better. Varyzon truly made our day special!",
|
||||
tag: "Wedding Cake",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-earrings-yellow-sweater_273609-4980.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-donut-with-sprinkles-dark-background_181624-59713.jpg",
|
||||
imageAlt: "Wedding cake",
|
||||
},
|
||||
id: "t1", name: "Rina Gupta", date: "May 20, 2024", title: "Absolutely Exquisite!", quote: "The wedding cake was a dream come true. Beautifully designed and tasted even better. Varyzon truly made our day special!", tag: "Wedding Cake", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-wearing-earrings-yellow-sweater_273609-4980.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-chocolate-donut-with-sprinkles-dark-background_181624-59713.jpg", imageAlt: "Wedding cake"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Vijay Singh",
|
||||
date: "April 15, 2024",
|
||||
title: "A Birthday Delight!",
|
||||
quote: "Ordered a custom birthday cake, and it exceeded all expectations. Fresh, flavorful, and a hit with all our guests.",
|
||||
tag: "Birthday Cake",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-colored-with-roses-pink-table-cake-biscuit-sugar-sweet_140725-28561.jpg",
|
||||
imageAlt: "Birthday cake",
|
||||
},
|
||||
id: "t2", name: "Vijay Singh", date: "April 15, 2024", title: "A Birthday Delight!", quote: "Ordered a custom birthday cake, and it exceeded all expectations. Fresh, flavorful, and a hit with all our guests.", tag: "Birthday Cake", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-green-eyed-brunette-woman-hair-band-white-t-shirt-against-wall-windows-cacti_197531-17042.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-french-macarons-colored-with-roses-pink-table-cake-biscuit-sugar-sweet_140725-28561.jpg", imageAlt: "Birthday cake"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Neha Joshi",
|
||||
date: "March 28, 2024",
|
||||
title: "Simply Perfect Treats",
|
||||
quote: "Their cupcakes are a weekly indulgence. Consistently delicious and always a joy to share (or not!).",
|
||||
tag: "Cupcakes",
|
||||
avatarSrc: "http://img.b2bpic.net/free-vector/flat-feedback-concept-illustrated_23-2148946804.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cake-ingredients_23-2149144144.jpg",
|
||||
imageAlt: "Cupcakes",
|
||||
},
|
||||
id: "t3", name: "Neha Joshi", date: "March 28, 2024", title: "Simply Perfect Treats", quote: "Their cupcakes are a weekly indulgence. Consistently delicious and always a joy to share (or not!).", tag: "Cupcakes", avatarSrc: "http://img.b2bpic.net/free-vector/flat-feedback-concept-illustrated_23-2148946804.jpg", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-cake-ingredients_23-2149144144.jpg", imageAlt: "Cupcakes"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Sanjay Menon",
|
||||
date: "February 10, 2024",
|
||||
title: "Amazing Custom Work!",
|
||||
quote: "Needed a unique cake for a corporate event, and Varyzon delivered beyond imagination. Professional and artistic.",
|
||||
tag: "Corporate Order",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-cards-with-pink-cookies-them_1304-3744.jpg",
|
||||
imageAlt: "Custom cake",
|
||||
},
|
||||
id: "t4", name: "Sanjay Menon", date: "February 10, 2024", title: "Amazing Custom Work!", quote: "Needed a unique cake for a corporate event, and Varyzon delivered beyond imagination. Professional and artistic.", tag: "Corporate Order", avatarSrc: "http://img.b2bpic.net/free-photo/happy-young-african-american-man-smiling-cheerfully-showing-his-perfect-straight-white-teeth-posing-isolated_273609-431.jpg", imageSrc: "http://img.b2bpic.net/free-photo/white-cards-with-pink-cookies-them_1304-3744.jpg", imageAlt: "Custom cake"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Kavita Reddy",
|
||||
date: "January 5, 2024",
|
||||
title: "My Go-To Bakery!",
|
||||
quote: "From their pastries to their celebration cakes, everything is made with such passion. Varyzon is simply the best!",
|
||||
tag: "Regular Customer",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dessert-plate-drinking-from-cup-table-cafe_23-2148071645.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-cream-mandarin-slices_114579-3530.jpg",
|
||||
imageAlt: "Pastries",
|
||||
},
|
||||
id: "t5", name: "Kavita Reddy", date: "January 5, 2024", title: "My Go-To Bakery!", quote: "From their pastries to their celebration cakes, everything is made with such passion. Varyzon is simply the best!", tag: "Regular Customer", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-dessert-plate-drinking-from-cup-table-cafe_23-2148071645.jpg", imageSrc: "http://img.b2bpic.net/free-photo/brownie-with-cream-mandarin-slices_114579-3530.jpg", imageAlt: "Pastries"},
|
||||
{
|
||||
id: "t6",
|
||||
name: "Rahul Verma",
|
||||
date: "December 1, 2023",
|
||||
title: "Fantastic Flavors!",
|
||||
quote: "Every cake I've tried from Varyzon is bursting with flavor. A true culinary delight!",
|
||||
tag: "Dessert Lover",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-candles-confetti_23-2148167995.jpg",
|
||||
imageAlt: "Birthday cake with candles and confetti",
|
||||
},
|
||||
id: "t6", name: "Rahul Verma", date: "December 1, 2023", title: "Fantastic Flavors!", quote: "Every cake I've tried from Varyzon is bursting with flavor. A true culinary delight!", tag: "Dessert Lover", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-handsome-african-student-with-beard-dressed-denim-shirt-smiling-happily-showing-his-white-teeth-having-joyful-contented-look_273609-1853.jpg", imageSrc: "http://img.b2bpic.net/free-photo/birthday-cake-with-candles-confetti_23-2148167995.jpg", imageAlt: "Birthday cake with candles and confetti"},
|
||||
]}
|
||||
title="Hear From Our Happy Customers"
|
||||
description="Their smiles are our greatest reward. Read what our clients have to say about their Varyzon Cake Shop experience."
|
||||
@@ -368,25 +204,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How far in advance should I order a custom cake?",
|
||||
content: "We recommend placing custom cake orders at least 2-3 weeks in advance. For wedding cakes, 1-2 months notice is ideal, especially during peak seasons.",
|
||||
},
|
||||
id: "q1", title: "How far in advance should I order a custom cake?", content: "We recommend placing custom cake orders at least 2-3 weeks in advance. For wedding cakes, 1-2 months notice is ideal, especially during peak seasons."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Do you offer delivery services?",
|
||||
content: "Yes, we offer local delivery services within a specified radius. Delivery charges apply based on distance. Please inquire for details when placing your order.",
|
||||
},
|
||||
id: "q2", title: "Do you offer delivery services?", content: "Yes, we offer local delivery services within a specified radius. Delivery charges apply based on distance. Please inquire for details when placing your order."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I request specific dietary accommodations (e.g., vegan, gluten-free)?",
|
||||
content: "Absolutely! We offer a range of vegan, gluten-free, and other allergen-friendly options. Please specify your requirements when ordering, and we'll be happy to assist.",
|
||||
},
|
||||
id: "q3", title: "Can I request specific dietary accommodations (e.g., vegan, gluten-free)?", content: "Absolutely! We offer a range of vegan, gluten-free, and other allergen-friendly options. Please specify your requirements when ordering, and we'll be happy to assist."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Do you provide cake tasting sessions for wedding cakes?",
|
||||
content: "Yes, we offer personalized cake tasting sessions for wedding cake consultations. This allows you to sample various flavors and discuss design options with our team.",
|
||||
},
|
||||
id: "q4", title: "Do you provide cake tasting sessions for wedding cakes?", content: "Yes, we offer personalized cake tasting sessions for wedding cake consultations. This allows you to sample various flavors and discuss design options with our team."},
|
||||
]}
|
||||
sideTitle="Sweet Answers to Your Questions"
|
||||
sideDescription="Have a query about our cakes, ordering process, or special requests? Find answers to frequently asked questions here."
|
||||
@@ -399,18 +223,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
text="Ready to Taste the Magic? Contact Us!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Us Now",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us Now", href: "tel:+1234567890"},
|
||||
{
|
||||
text: "Email Us",
|
||||
href: "mailto:info@varyzoncakeshop.com",
|
||||
},
|
||||
text: "Email Us", href: "mailto:info@varyzoncakeshop.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -420,62 +239,37 @@ export default function LandingPage() {
|
||||
logoText="Varyzon Cake Shop"
|
||||
columns={[
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Story", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Custom Cakes",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Custom Cakes", href: "#contact"},
|
||||
{
|
||||
label: "Wedding Cakes",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Wedding Cakes", href: "#products"},
|
||||
{
|
||||
label: "Corporate Orders",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Corporate Orders", href: "#contact"},
|
||||
{
|
||||
label: "Special Events",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Special Events", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Us",
|
||||
items: [
|
||||
title: "Contact Us", items: [
|
||||
{
|
||||
label: "info@varyzoncakeshop.com",
|
||||
href: "mailto:info@varyzoncakeshop.com",
|
||||
},
|
||||
label: "info@varyzoncakeshop.com", href: "mailto:info@varyzoncakeshop.com"},
|
||||
{
|
||||
label: "+1 (234) 567-890",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
label: "+1 (234) 567-890", href: "tel:+1234567890"},
|
||||
{
|
||||
label: "123 Sweet Lane, Cakeville",
|
||||
href: "#",
|
||||
},
|
||||
label: "123 Sweet Lane, Cakeville", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user