Merge version_1 into main #4
@@ -28,10 +28,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Hero", id: "hero" },
|
||||
{ name: "Stats", id: "stats" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Spaces", id: "spaces" },
|
||||
{ name: "Tenants", id: "tenants" },
|
||||
{ name: "Gallery", id: "gallery" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="The Kelly Building"
|
||||
@@ -52,10 +52,7 @@ export default function LandingPage() {
|
||||
{ name: "David K.", handle: "@KFinancial", testimonial: "The Kelly Building set a new standard.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/laptop-notepad-glasses-flowerpot-desktop-top-view_169016-52847.jpg", imageAlt: "modern private office desk" },
|
||||
{ name: "Jennifer L.", handle: "@JLawFirm", testimonial: "Prestigious and accessible for clients.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-owner-working-their-strategy_23-2149241315.jpg", imageAlt: "modern team office suite" },
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Schedule a Tour", href: "#contact" },
|
||||
{ text: "Explore Our Spaces", href: "#spaces" },
|
||||
]}
|
||||
buttons={[{ text: "Schedule a Tour", href: "#contact" }, { text: "Explore Our Spaces", href: "#spaces" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-metal-building_1122-1322.jpg"
|
||||
imageAlt="The Kelly Building exterior"
|
||||
mediaAnimation="blur-reveal"
|
||||
@@ -79,7 +76,7 @@ export default function LandingPage() {
|
||||
<div id="stats" data-section="stats">
|
||||
<MetricCardTen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="spread"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "s1", title: "30+ Years", subtitle: "Established Presence", category: "Experience", value: "Legacy" },
|
||||
|
||||
Reference in New Issue
Block a user