Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 04:07:36 +00:00

View File

@@ -19,8 +19,7 @@ export default function AboutPage() {
const footerColumns = [
{
title: "Navigate",
items: [
title: "Navigate", items: [
{ label: "Home", href: "/" },
{ label: "About Us", href: "/about" },
{ label: "Cake Menu", href: "/cakes" },
@@ -28,8 +27,7 @@ export default function AboutPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Birthday Cakes", href: "/cakes" },
{ label: "Wedding Cakes", href: "/cakes" },
{ label: "Custom Designs", href: "/custom-orders" },
@@ -37,8 +35,7 @@ export default function AboutPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "WhatsApp: +91-7058261947", href: "https://wa.me/917058261947" },
{ label: "Email: hello@caramella.in", href: "mailto:hello@caramella.in" },
{ label: "Moshi, Pune", href: "/contact" },
@@ -46,8 +43,7 @@ export default function AboutPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms & Conditions", href: "#" },
{ label: "Refund Policy", href: "#" },
@@ -91,25 +87,13 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Our Passion",
description: "We started with a simple dream: to bake cakes that bring joy to celebrations. Every recipe is crafted with love and premium ingredients.",
imageSrc: "http://img.b2bpic.net/free-photo/worker-with-flowers-woman-makes-bouquet-cute-girl-working_1157-47190.jpg?_wi=2",
imageAlt: "Our passionate baking team",
},
title: "Our Passion", description: "We started with a simple dream: to bake cakes that bring joy to celebrations. Every recipe is crafted with love and premium ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/worker-with-flowers-woman-makes-bouquet-cute-girl-working_1157-47190.jpg", imageAlt: "Our passionate baking team"},
{
id: 2,
title: "Our Values",
description: "Quality, creativity, and customer satisfaction are at the heart of everything we do. We believe in transparency and always delivering our best.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-coconut-candies-with-presents-gray-background-love-couple-goodie-sweet-valentines-day-marriage-tea-gift-color_140725-158476.jpg?_wi=2",
imageAlt: "Premium quality ingredients",
},
title: "Our Values", description: "Quality, creativity, and customer satisfaction are at the heart of everything we do. We believe in transparency and always delivering our best.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-coconut-candies-with-presents-gray-background-love-couple-goodie-sweet-valentines-day-marriage-tea-gift-color_140725-158476.jpg", imageAlt: "Premium quality ingredients"},
{
id: 3,
title: "Our Community",
description: "We're proud to serve the Moshi and Pune communities. From intimate family gatherings to grand celebrations, we're honored to be part of your special moments.",
imageSrc: "http://img.b2bpic.net/free-photo/smal-cakes_1157-701.jpg?_wi=3",
imageAlt: "Community celebration cakes",
},
title: "Our Community", description: "We're proud to serve the Moshi and Pune communities. From intimate family gatherings to grand celebrations, we're honored to be part of your special moments.", imageSrc: "http://img.b2bpic.net/free-photo/smal-cakes_1157-701.jpg", imageAlt: "Community celebration cakes"},
]}
/>
</div>
@@ -118,7 +102,7 @@ export default function AboutPage() {
<FeatureCardSeven
title="Our Commitment to You"
description="We promise to deliver excellence in every bite. Here's what we commit to every single customer."
tag="Our Promise",
tag="Our Promise"
tagIcon={Heart}
tagAnimation="slide-up"
textboxLayout="default"
@@ -127,25 +111,13 @@ export default function AboutPage() {
features={[
{
id: 1,
title: "Artisan Quality",
description: "Every cake is hand-crafted by experienced bakers using time-tested recipes and premium ingredients. No shortcuts, no compromises.",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-dessert-composition_23-2149143334.jpg?_wi=3",
imageAlt: "Artisan cake craftsmanship",
},
title: "Artisan Quality", description: "Every cake is hand-crafted by experienced bakers using time-tested recipes and premium ingredients. No shortcuts, no compromises.", imageSrc: "http://img.b2bpic.net/free-photo/tasty-traditional-dessert-composition_23-2149143334.jpg", imageAlt: "Artisan cake craftsmanship"},
{
id: 2,
title: "Personalized Service",
description: "Your vision is our mission. We listen carefully to understand your needs and bring your dream cake to life with attention to every detail.",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-white-delicious-christmas-cake-with-nuts-mandarine_181624-23772.jpg?_wi=2",
imageAlt: "Custom cake designs",
},
title: "Personalized Service", description: "Your vision is our mission. We listen carefully to understand your needs and bring your dream cake to life with attention to every detail.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-white-delicious-christmas-cake-with-nuts-mandarine_181624-23772.jpg", imageAlt: "Custom cake designs"},
{
id: 3,
title: "Reliable Delivery",
description: "We guarantee on-time delivery for all orders. Need it urgently? Same-day delivery available for orders placed before 2 PM.",
imageSrc: "http://img.b2bpic.net/free-vector/gradient-last-chance-badges-set_23-2149491616.jpg?_wi=2",
imageAlt: "Fast reliable delivery",
},
title: "Reliable Delivery", description: "We guarantee on-time delivery for all orders. Need it urgently? Same-day delivery available for orders placed before 2 PM.", imageSrc: "http://img.b2bpic.net/free-vector/gradient-last-chance-badges-set_23-2149491616.jpg", imageAlt: "Fast reliable delivery"},
]}
/>
</div>