Merge version_1 into main #2
144
src/app/page.tsx
144
src/app/page.tsx
@@ -9,6 +9,7 @@ import TestimonialCardTwelve from "@/components/sections/testimonial/Testimonial
|
||||
import FeatureCardMedia from "@/components/sections/feature/FeatureCardMedia";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal";
|
||||
import FaqDouble from "@/components/sections/faq/FaqDouble";
|
||||
import { Sparkles, Heart, ShoppingCart, Award } from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
@@ -16,7 +17,7 @@ export default function HomePage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLarge"
|
||||
@@ -49,17 +50,11 @@ export default function HomePage() {
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg?_wi=1",
|
||||
imageAlt: "Colorful sweets display",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg", imageAlt: "Colorful sweets display"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg?_wi=1",
|
||||
imageAlt: "Fresh gulab jamun",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg", imageAlt: "Fresh gulab jamun"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg?_wi=1",
|
||||
imageAlt: "Danta Mithai store front",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg", imageAlt: "Danta Mithai store front"},
|
||||
]}
|
||||
autoplayDelay={4000}
|
||||
showDimOverlay={true}
|
||||
@@ -77,55 +72,20 @@ export default function HomePage() {
|
||||
gridVariant="bento-grid"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Danta Mithai",
|
||||
name: "Gulab Jamun",
|
||||
price: "₹150 per kg",
|
||||
rating: 5,
|
||||
reviewCount: "2.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg?_wi=2",
|
||||
imageAlt: "Gulab Jamun",
|
||||
},
|
||||
id: "1", brand: "Danta Mithai", name: "Gulab Jamun", price: "₹150 per kg", rating: 5,
|
||||
reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-psd/delicious-gulab-jamun-white-bowl_84443-64491.jpg", imageAlt: "Gulab Jamun"},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Danta Mithai",
|
||||
name: "Rasgulla",
|
||||
price: "₹180 per kg",
|
||||
rating: 5,
|
||||
reviewCount: "1.9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg?_wi=1",
|
||||
imageAlt: "Rasgulla",
|
||||
},
|
||||
id: "2", brand: "Danta Mithai", name: "Rasgulla", price: "₹180 per kg", rating: 5,
|
||||
reviewCount: "1.9k", imageSrc: "http://img.b2bpic.net/free-photo/delicious-indian-dessert-bowl_23-2149312384.jpg", imageAlt: "Rasgulla"},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Danta Mithai",
|
||||
name: "Kaju Katli",
|
||||
price: "₹400 per 500g",
|
||||
rating: 5,
|
||||
reviewCount: "1.7k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/organic-homemade-nougat-made-with-honey-pistachio-top-view_114579-8137.jpg?_wi=1",
|
||||
imageAlt: "Kaju Katli",
|
||||
},
|
||||
id: "3", brand: "Danta Mithai", name: "Kaju Katli", price: "₹400 per 500g", rating: 5,
|
||||
reviewCount: "1.7k", imageSrc: "http://img.b2bpic.net/free-photo/organic-homemade-nougat-made-with-honey-pistachio-top-view_114579-8137.jpg", imageAlt: "Kaju Katli"},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Danta Mithai",
|
||||
name: "Laddu",
|
||||
price: "₹120 per kg",
|
||||
rating: 5,
|
||||
reviewCount: "2.1k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-traditional-indian-sweet-made-wheat-flour-jaggery_181624-33395.jpg?_wi=1",
|
||||
imageAlt: "Laddu",
|
||||
},
|
||||
id: "4", brand: "Danta Mithai", name: "Laddu", price: "₹120 per kg", rating: 5,
|
||||
reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/vertical-high-angle-shot-traditional-indian-sweet-made-wheat-flour-jaggery_181624-33395.jpg", imageAlt: "Laddu"},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Danta Mithai",
|
||||
name: "Kachori",
|
||||
price: "₹80 per 500g",
|
||||
rating: 5,
|
||||
reviewCount: "1.8k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/some-lemons-glass-bowl-dark-wooden-background-side-view_176474-3569.jpg?_wi=1",
|
||||
imageAlt: "Kachori",
|
||||
},
|
||||
id: "5", brand: "Danta Mithai", name: "Kachori", price: "₹80 per 500g", rating: 5,
|
||||
reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/some-lemons-glass-bowl-dark-wooden-background-side-view_176474-3569.jpg", imageAlt: "Kachori"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -148,33 +108,17 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
cardTitle="Trusted by thousands of satisfied customers in Danta Ramgarh and surrounding villages"
|
||||
cardTag="Real Reviews"
|
||||
cardAnimation="reveal-blur"
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg",
|
||||
imageAlt: "Rajesh Kumar",
|
||||
},
|
||||
id: "1", name: "Rajesh Kumar", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-woman-showing-ok-sign_1262-17571.jpg", imageAlt: "Rajesh Kumar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg",
|
||||
imageAlt: "Priya Sharma",
|
||||
},
|
||||
id: "2", name: "Priya Sharma", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Priya Sharma"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Amit Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg",
|
||||
imageAlt: "Amit Patel",
|
||||
},
|
||||
id: "3", name: "Amit Patel", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Amit Patel"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kavya Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg",
|
||||
imageAlt: "Kavya Singh",
|
||||
},
|
||||
id: "4", name: "Kavya Singh", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-taking-selfie-photo-winking_1262-18343.jpg", imageAlt: "Kavya Singh"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -188,29 +132,35 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
tag: "Quality",
|
||||
title: "Premium Fresh Ingredients",
|
||||
description: "We use only the finest quality ingredients sourced locally to ensure authentic taste and freshness",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/ingredients-making-buns-pies-with-jam-fresh-pears-wooden-background-top-view-copy-space_127032-3138.jpg?_wi=1",
|
||||
imageAlt: "Fresh ingredients",
|
||||
},
|
||||
id: "1", tag: "Quality", title: "Premium Fresh Ingredients", description: "We use only the finest quality ingredients sourced locally to ensure authentic taste and freshness", imageSrc: "http://img.b2bpic.net/free-photo/ingredients-making-buns-pies-with-jam-fresh-pears-wooden-background-top-view-copy-space_127032-3138.jpg", imageAlt: "Fresh ingredients"},
|
||||
{
|
||||
id: "2",
|
||||
tag: "Traditional",
|
||||
title: "Authentic Recipes",
|
||||
description: "Made using traditional Rajasthani recipes passed down through generations of our family",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg?_wi=2",
|
||||
imageAlt: "Store front",
|
||||
},
|
||||
id: "2", tag: "Traditional", title: "Authentic Recipes", description: "Made using traditional Rajasthani recipes passed down through generations of our family", imageSrc: "http://img.b2bpic.net/free-photo/china-stairs-stone-tiles-old-water_1417-577.jpg", imageAlt: "Store front"},
|
||||
{
|
||||
id: "3",
|
||||
tag: "Quick",
|
||||
title: "Fast Delivery",
|
||||
description: "Quick service for urgent orders, festivals, weddings, and bulk requirements with timely delivery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg?_wi=2",
|
||||
imageAlt: "Sweets display",
|
||||
},
|
||||
id: "3", tag: "Quick", title: "Fast Delivery", description: "Quick service for urgent orders, festivals, weddings, and bulk requirements with timely delivery", imageSrc: "http://img.b2bpic.net/free-photo/plate-colorful-cookies-macaroons-with-sprinkles-table_2831-8894.jpg", imageAlt: "Sweets display"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about our sweets, orders, and services"
|
||||
textboxLayout="default"
|
||||
faqsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do you accept bulk orders for festivals and weddings?", content: "Yes! We specialize in bulk orders for festivals, weddings, and special occasions. Please call us at least 3-5 days in advance to discuss your requirements and get a customized quote."},
|
||||
{
|
||||
id: "2", title: "What are your shop timings?", content: "We are open Monday to Sunday from 8:00 AM to 9:00 PM. During peak festival seasons, we may have extended hours. Please call us to confirm."},
|
||||
{
|
||||
id: "3", title: "How fresh are your sweets?", content: "All our sweets are made fresh daily using premium ingredients. We prepare sweets in small batches to ensure maximum freshness and quality for our customers."},
|
||||
{
|
||||
id: "4", title: "Do you deliver outside Danta Ramgarh?", content: "Yes, we deliver to nearby villages and towns. For bulk orders and deliveries outside Danta Ramgarh, please call us to arrange pickup or discuss delivery options."},
|
||||
{
|
||||
id: "5", title: "Can I order online?", content: "You can submit your order inquiry through our online form or call us directly at +919876543210 to place your order. We'll confirm and arrange payment and delivery details."},
|
||||
{
|
||||
id: "6", title: "What payment methods do you accept?", content: "We accept cash payments at our shop and WhatsApp/phone orders. For bulk orders, we can discuss payment options that work best for you."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user