Update src/app/about/page.tsx
This commit is contained in:
@@ -25,28 +25,14 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Vendors",
|
||||
id: "/vendors",
|
||||
},
|
||||
{
|
||||
name: "Classes",
|
||||
id: "/classes",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "/about",
|
||||
},
|
||||
{
|
||||
name: "Visit",
|
||||
id: "/visit",
|
||||
},
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Vendors", id: "/vendors" },
|
||||
{ name: "Classes", id: "/classes" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Visit", id: "/visit" },
|
||||
]}
|
||||
brandName="gilded nest"
|
||||
button={{ text: "Contact", href: "#footer" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -54,15 +40,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={false}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Our Mission",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/wooden-decor-floral-shop_23-2147761219.jpg",
|
||||
alt: "Mission visual",
|
||||
},
|
||||
{ type: "text", content: "Our Mission" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/wooden-decor-floral-shop_23-2147761219.jpg", alt: "Mission visual" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,20 +55,10 @@ export default function LandingPage() {
|
||||
description="The friendly faces welcoming you."
|
||||
groups={[
|
||||
{
|
||||
id: "g1",
|
||||
groupTitle: "Leadership",
|
||||
members: [
|
||||
{
|
||||
id: "m1",
|
||||
title: "Sarah Greenfield",
|
||||
subtitle: "Founder",
|
||||
detail: "Curating dreams.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cozy-room-with-beautiful-cup_169016-2283.jpg?_wi=2",
|
||||
imageAlt: "Young pretty woman in cafe",
|
||||
},
|
||||
id: "g1", groupTitle: "Leadership", members: [
|
||||
{ id: "m1", title: "Sarah Greenfield", subtitle: "Founder", detail: "Curating dreams.", imageSrc: "http://img.b2bpic.net/free-photo/young-pretty-woman-cafe_1328-2401.jpg" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -97,32 +66,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
{
|
||||
label: "Vendors",
|
||||
href: "/vendors",
|
||||
},
|
||||
{
|
||||
label: "Bookstore",
|
||||
href: "/bookstore",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Visit",
|
||||
items: [
|
||||
{
|
||||
label: "Hours & Map",
|
||||
href: "/visit",
|
||||
},
|
||||
{
|
||||
label: "Community",
|
||||
href: "/about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Shop", items: [{ label: "Vendors", href: "/vendors" }, { label: "Bookstore", href: "/bookstore" }] },
|
||||
{ title: "Visit", items: [{ label: "Hours & Map", href: "/visit" }, { label: "Community", href: "/about" }] }
|
||||
]}
|
||||
logoText="gilded nest"
|
||||
/>
|
||||
@@ -130,4 +75,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user