Update src/app/about/page.tsx
This commit is contained in:
@@ -7,7 +7,7 @@ import FeatureCardTwentyThree from "@/components/sections/feature/FeatureCardTwe
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterBase from "@/components/sections/footer/FooterBase";
|
||||
import Link from "next/link";
|
||||
import { Heart, Paw, MessageCircle } from "lucide-react";
|
||||
import { Heart, Star, MessageCircle } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -17,7 +17,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="medium"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="layered-gradient"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -33,9 +33,7 @@ export default function AboutPage() {
|
||||
{ name: "Location", id: "/location" },
|
||||
]}
|
||||
button={{
|
||||
text: "WhatsApp",
|
||||
href: "https://wa.me/1234567890",
|
||||
}}
|
||||
text: "WhatsApp", href: "https://wa.me/1234567890"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -43,13 +41,13 @@ export default function AboutPage() {
|
||||
<div id="about" data-section="about">
|
||||
<TestimonialAboutCard
|
||||
tag="About Us"
|
||||
tagIcon={Paw}
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
title="Animal Park is dedicated to the wellbeing and happiness of every pet."
|
||||
description="Founded in 2015"
|
||||
subdescription="Your Trusted Pet Care Partner"
|
||||
icon={Heart}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-woman-looking-their-dog-bedroom_23-2147840131.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-man-woman-looking-their-dog-bedroom_23-2147840131.jpg"
|
||||
imageAlt="Animal Park store interior"
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -60,26 +58,14 @@ export default function AboutPage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Quality First",
|
||||
tags: ["Premium Selection", "Trusted Brands"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149500959.jpg?_wi=2",
|
||||
imageAlt: "Quality pet products",
|
||||
},
|
||||
id: "1", title: "Quality First", tags: ["Premium Selection", "Trusted Brands"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supermarket-banner-with-various-items_23-2149500959.jpg", imageAlt: "Quality pet products"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Expert Guidance",
|
||||
tags: ["Knowledgeable Staff", "Pet Care Tips"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-female-avatar-circular_1262-3048.jpg",
|
||||
imageAlt: "Our expert team",
|
||||
},
|
||||
id: "2", title: "Expert Guidance", tags: ["Knowledgeable Staff", "Pet Care Tips"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friendly-female-avatar-circular_1262-3048.jpg", imageAlt: "Our expert team"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Community Care",
|
||||
tags: ["Pet Wellness", "Customer Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-cat-together-playing_23-2149478814.jpg",
|
||||
imageAlt: "Pet community",
|
||||
},
|
||||
id: "3", title: "Community Care", tags: ["Pet Wellness", "Customer Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-dog-cat-together-playing_23-2149478814.jpg", imageAlt: "Pet community"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
title="Our Core Values"
|
||||
@@ -98,13 +84,9 @@ export default function AboutPage() {
|
||||
description="Visit us in person or contact our team to discover more about Animal Park's mission to care for your beloved pets."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact on WhatsApp",
|
||||
href: "https://wa.me/1234567890",
|
||||
},
|
||||
text: "Contact on WhatsApp", href: "https://wa.me/1234567890"},
|
||||
{
|
||||
text: "Visit Our Store",
|
||||
href: "/location",
|
||||
},
|
||||
text: "Visit Our Store", href: "/location"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "radial-gradient" }}
|
||||
@@ -118,8 +100,7 @@ export default function AboutPage() {
|
||||
copyrightText="© 2025 Animal Park. All rights reserved."
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{ label: "Dog Products", href: "/products" },
|
||||
{ label: "Cat Products", href: "/products" },
|
||||
{ label: "Small Animal Care", href: "/products" },
|
||||
@@ -127,8 +108,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Store Locations", href: "/location" },
|
||||
{ label: "Contact Us", href: "https://wa.me/1234567890" },
|
||||
@@ -136,8 +116,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Follow Us",
|
||||
items: [
|
||||
title: "Follow Us", items: [
|
||||
{ label: "Facebook", href: "https://facebook.com" },
|
||||
{ label: "Instagram", href: "https://instagram.com" },
|
||||
{ label: "Twitter", href: "https://twitter.com" },
|
||||
|
||||
Reference in New Issue
Block a user