diff --git a/src/app/page.tsx b/src/app/page.tsx
index aaf2ac3..967da0f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,6 +8,9 @@ import ProductCardOne from "@/components/sections/product/ProductCardOne";
import TestimonialCardThirteen from "@/components/sections/testimonial/TestimonialCardThirteen";
import SocialProofOne from "@/components/sections/socialProof/SocialProofOne";
import SplitAbout from "@/components/sections/about/SplitAbout";
+import PricingCardEight from "@/components/sections/pricing/PricingCardEight";
+import BlogCardOne from "@/components/sections/blog/BlogCardOne";
+import ContactFaq from "@/components/sections/contact/ContactFaq";
import FooterCard from "@/components/sections/footer/FooterCard";
import Link from "next/link";
import {
@@ -21,6 +24,7 @@ import {
Instagram,
Facebook,
MessageCircle,
+ MapPin,
} from "lucide-react";
export default function HomePage() {
@@ -49,9 +53,7 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" },
]}
button={{
- text: "Order Online",
- href: "#order-cta",
- }}
+ text: "Order Online", href: "#order-cta"}}
/>
@@ -60,7 +62,7 @@ export default function HomePage() {
@@ -290,27 +192,19 @@ export default function HomePage() {
description="A cozy and modern café dedicated to quality food, premium beverages, and creating memorable experiences in the heart of Prahlad Nagar."
bulletPoints={[
{
- title: "Our Story",
- description: "Founded to bring specialty sandwiches, authentic teas, and handcrafted coffee to Ahmedabad. We believe in quality, freshness, and customer satisfaction.",
- icon: History,
+ title: "Our Story", description: "Founded to bring specialty sandwiches, authentic teas, and handcrafted coffee to Ahmedabad. We believe in quality, freshness, and customer satisfaction.", icon: History,
},
{
- title: "Premium Ingredients",
- description: "Every sandwich is made with fresh vegetables, quality bread, and premium fillings. All beverages use specialty-sourced beans and leaves.",
- icon: Leaf,
+ title: "Premium Ingredients", description: "Every sandwich is made with fresh vegetables, quality bread, and premium fillings. All beverages use specialty-sourced beans and leaves.", icon: Leaf,
},
{
- title: "Welcoming Atmosphere",
- description: "A relaxing space perfect for work, study, meetings, or simply enjoying time with friends. Reliable Wi-Fi and comfortable seating included.",
- icon: Smile,
+ title: "Welcoming Atmosphere", description: "A relaxing space perfect for work, study, meetings, or simply enjoying time with friends. Reliable Wi-Fi and comfortable seating included.", icon: Smile,
},
{
- title: "Expert Team",
- description: "Our baristas and staff are trained to prepare every item with care and expertise, ensuring consistent quality every time you visit.",
- icon: Users,
+ title: "Expert Team", description: "Our baristas and staff are trained to prepare every item with care and expertise, ensuring consistent quality every time you visit.", icon: Users,
},
]}
- imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rhep8a&_wi=1"
+ imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rhep8a"
imageAlt="Slices N Tea Café interior and team"
imagePosition="right"
mediaAnimation="slide-up"
@@ -319,6 +213,80 @@ export default function HomePage() {
/>
+ {/* Menu Showcase Section */}
+