diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 2c41b3d..0e89854 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -8,7 +8,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TeamCardFive from '@/components/sections/team/TeamCardFive'; -import { Sparkles, Users } from "lucide-react"; +import { Brush, Sparkles, Users } from "lucide-react"; export default function LandingPage() { return ( @@ -29,31 +29,17 @@ export default function LandingPage() { @@ -66,22 +52,16 @@ export default function LandingPage() { description="Kings Arts began with a simple vision: to create a haven where artists could find everything they needed to bring their visions to life. From humble beginnings as a small local gallery, we've grown into a vibrant community hub, dedicated to fostering artistic expression and supporting creators at every level. We believe in the power of art to transform lives and connect communities." bulletPoints={[ { - title: "Our Mission", - description: "To cultivate creativity by providing premium art supplies, exquisite artworks, and enriching educational experiences.", - icon: Brush, + title: "Our Mission", description: "To cultivate creativity by providing premium art supplies, exquisite artworks, and enriching educational experiences.", icon: Brush, }, { - title: "Our Values", - description: "Passion, Quality, Community, and Inspiration guide everything we do, ensuring an unparalleled artistic journey for all.", - icon: Sparkles, + title: "Our Values", description: "Passion, Quality, Community, and Inspiration guide everything we do, ensuring an unparalleled artistic journey for all.", icon: Sparkles, }, { - title: "Community Focus", - description: "We actively support local artists and host events that bring the vibrant art community together.", - icon: Users, + title: "Community Focus", description: "We actively support local artists and host events that bring the vibrant art community together.", icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/top-view-assortment-paint-pencils_23-2148662973.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/top-view-assortment-paint-pencils_23-2148662973.jpg" imageAlt="Bright art studio with painting supplies" mediaAnimation="slide-up" /> @@ -89,37 +69,18 @@ export default function LandingPage() {
@@ -157,12 +109,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Local Art Guild", - "Creative Hub Studios", - "Articulate Academy", - "Gallery X", - "The Modern Canvas", - ]} + "Local Art Guild", "Creative Hub Studios", "Articulate Academy", "Gallery X", "The Modern Canvas"]} title="Trusted by Artists & Institutions" description="We're proud to be the preferred choice for leading art schools, professional artists, and creative organizations, providing quality and inspiration." showCard={true} @@ -173,62 +120,37 @@ export default function LandingPage() {