diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 66d1548..c66e7f5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Gauge, Sparkles } from "lucide-react"; +import { Gauge, Sparkles, Leaf, Coffee } from "lucide-react"; export default function LandingPage() { return ( @@ -29,29 +29,17 @@ export default function LandingPage() { @@ -122,23 +98,11 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "1", - name: "Aman Sharma", - role: "Head Barista", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg?_wi=1", - }, + id: "1", name: "Aman Sharma", role: "Head Barista", imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg"}, { - id: "2", - name: "Priya Singh", - role: "Executive Chef", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg?_wi=1", - }, + id: "2", name: "Priya Singh", role: "Executive Chef", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg"}, { - id: "3", - name: "Rahul Kumar", - role: "Operations Manager", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg?_wi=1", - }, + id: "3", name: "Rahul Kumar", role: "Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg"}, ]} title="Meet the Heart Behind Our Cafe" description="Our dedicated team works tirelessly to ensure every guest enjoys a memorable experience, from the first greeting to the last bite." @@ -152,37 +116,17 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "Anjali Mehta", - handle: "@anjalifoodie", - testimonial: "Absolutely delightful! The best coffee in town and such a cozy spot to unwind. The staff are incredibly friendly too.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg?_wi=2", - }, + id: "1", name: "Anjali Mehta", handle: "@anjalifoodie", testimonial: "Absolutely delightful! The best coffee in town and such a cozy spot to unwind. The staff are incredibly friendly too.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-pretty-woman-showing-ok-sign_1262-2368.jpg"}, { - id: "2", - name: "Vikram Patel", - handle: "@vikram_eats", - testimonial: "CHHAV CAFE is my go-to for breakfast. Their menu is creative, and everything tastes so fresh. Highly recommend!", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg?_wi=2", - }, + id: "2", name: "Vikram Patel", handle: "@vikram_eats", testimonial: "CHHAV CAFE is my go-to for breakfast. Their menu is creative, and everything tastes so fresh. Highly recommend!", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-joyful-young-caucasian-man-looking-camera-smiling-isolated-orange-background_141793-78027.jpg"}, { - id: "3", - name: "Sneha Reddy", - handle: "@sneha_reads", - testimonial: "A perfect place to read and enjoy a quiet moment. The ambiance is calming, and their chai is simply heavenly.", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg", - }, + id: "3", name: "Sneha Reddy", handle: "@sneha_reads", testimonial: "A perfect place to read and enjoy a quiet moment. The ambiance is calming, and their chai is simply heavenly.", rating: 4, + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-beautiful-woman-student-sitting-cafe-with-books-magazines-smiling-holding-phone-thinking_176420-12422.jpg"}, { - id: "4", - name: "Karan Joshi", - handle: "@karan_reviews", - testimonial: "Came here with friends and had a fantastic time! Great food, good music, and a really vibrant atmosphere.", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg?_wi=2", - }, + id: "4", name: "Karan Joshi", handle: "@karan_reviews", testimonial: "Came here with friends and had a fantastic time! Great food, good music, and a really vibrant atmosphere.", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-enjoying-time-together_23-2148395433.jpg"}, ]} showRating={true} title="Hear From Our Valued Guests" @@ -194,58 +138,35 @@ export default function LandingPage() { @@ -125,7 +95,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "D", + title: "Delicious Food", description: "Explore our wide range of freshly prepared dishes, from savory snacks to hearty meals.", icon: Utensils, + mediaItems: [ + { + imageSrc: "http://img.b2bpic.net/free-photo/delicious-homemade-sandwich-fork-ketchup-fries-black-board-gray-isolated-surface_179666-42491.jpg", imageAlt: "Delicious sandwich combo"}, + { + imageSrc: "http://img.b2bpic.net/free-photo/side-view-crackers-bowls-blue-cloth-horizontal_176474-1069.jpg", imageAlt: "Assorted fried snacks"}, + ], }, ]} title="Our Special Offerings"