Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-06 08:56:13 +00:00
5 changed files with 27 additions and 27 deletions

View File

@@ -85,7 +85,7 @@ export default function AboutPage() {
{ title: "Authentic Recipes", description: "Our recipes are closely guarded family secrets, each one perfected over decades and shared with love.", icon: BookOpen },
{ title: "Community Connection", description: "We're proud to be part of your celebrations—weddings, festivals, and special moments that matter.", icon: Heart },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg?_wi=2"
imageAlt="Jayasree Sweets shop interior"
imagePosition="right"
mediaAnimation="slide-up"
@@ -104,7 +104,7 @@ export default function AboutPage() {
{ title: "Customer Care", description: "Every customer is family. We listen, adapt, and ensure your experience with us is exceptional every time.", icon: Users },
{ title: "Social Responsibility", description: "We support local communities, employ local talents, and believe in giving back to the society that has supported us.", icon: Award },
]}
imageSrc="http://img.b2bpic.net/free-photo/assortment-sweet-pastries-with-rosehip-sprinkles_23-2148368249.jpg"
imageSrc="http://img.b2bpic.net/free-photo/assortment-sweet-pastries-with-rosehip-sprinkles_23-2148368249.jpg?_wi=1"
imageAlt="Sweet making process"
imagePosition="left"
mediaAnimation="slide-up"
@@ -120,9 +120,9 @@ export default function AboutPage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
testimonials={[
{ id: "1", name: "সীমা ঘোষ", role: "Homemaker", company: "Kolkata Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "সীমা ঘোষ" },
{ id: "2", name: "Rajesh Kumar", role: "Event Organizer", company: "Kumar Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Rajesh Kumar" },
{ id: "3", name: "দীপা মজুমদার", role: "Business Owner", company: "Majumdar Enterprises", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-white-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25710.jpg", imageAlt: "দীপা মজুমদার" },
{ id: "1", name: "সীমা ঘোষ", role: "Homemaker", company: "Kolkata Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=3", imageAlt: "সীমা ঘোষ" },
{ id: "2", name: "Rajesh Kumar", role: "Event Organizer", company: "Kumar Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=3", imageAlt: "Rajesh Kumar" },
{ id: "3", name: "দীপা মজুমদার", role: "Business Owner", company: "Majumdar Enterprises", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-white-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25710.jpg?_wi=3", imageAlt: "দীপা মজুমদার" },
]}
/>
</div>

View File

@@ -103,7 +103,7 @@ export default function ContactPage() {
{ title: "Visit Our Shop", description: "123 Sweet Lane, Kolkata. Visit us in person to see our full range and taste fresh sweets. We're open daily!", icon: MapPin },
{ title: "Email or Message", description: "hello@jayasreesweets.com. For detailed inquiries, custom orders, or partnership opportunities, send us an email.", icon: Clock },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg?_wi=4"
imageAlt="Jayasree Sweets shop"
imagePosition="right"
mediaAnimation="slide-up"

View File

@@ -82,9 +82,9 @@ export default function GalleryPage() {
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "Traditional Sweet Making", price: "Behind the Scenes", imageSrc: "http://img.b2bpic.net/free-photo/assortment-sweet-pastries-with-rosehip-sprinkles_23-2148368249.jpg", imageAlt: "Sweet making process in kitchen" },
{ id: "2", name: "Beautiful Shop Display", price: "Our Storefront", imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg", imageAlt: "Sweets display at shop counter" },
{ id: "3", name: "Festival Celebrations", price: "Special Occasions", imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38179.jpg", imageAlt: "Festival sweets for celebrations" },
{ id: "1", name: "Traditional Sweet Making", price: "Behind the Scenes", imageSrc: "http://img.b2bpic.net/free-photo/assortment-sweet-pastries-with-rosehip-sprinkles_23-2148368249.jpg?_wi=2", imageAlt: "Sweet making process in kitchen" },
{ id: "2", name: "Beautiful Shop Display", price: "Our Storefront", imageSrc: "http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg?_wi=2", imageAlt: "Sweets display at shop counter" },
{ id: "3", name: "Festival Celebrations", price: "Special Occasions", imageSrc: "http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38179.jpg?_wi=2", imageAlt: "Festival sweets for celebrations" },
]}
/>
</div>
@@ -101,7 +101,7 @@ export default function GalleryPage() {
{ title: "Hygiene & Safety", description: "Our modern kitchen maintains the highest food safety standards while preserving traditional preparation methods.", icon: Camera },
{ title: "Daily Fresh Preparation", description: "No batch is made more than a few hours before serving. We believe in freshness and purity in every bite.", icon: Sparkles },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg?_wi=3"
imageAlt="Jayasree Sweets shop"
imagePosition="left"
mediaAnimation="slide-up"
@@ -120,7 +120,7 @@ export default function GalleryPage() {
{ title: "Birthday Celebrations", description: "Make birthdays sweeter with our custom sweet boxes, perfectly packaged for gifting and celebration.", icon: Camera },
{ title: "Corporate Events", description: "From office celebrations to client appreciation gifts, our sweets add an elegant touch to business moments.", icon: Heart },
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-indian-dessert-bowl_23-2149312373.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-indian-dessert-bowl_23-2149312373.jpg?_wi=2"
imageAlt="Indian sweets display"
imagePosition="right"
mediaAnimation="slide-up"

View File

@@ -82,9 +82,9 @@ export default function SweetsPage() {
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "রসগোল্লা (Rasgulla)", price: "₹350/kg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", imageAlt: "Rasgulla sweet" },
{ id: "2", name: "গুলাব জামুন (Gulab Jamun)", price: "₹400/kg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-syrup-dessert_23-2149312378.jpg", imageAlt: "Gulab Jamun sweet" },
{ id: "3", name: "সন্দেশ (Sandesh)", price: "₹450/kg", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg", imageAlt: "Sandesh sweet" },
{ id: "1", name: "রসগোল্লা (Rasgulla)", price: "₹350/kg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=2", imageAlt: "Rasgulla sweet" },
{ id: "2", name: "গুলাব জামুন (Gulab Jamun)", price: "₹400/kg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-syrup-dessert_23-2149312378.jpg?_wi=2", imageAlt: "Gulab Jamun sweet" },
{ id: "3", name: "সন্দেশ (Sandesh)", price: "₹450/kg", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg?_wi=2", imageAlt: "Sandesh sweet" },
]}
/>
</div>
@@ -101,7 +101,7 @@ export default function SweetsPage() {
{ title: "Custom Orders", description: "Need something special? We create custom sweets for weddings, anniversaries, and corporate events with personalized packaging.", icon: BookOpen },
{ title: "Same-Day Delivery", description: "Order in the morning, receive fresh sweets in the evening. Perfect for last-minute celebrations and spontaneous gifts.", icon: Award },
]}
imageSrc="http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg"
imageSrc="http://img.b2bpic.net/free-photo/counter-nice-cafe_23-2147791033.jpg?_wi=1"
imageAlt="Sweets display at shop counter"
imagePosition="left"
mediaAnimation="slide-up"
@@ -120,7 +120,7 @@ export default function SweetsPage() {
{ title: "Walk-In Visits", description: "Visit our shop at 123 Sweet Lane, Kolkata. Taste before you buy and experience the authentic ambiance of our store.", icon: BookOpen },
{ title: "Event Catering", description: "For weddings and celebrations, contact us in advance. We offer bulk orders with special pricing and custom packaging.", icon: Leaf },
]}
imageSrc="http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38179.jpg"
imageSrc="http://img.b2bpic.net/free-photo/glass-plate-full-sugar-marmalade-christmas-festive-balls-marble-background-high-quality-photo_114579-38179.jpg?_wi=1"
imageAlt="Festival sweets celebration"
imagePosition="right"
mediaAnimation="slide-up"

View File

@@ -87,14 +87,14 @@ export default function HomePage() {
{ text: "Order Now", href: "https://wa.me/919876543210?text=Hello%20Jayasree%20Sweets%2C%20I%20would%20like%20to%20place%20an%20order" },
{ text: "View Menu", href: "/our-sweets" },
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-indian-dessert-bowl_23-2149312373.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-indian-dessert-bowl_23-2149312373.jpg?_wi=1"
imageAlt="Traditional Indian sweets display"
mediaAnimation="slide-up"
useInvertedBackground={false}
testimonials={[
{ name: "রহিম আহমেদ", handle: "Regular Customer", testimonial: "এত সুস্বাদু মিষ্টি আর কোথাও পাইনি। প্রতিটি উপলক্ষে আমরা জয়শ্রী থেকে অর্ডার করি।", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg" },
{ name: "Priya Sharma", handle: "Event Planner", testimonial: "The quality and taste are exceptional. Perfect for weddings and celebrations!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg" },
{ name: "সুমিত্রা দেবী", handle: "Homemaker", testimonial: "আমার পরিবারের সবার প্রিয় জায়গা। দেশীয় স্বাদ আর আধুনিক স্বাস্থ্যসেবা।", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-white-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25710.jpg" },
{ name: "রহিম আহমেদ", handle: "Regular Customer", testimonial: "এত সুস্বাদু মিষ্টি আর কোথাও পাইনি। প্রতিটি উপলক্ষে আমরা জয়শ্রী থেকে অর্ডার করি।", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=1" },
{ name: "Priya Sharma", handle: "Event Planner", testimonial: "The quality and taste are exceptional. Perfect for weddings and celebrations!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=1" },
{ name: "সুমিত্রা দেবী", handle: "Homemaker", testimonial: "আমার পরিবারের সবার প্রিয় জায়গা। দেশীয় স্বাদ আর আধুনিক স্বাস্থ্যসেবা।", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-white-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25710.jpg?_wi=1" },
]}
/>
</div>
@@ -108,9 +108,9 @@ export default function HomePage() {
useInvertedBackground={false}
gridVariant="three-columns-all-equal-width"
products={[
{ id: "1", name: "রসগোল্লা (Rasgulla)", price: "₹350/kg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", imageAlt: "Rasgulla sweet" },
{ id: "2", name: "গুলাব জামুন (Gulab Jamun)", price: "₹400/kg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-syrup-dessert_23-2149312378.jpg", imageAlt: "Gulab Jamun sweet" },
{ id: "3", name: "সন্দেশ (Sandesh)", price: "₹450/kg", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg", imageAlt: "Sandesh sweet" },
{ id: "1", name: "রসগোল্লা (Rasgulla)", price: "₹350/kg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=1", imageAlt: "Rasgulla sweet" },
{ id: "2", name: "গুলাব জামুন (Gulab Jamun)", price: "₹400/kg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-pouring-syrup-dessert_23-2149312378.jpg?_wi=1", imageAlt: "Gulab Jamun sweet" },
{ id: "3", name: "সন্দেশ (Sandesh)", price: "₹450/kg", imageSrc: "http://img.b2bpic.net/free-photo/traditional-azerbaijan-holiday-nowruz-cookies-baklava-white-plate-with-nuts-huzelnuts-green-plate-flat-lay_114579-1275.jpg?_wi=1", imageAlt: "Sandesh sweet" },
]}
/>
</div>
@@ -127,7 +127,7 @@ export default function HomePage() {
{ title: "Family Heritage", description: "A family business built on trust, love, and commitment to excellence in every product.", icon: Users },
{ title: "Community Care", description: "We're deeply connected to our community, serving at weddings, festivals, and celebrations.", icon: Heart },
]}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-women-shopping-food_23-2149461752.jpg?_wi=1"
imageAlt="Jayasree Sweets shop interior"
imagePosition="right"
mediaAnimation="slide-up"
@@ -155,9 +155,9 @@ export default function HomePage() {
gridVariant="uniform-all-items-equal"
animationType="slide-up"
testimonials={[
{ id: "1", name: "সীমা ঘোষ", role: "Homemaker", company: "Kolkata Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "সীমা ঘোষ" },
{ id: "2", name: "Rajesh Kumar", role: "Event Organizer", company: "Kumar Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg", imageAlt: "Rajesh Kumar" },
{ id: "3", name: "দীপা মজুমদার", role: "Business Owner", company: "Majumdar Enterprises", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-white-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25710.jpg", imageAlt: "দীপা মজুমদার" },
{ id: "1", name: "সীমা ঘোষ", role: "Homemaker", company: "Kolkata Family", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg?_wi=2", imageAlt: "সীমা ঘোষ" },
{ id: "2", name: "Rajesh Kumar", role: "Event Organizer", company: "Kumar Events", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport_107420-85035.jpg?_wi=2", imageAlt: "Rajesh Kumar" },
{ id: "3", name: "দীপা মজুমদার", role: "Business Owner", company: "Majumdar Enterprises", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-smiling-female-trendy-summer-white-dress-sexy-carefree-woman-posing-near-blue-wall-studio-positive-model-having-fun-cheerful-happy-isolated_158538-25710.jpg?_wi=2", imageAlt: "দীপা মজুমদার" },
{ id: "4", name: "Anil Verma", role: "Corporate Manager", company: "Tech Solutions Ltd", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-man-wearing-green-shirt-standing-against-blue-background_662251-587.jpg", imageAlt: "Anil Verma" },
{ id: "5", name: "লক্ষ্মী সরকার", role: "Wedding Planner", company: "Dream Weddings", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-close-up-photoshoot-studio_53876-14476.jpg", imageAlt: "লক্ষ্মী সরকার" },
{ id: "6", name: "Vikram Singh", role: "Restaurant Owner", company: "Singh's Banquet Hall", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/closeup-young-hispanic-man-casuals-studio_662251-600.jpg", imageAlt: "Vikram Singh" },