Update src/app/about/page.tsx
This commit is contained in:
@@ -51,7 +51,7 @@ export default function AboutPage() {
|
||||
<HeroSplitKpi
|
||||
title="Our Story & Mission"
|
||||
description="Soft & Learn was founded on the belief that learning should be comfortable, accessible, and inspiring. We combine premium soft products with expert-designed courses to create an ecosystem where growth and comfort coexist."
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "plain" }}
|
||||
kpis={[
|
||||
{ value: "8+", label: "Years in Business" },
|
||||
{ value: "50,000+", label: "Community Members" },
|
||||
@@ -64,7 +64,7 @@ export default function AboutPage() {
|
||||
{ text: "Shop Now", href: "/shop" },
|
||||
{ text: "Learn More", href: "/courses" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dreamy-girl-smiling-holding-tablet-hands-looking-upper-left-corner-logo-with-tho_1258-119767.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-dreamy-girl-smiling-holding-tablet-hands-looking-upper-left-corner-logo-with-tho_1258-119767.jpg"
|
||||
imageAlt="Soft & Learn vision"
|
||||
mediaAnimation="blur-reveal"
|
||||
imagePosition="right"
|
||||
@@ -106,7 +106,7 @@ export default function AboutPage() {
|
||||
{ text: "Start Shopping", href: "/shop" },
|
||||
{ text: "Enroll in Courses", href: "/courses" },
|
||||
]}
|
||||
background={{ variant: "glowing-orb" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -119,24 +119,16 @@ export default function AboutPage() {
|
||||
socialLinks={[
|
||||
{
|
||||
icon: Facebook,
|
||||
href: "https://facebook.com/softlearn",
|
||||
ariaLabel: "Facebook",
|
||||
},
|
||||
href: "https://facebook.com/softlearn", ariaLabel: "Facebook"},
|
||||
{
|
||||
icon: Instagram,
|
||||
href: "https://instagram.com/softlearn",
|
||||
ariaLabel: "Instagram",
|
||||
},
|
||||
href: "https://instagram.com/softlearn", ariaLabel: "Instagram"},
|
||||
{
|
||||
icon: Twitter,
|
||||
href: "https://twitter.com/softlearn",
|
||||
ariaLabel: "Twitter",
|
||||
},
|
||||
href: "https://twitter.com/softlearn", ariaLabel: "Twitter"},
|
||||
{
|
||||
icon: Linkedin,
|
||||
href: "https://linkedin.com/company/softlearn",
|
||||
ariaLabel: "LinkedIn",
|
||||
},
|
||||
href: "https://linkedin.com/company/softlearn", ariaLabel: "LinkedIn"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user