2 Commits

Author SHA1 Message Date
b0b2b40c9e Merge version_2 into main
Merge version_2 into main
2026-03-19 03:35:40 +00:00
07b61354ff Update src/app/page.tsx 2026-03-19 03:35:36 +00:00

View File

@@ -39,7 +39,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Custom Cakes in Attapur That Taste as Good as They Look"
title="The perfect, delicious custom cakes made by us"
description="Freshly baked | Beautifully designed | Delivered on time. Make every celebration unforgettable with cakes crafted just the way you imagine."
tag="📍 Serving Attapur, Hyderabad"
tagAnimation="slide-up"
@@ -58,7 +58,7 @@ export default function LandingPage() {
<div id="offer" data-section="offer">
<FeatureCardTwentyOne
title="🎉 Limited Time Offer"
description="Buy Any Cake at ₹499 & Get 750ml Soft Drink FREE"
description="Buy Any Cake at Special Price & Get 750ml Soft Drink FREE"
tag="Limited Time"
tagAnimation="slide-up"
buttons={[
@@ -67,13 +67,13 @@ export default function LandingPage() {
buttonAnimation="slide-up"
accordionItems={[
{
id: "offer-1", title: "How does this offer work?", content: "Purchase any of our custom cakes starting at ₹499 and receive a complimentary 750ml soft drink absolutely free. This exclusive offer is valid for a limited time only, so order now!"
id: "offer-1", title: "How does this offer work?", content: "Purchase any of our custom cakes and receive a complimentary 750ml soft drink absolutely free. This exclusive offer is valid for a limited time only, so order now!"
},
{
id: "offer-2", title: "What cakes are included?", content: "All our cakes are eligible - birthday cakes, theme cakes, cupcakes, and custom designs. The only limit is your imagination!"
id: "offer-2", title: "What cakes are included?", content: "All our cakes are eligible - custom cakes, cupcakes, and cake pops. We specialize in custom designs, cupcakes, and cake pops for all occasions!"
},
{
id: "offer-3", title: "How do I claim this offer?", content: "Simply call us at or WhatsApp your order. Mention the offer code FREESOFTDRINK to get your complimentary drink with your cake purchase."
id: "offer-3", title: "How do I claim this offer?", content: "Simply call us or WhatsApp your order. Mention the offer code FREESOFTDRINK to get your complimentary drink with your cake purchase."
}
]}
imageSrc="http://img.b2bpic.net/free-vector/best-last-minute-offer-background-grab-now-reduction_1017-62381.jpg"
@@ -128,16 +128,16 @@ export default function LandingPage() {
<div id="gallery" data-section="gallery">
<ProductCardFour
title="Our Cake Gallery"
description="Explore our delicious collection of custom cakes, theme designs, and cupcakes. Each creation is a celebration."
description="Explore our delicious collection of custom cakes, cupcakes, and cake pops. Each creation is a celebration."
products={[
{
id: "birthday-1", name: "Classic Birthday Cake", price: "₹599", variant: "Chocolate or Vanilla", imageSrc: "http://img.b2bpic.net/free-photo/delicious-party-cake-champagne_23-2148926262.jpg", imageAlt: "Classic birthday cake with colorful decorations"
id: "custom-cakes", name: "Custom Cakes", price: "", variant: "Any Design You Imagine", imageSrc: "http://img.b2bpic.net/free-photo/delicious-party-cake-champagne_23-2148926262.jpg", imageAlt: "Custom designed cakes"
},
{
id: "theme-1", name: "Character Theme Cake", price: "₹799", variant: "Custom Designs", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cake-mother-day_23-2147782691.jpg", imageAlt: "Character themed cake design"
id: "cupcakes", name: "Gourmet Cupcakes", price: "", variant: "Box of 6 or More", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-decoration-with-tasty-muffins-glaze_23-2148425789.jpg", imageAlt: "Assorted gourmet cupcakes"
},
{
id: "cupcake-1", name: "Gourmet Cupcakes", price: "₹449", variant: "Box of 6", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-decoration-with-tasty-muffins-glaze_23-2148425789.jpg", imageAlt: "Assorted gourmet cupcakes"
id: "cake-pops", name: "Cake Pops", price: "", variant: "Colorful & Delicious", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cake-mother-day_23-2147782691.jpg", imageAlt: "Delicious cake pops"
}
]}
gridVariant="three-columns-all-equal-width"