diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 76ec78d..75703b5 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,6 +6,7 @@ import FeatureCardEight from "@/components/sections/feature/FeatureCardEight"; import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import Link from "next/link"; +import { Award } from "lucide-react"; export default function AboutPage() { const navItems = [ @@ -109,7 +110,7 @@ export default function AboutPage() { title="Why Businesses Choose PrimeShop" description="We're committed to delivering exceptional value, unbeatable quality, and outstanding customer service on every order." tag="Our Advantages" - tagIcon="Award" + tagIcon={Award} tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} @@ -118,28 +119,28 @@ export default function AboutPage() { id: 1, title: "Extensive Product Catalog", description: "Access thousands of premium products across multiple categories. Our curated selection ensures quality and variety for every customer.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFdiJM1FPLk929hwYKwxIxUMZI/modern-icon-illustration-representing-fr-1774089871983-b964ea83.png?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFdiJM1FPLk929hwYKwxIxUMZI/modern-icon-illustration-representing-fr-1774089871983-b964ea83.png", imageAlt: "Product Catalog", }, { id: 2, title: "Reliable Fulfillment", description: "Our advanced logistics network ensures fast, accurate order fulfillment. Real-time tracking keeps customers informed every step of the way.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFdiJM1FPLk929hwYKwxIxUMZI/premium-icon-illustration-representing-m-1774089871865-39a417a8.png?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFdiJM1FPLk929hwYKwxIxUMZI/premium-icon-illustration-representing-m-1774089871865-39a417a8.png", imageAlt: "Reliable Fulfillment", }, { id: 3, title: "Dedicated Support Team", description: "Our customer service experts are available 24/7 to help with orders, returns, and any questions. We're committed to your success.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFdiJM1FPLk929hwYKwxIxUMZI/modern-customer-support-icon-illustratio-1774089872089-7cd7f34f.png?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFdiJM1FPLk929hwYKwxIxUMZI/modern-customer-support-icon-illustratio-1774089872089-7cd7f34f.png", imageAlt: "Dedicated Support", }, { id: 4, title: "Shopify Integration", description: "Seamlessly integrate with your Shopify store. Our API enables automated product syncing, inventory management, and order fulfillment.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFdiJM1FPLk929hwYKwxIxUMZI/professional-security-icon-illustration--1774089872079-e587b0cb.png?_wi=2", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BFdiJM1FPLk929hwYKwxIxUMZI/professional-security-icon-illustration--1774089872079-e587b0cb.png", imageAlt: "Shopify Integration", }, ]}