diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9b56335..07810aa 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,7 +11,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
-import { Building, Building2, Car, ShieldCheck } from "lucide-react";
+import { Building, Building2, Car, ShieldCheck, DoorOpen } from "lucide-react";
export default function LandingPage() {
return (
@@ -32,25 +32,15 @@ export default function LandingPage() {
@@ -59,66 +49,41 @@ export default function LandingPage() {
@@ -131,7 +96,7 @@ export default function LandingPage() {
description="Salesforce Tower is more than just a skyscraper; it's a testament to Indianapolis's growth and ambition. As the tallest building in the city, we provide premium workspace for top-tier businesses, luxury amenities, and a professional culture that stands above the rest."
subdescription="Our landmark tower offers an exceptional location on Monument Circle, connecting you to the finest restaurants, banking services, and retailers that downtown Indy has to offer."
icon={Building}
- imageSrc="http://img.b2bpic.net/free-photo/smiling-mature-businessman-standing-office-hall_1262-3105.jpg?_wi=1"
+ imageSrc="http://img.b2bpic.net/free-photo/smiling-mature-businessman-standing-office-hall_1262-3105.jpg"
imageAlt="Modern office space looking over Monument Circle"
mediaAnimation="blur-reveal"
/>
@@ -144,44 +109,23 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Downtown Hub",
- description: "Ideally positioned on Monument Circle, walk to anything.",
- bentoComponent: "map",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-spacious-studio-with-clean-layout-inviting-homey-vibe_482257-120649.jpg",
- imageAlt: "monument circle Indianapolis map graphic",
+ title: "Downtown Hub", description: "Ideally positioned on Monument Circle, walk to anything.", bentoComponent: "map"
},
{
- title: "On-Site Banking",
- description: "Chase Bank services available on the ground floor.",
- bentoComponent: "reveal-icon",
- icon: Building2,
- imageSrc: "http://img.b2bpic.net/free-photo/boston_649448-923.jpg?_wi=2",
- imageAlt: "monument circle Indianapolis map graphic",
+ title: "On-Site Banking", description: "Chase Bank services available on the ground floor.", bentoComponent: "reveal-icon", icon: Building2
},
{
- title: "Parking Info",
- description: "Safe, secure parking connected to the tower complex.",
- bentoComponent: "3d-task-list",
- items: [
+ title: "Parking Info", description: "Safe, secure parking connected to the tower complex.", bentoComponent: "3d-task-list", title: "Parking Status", items: [
{
icon: Car,
- label: "Direct Garage Access",
- time: "24/7",
- },
+ label: "Direct Garage Access", time: "24/7"},
{
icon: ShieldCheck,
- label: "High Security",
- time: "Mon-Sun",
- },
+ label: "High Security", time: "Mon-Sun"},
{
icon: DoorOpen,
- label: "Building Entrance",
- time: "Mon-Fri",
- },
- ],
- completedLabel: "Secure Access",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-standing-office-hall_1262-3105.jpg?_wi=2",
- imageAlt: "monument circle Indianapolis map graphic",
+ label: "Building Entrance", time: "Mon-Fri"},
+ ]
},
]}
title="Curated Amenities & Connectivity"
@@ -194,43 +138,20 @@ export default function LandingPage() {
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
+ animationType="slide-up"
products={[
{
- id: "p1",
- name: "Yolk Restaurant",
- price: "Dining",
- imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg",
- },
+ id: "p1", name: "Yolk Restaurant", price: "Dining", imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683453.jpg"},
{
- id: "p2",
- name: "Subway",
- price: "Casual Eats",
- imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg",
- },
+ id: "p2", name: "Subway", price: "Casual Eats", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-arranging-table-restaurant_23-2147936228.jpg"},
{
- id: "p3",
- name: "Chase Bank",
- price: "Banking",
- imageSrc: "http://img.b2bpic.net/free-photo/corporate-coworkers-discussing-marketing-strategy_482257-77600.jpg",
- },
+ id: "p3", name: "Chase Bank", price: "Banking", imageSrc: "http://img.b2bpic.net/free-photo/corporate-coworkers-discussing-marketing-strategy_482257-77600.jpg"},
{
- id: "p4",
- name: "Professional Retail",
- price: "Shopping",
- imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797674.jpg",
- },
+ id: "p4", name: "Professional Retail", price: "Shopping", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-space-with-futuristic-decor-furniture_23-2151797674.jpg"},
{
- id: "p5",
- name: "Corporate Suites",
- price: "Events",
- imageSrc: "http://img.b2bpic.net/free-photo/turnstile-entrance-subway_1339-6343.jpg",
- },
+ id: "p5", name: "Corporate Suites", price: "Events", imageSrc: "http://img.b2bpic.net/free-photo/turnstile-entrance-subway_1339-6343.jpg"},
{
- id: "p6",
- name: "Lobby Services",
- price: "Concierge",
- imageSrc: "http://img.b2bpic.net/free-photo/street-cloudy-day_23-2149397605.jpg",
- },
+ id: "p6", name: "Lobby Services", price: "Concierge", imageSrc: "http://img.b2bpic.net/free-photo/street-cloudy-day_23-2149397605.jpg"},
]}
title="World-Class Spaces & Retail"
description="From dining to event hosting, explore what Salesforce Tower provides for our community."
@@ -243,45 +164,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
- id: "1",
- title: "Elite Address",
- quote: "The prestige of Salesforce Tower has elevated our brand image significantly.",
- name: "Sarah Johnson",
- role: "CEO, TechCorp",
- imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg",
- },
+ id: "1", title: "Elite Address", quote: "The prestige of Salesforce Tower has elevated our brand image significantly.", name: "Sarah Johnson", role: "CEO, TechCorp", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-professional-posing-office_1262-21170.jpg"},
{
- id: "2",
- title: "Seamless Operations",
- quote: "Convenience is key, and having Chase and dining downstairs is unbeatable.",
- name: "Michael Chen",
- role: "Director, InnovateLab",
- imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg",
- },
+ id: "2", title: "Seamless Operations", quote: "Convenience is key, and having Chase and dining downstairs is unbeatable.", name: "Michael Chen", role: "Director, InnovateLab", imageSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-standing-window_1262-3120.jpg"},
{
- id: "3",
- title: "Exceptional Staff",
- quote: "The building management team is always accommodating and friendly.",
- name: "Emily Rodriguez",
- role: "Marketing Dir, GrowthCo",
- imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1647.jpg",
- },
+ id: "3", title: "Exceptional Staff", quote: "The building management team is always accommodating and friendly.", name: "Emily Rodriguez", role: "Marketing Dir, GrowthCo", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1647.jpg"},
{
- id: "4",
- title: "Stunning Views",
- quote: "The city views from our 30th-floor office are simply inspiring.",
- name: "David Kim",
- role: "Product Mgr, StartupXYZ",
- imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg",
- },
+ id: "4", title: "Stunning Views", quote: "The city views from our 30th-floor office are simply inspiring.", name: "David Kim", role: "Product Mgr, StartupXYZ", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg"},
{
- id: "5",
- title: "Prime Location",
- quote: "Being on Monument Circle means everything is walkable. Perfect location.",
- name: "Jessica Lee",
- role: "Partner, LawFirm",
- imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg",
- },
+ id: "5", title: "Prime Location", quote: "Being on Monument Circle means everything is walkable. Perfect location.", name: "Jessica Lee", role: "Partner, LawFirm", imageSrc: "http://img.b2bpic.net/free-photo/business-woman-standing_1187-1543.jpg"},
]}
title="What Tenants Say"
description="Hear from the professionals who call Salesforce Tower home."
@@ -293,25 +184,13 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
- id: "q1",
- title: "Where is the tower located?",
- content: "Salesforce Tower is at 111 Monument Circle, in the absolute heart of downtown Indianapolis.",
- },
+ id: "q1", title: "Where is the tower located?", content: "Salesforce Tower is at 111 Monument Circle, in the absolute heart of downtown Indianapolis."},
{
- id: "q2",
- title: "Are there parking options?",
- content: "Yes, we are connected to a major parking complex for our tenants and guests.",
- },
+ id: "q2", title: "Are there parking options?", content: "Yes, we are connected to a major parking complex for our tenants and guests."},
{
- id: "q3",
- title: "Can I host an event here?",
- content: "We offer dedicated spaces for corporate events, ceremonies, and private gatherings.",
- },
+ id: "q3", title: "Can I host an event here?", content: "We offer dedicated spaces for corporate events, ceremonies, and private gatherings."},
{
- id: "q4",
- title: "How do I inquire about leasing?",
- content: "Please fill out our contact form, and our leasing team will be in touch shortly.",
- },
+ id: "q4", title: "How do I inquire about leasing?", content: "Please fill out our contact form, and our leasing team will be in touch shortly."},
]}
sideTitle="Frequently Asked Questions"
sideDescription="Everything you need to know about our tower and leasing options."
@@ -323,8 +202,7 @@ export default function LandingPage() {