diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4e48a42..8f0cbe1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -1,11 +1,12 @@ "use client"; -import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarStyleFullscreen from "@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen"; -import AboutMetric from "@/components/sections/about/AboutMetric"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { Utensils, Users, Star, MapPin } from "lucide-react"; import Link from "next/link"; +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; +import AboutMetric from '@/components/sections/about/AboutMetric'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Utensils, Users, Star, MapPin } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -47,25 +48,6 @@ export default function AboutPage() { }, ]; - const metrics = [ - { - icon: Utensils, - label: "Years of Experience", value: "8+" - }, - { - icon: Users, - label: "Happy Customers", value: "2000+" - }, - { - icon: Star, - label: "Customer Rating", value: "4.8★" - }, - { - icon: MapPin, - label: "Locations", value: "1" - }, - ]; - return ( +
+ +
+