diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 516d63a..a50dc49 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,9 +6,9 @@ import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwent import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import { Utensils } from "lucide-react"; +import { Utensils, Beef, Leaf, Scroll, Sparkles } from "lucide-react"; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -67,34 +50,10 @@ export default function LandingPage() { title="Our Values" description="Quality, Community, and Passion define us." features={[ - { - title: "Premium Meats", - description: "Only the best cuts.", - buttonIcon: "Beef", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039399.jpg?_wi=1", - imageAlt: "Assortment with delicious high protein vegan meal", - }, - { - title: "Fresh Vegetables", - description: "Daily arrivals.", - buttonIcon: "Leaf", - imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg?_wi=3", - imageAlt: "Assortment with delicious high protein vegan meal", - }, - { - title: "Traditional Recipes", - description: "Authentic taste.", - buttonIcon: "Scroll", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg?_wi=3", - imageAlt: "Assortment with delicious high protein vegan meal", - }, - { - title: "Modern Approach", - description: "Reinventing the classics.", - buttonIcon: "Sparkles", - imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg?_wi=3", - imageAlt: "Assortment with delicious high protein vegan meal", - }, + { title: "Premium Meats", description: "Only the best cuts.", buttonIcon: Beef, imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-high-protein-vegan-meal_23-2149039399.jpg", imageAlt: "Assortment with delicious high protein vegan meal" }, + { title: "Fresh Vegetables", description: "Daily arrivals.", buttonIcon: Leaf, imageSrc: "http://img.b2bpic.net/free-photo/shaurma-roasted-potatoes-dip-dressing_114579-1139.jpg", imageAlt: "Assortment with delicious high protein vegan meal" }, + { title: "Traditional Recipes", description: "Authentic taste.", buttonIcon: Scroll, imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-vegetable-salad-consists-tomatoes-olives-peppers-dark-background-health-diet-meal-snack-salad_140725-96827.jpg", imageAlt: "Assortment with delicious high protein vegan meal" }, + { title: "Modern Approach", description: "Reinventing the classics.", buttonIcon: Sparkles, imageSrc: "http://img.b2bpic.net/free-photo/sadj-with-various-sliced-vegetables-meat_140725-3816.jpg", imageAlt: "Assortment with delicious high protein vegan meal" }, ]} /> @@ -103,36 +62,8 @@ export default function LandingPage() { diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 450b389..69dd473 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -6,8 +6,9 @@ import ContactCenter from '@/components/sections/contact/ContactCenter'; import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import { MapPin, Car, Clock, Truck } from "lucide-react"; -export default function LandingPage() { +export default function ContactPage() { return ( @@ -49,9 +33,7 @@ export default function LandingPage() {
@@ -101,36 +59,8 @@ export default function LandingPage() { diff --git a/src/app/page.tsx b/src/app/page.tsx index a170d3a..a685255 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboa import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import { ChefHat, Zap, Smile, ShieldCheck } from "lucide-react"; export default function LandingPage() { return ( @@ -28,22 +29,9 @@ export default function LandingPage() {