diff --git a/alimento-nextjs/app/(PublicRoutes)/page.tsx b/alimento-nextjs/app/(PublicRoutes)/page.tsx index 9ca7a53..a05c2e7 100644 --- a/alimento-nextjs/app/(PublicRoutes)/page.tsx +++ b/alimento-nextjs/app/(PublicRoutes)/page.tsx @@ -1,17 +1,39 @@ -"use client" +"use client"; -import { cn } from '@/lib/utils'; -import {Button} from '@/components/ui/button' -import {Card} from "@/components/ui/card" -import {Input} from "@/components/ui/input" -import Image from 'next/image'; -import Link from 'next/link'; -import { ShoppingCart, Truck, Award, ChevronLeft, ChevronRight } from 'lucide-react'; +import { cn } from "@/lib/utils"; +import { Button } from "@/components/ui/button"; +import { Card } from "@/components/ui/card"; +import { Input } from "@/components/ui/input"; +import Image from "next/image"; +import Link from "next/link"; +import { + ShoppingCart, + Truck, + Award, + ChevronLeft, + ChevronRight, + ChefHat, +} from "lucide-react"; +import Chatbot from "@/components/chatbot/chatbot"; +import { useState } from "react"; const services = [ - { icon: ShoppingCart, title: 'Easy to order', text: 'Our user-friendly UI makes it easier for you to order seamlessly.' }, - { icon: Truck, title: 'Safe Delivery', text: 'Assured no damage to food with our safe delivery service.' }, - { icon: Award, title: 'Best Quality', text: 'Collections of best-rated restaurants maintain our quality standards.' } + { + icon: ShoppingCart, + title: "Easy to order", + text: "Our user-friendly UI makes it easier for you to order seamlessly.", + }, + { + icon: Truck, + title: "Safe Delivery", + text: "Assured no damage to food with our safe delivery service.", + }, + { + icon: Award, + title: "Best Quality", + text: + "Collections of best-rated restaurants maintain our quality standards.", + }, ]; function ServiceSection() { @@ -20,7 +42,8 @@ function ServiceSection() { {services.map((service, index) => (
- Craving something delicious? Explore the best food around you, from local favorites to hidden gems all just a tap away! + Craving something delicious? Explore the best food around you, + from local favorites to hidden gems all just a tap away!
- “Donec euismod a mauris ornare posuere. Donec porttitor ex vitae ipsum tincidunt auctor. Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas” + “Donec euismod a mauris ornare posuere. Donec porttitor ex vitae + ipsum tincidunt auctor. Pellentesque habitant morbi tristique + senectus et netus et malesuada fames ac turpis egestas”
Delhi, India