From 6a99ffd6c0b0dc4e735045acfe6fa8d5d8487d52 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:17:21 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 72 +++++++++++++++++++++++++++--------------- 1 file changed, 46 insertions(+), 26 deletions(-) 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 ( +
+ +
+