diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index d749fa3..eee3c06 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,8 +33,7 @@ export default function AboutPage() { const footerColumns = [ { - title: "Shop", - items: [ + title: "Shop", items: [ { label: "Coffee", href: "/products" }, { label: "Textiles", href: "/products" }, { label: "Jewelry", href: "/products" }, @@ -43,8 +42,7 @@ export default function AboutPage() { ], }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Contact Us", href: "/contact" }, { label: "Shipping Info", href: "/" }, { label: "Returns", href: "/" }, @@ -53,8 +51,7 @@ export default function AboutPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Our Story", href: "/about" }, { label: "Sustainability", href: "/" }, @@ -71,7 +68,7 @@ export default function AboutPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="large" - background="floatingGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="solid" @@ -98,6 +95,7 @@ export default function AboutPage() { imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-colleagues-working-together_23-2149636261.jpg" imageAlt="Sheger Shop Team" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -113,15 +111,10 @@ export default function AboutPage() { useInvertedBackground={false} features={[ { - id: "1", - title: "Multiple Payment Methods", - description: - "Pay securely with Telebirr, bank transfers, Visa, Mastercard, and more. We support both Ethiopian and international payment options for your convenience.", - media: { + id: "1", title: "Multiple Payment Methods", description: + "Pay securely with Telebirr, bank transfers, Visa, Mastercard, and more. We support both Ethiopian and international payment options for your convenience.", media: { imageSrc: - "http://img.b2bpic.net/free-vector/secure-payment-round-composition_1284-22115.jpg?_wi=1", - imageAlt: "Multiple Payment Methods", - }, + "http://img.b2bpic.net/free-vector/secure-payment-round-composition_1284-22115.jpg", imageAlt: "Multiple Payment Methods"}, items: [ { icon: CreditCard, text: "Telebirr & Mobile Money" }, { icon: Building, text: "Bank Transfers" }, @@ -130,15 +123,10 @@ export default function AboutPage() { reverse: false, }, { - id: "2", - title: "Secure Shopping Cart", - description: - "Add items to your cart, review selections, and proceed to checkout with advanced security features protecting your personal information.", - media: { + id: "2", title: "Secure Shopping Cart", description: + "Add items to your cart, review selections, and proceed to checkout with advanced security features protecting your personal information.", media: { imageSrc: - "http://img.b2bpic.net/free-vector/secure-payment-landing-page-concept_23-2148534119.jpg", - imageAlt: "Secure Checkout", - }, + "http://img.b2bpic.net/free-vector/secure-payment-landing-page-concept_23-2148534119.jpg", imageAlt: "Secure Checkout"}, items: [ { icon: ShoppingCart, text: "Easy Cart Management" }, { icon: Lock, text: "Encrypted Transactions" }, @@ -147,15 +135,10 @@ export default function AboutPage() { reverse: true, }, { - id: "3", - title: "Fast & Reliable Delivery", - description: - "Receive your orders quickly with our efficient logistics network. Track your shipment in real-time and get updates every step of the way.", - media: { + id: "3", title: "Fast & Reliable Delivery", description: + "Receive your orders quickly with our efficient logistics network. Track your shipment in real-time and get updates every step of the way.", media: { imageSrc: - "http://img.b2bpic.net/free-photo/van-tows-bright-orange-trailer-open-highway-towing-transport_169016-71051.jpg", - imageAlt: "Fast Delivery", - }, + "http://img.b2bpic.net/free-photo/van-tows-bright-orange-trailer-open-highway-towing-transport_169016-71051.jpg", imageAlt: "Fast Delivery"}, items: [ { icon: Truck, text: "Quick Shipping" }, { icon: MapPin, text: "Real-time Tracking" }, @@ -169,7 +152,7 @@ export default function AboutPage() {
@@ -130,7 +109,7 @@ export default function ContactPage() {