Merge version_1 into main #2
@@ -20,7 +20,7 @@ export default function LandingPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumLarge"
|
||||
sizing="mediumLargeSizeMediumTitles"
|
||||
background="noise"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroBillboard
|
||||
title="A Vibrant Plaza in the Heart of Panama City"
|
||||
description="Restaurants, offices, and lifestyle spaces in a central location. Prime real estate for your business."
|
||||
background={{ variant: "noise" }}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
tag="Commercial Excellence"
|
||||
tagIcon={Building2}
|
||||
tagAnimation="slide-up"
|
||||
@@ -64,7 +64,7 @@ export default function LandingPage() {
|
||||
title="About Plaza Korintho"
|
||||
description="Plaza Korintho is a centrally located commercial plaza offering a premier mix of restaurants, offices, and services. With convenient access via Avenida Ramón Arias (Vía Brasil), ample parking, and a vibrant atmosphere, it provides an excellent environment for businesses and visitors alike. Located in a high-traffic commercial zone, the plaza benefits from strong foot traffic and established business activity."
|
||||
tag="Strategic Location"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg"
|
||||
imageAlt="Plaza Korintho interior"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -109,7 +109,7 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Prime Location", description: "Located on Avenida Ramón Arias (Vía Brasil), one of Panama City's major commercial corridors with excellent visibility and accessibility from multiple directions.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg?_wi=2"},
|
||||
title: "Prime Location", description: "Located on Avenida Ramón Arias (Vía Brasil), one of Panama City's major commercial corridors with excellent visibility and accessibility from multiple directions.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Ample Parking", description: "Convenient parking facilities available for both tenants and visitors, ensuring easy access and customer satisfaction.", imageSrc: "http://img.b2bpic.net/free-photo/nature-car-paint-parkinglot-park_1112-986.jpg"},
|
||||
@@ -158,7 +158,7 @@ export default function LandingPage() {
|
||||
tag="Find Us"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/indoor-alone-corridor_1127-279.jpg"
|
||||
imageAlt="Plaza Korintho location"
|
||||
mediaPosition="left"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -220,4 +220,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user