Update src/app/apartments/page.tsx
This commit is contained in:
@@ -7,20 +7,28 @@ import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
|
||||
export default function ApartmentsPage() {
|
||||
return (
|
||||
<ThemeProvider>
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="AirPro HVAC"
|
||||
navItems={[{ name: "Apartments", id: "/apartments" }, { name: "Hotels", id: "/hotels" }, { name: "Rentals", id: "/rentals" }, { name: "Home", id: "/" }]}
|
||||
/>
|
||||
<FeatureCardOne
|
||||
title="Apartment Listings"
|
||||
description="Browse our selection of premium apartments available for climate-controlled living."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
features={[{ title: "Modern Studio", description: "High efficiency AC included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg" }]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
/>
|
||||
<FooterMedia logoText="AirPro HVAC" columns={[]} />
|
||||
<ThemeProvider defaultButtonVariant="hover-magnetic" defaultTextAnimation="entrance-slide" borderRadius="rounded" contentWidth="medium" sizing="medium" background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="gradient" secondaryButtonStyle="glass" headingFontWeight="normal">
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="AirPro HVAC"
|
||||
navItems={[{ name: "Apartments", id: "/apartments" }, { name: "Hotels", id: "/hotels" }, { name: "Rentals", id: "/rentals" }, { name: "Home", id: "/" }]}
|
||||
button={{ text: "Get Started", href: "/contact" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardOne
|
||||
title="Apartment Listings"
|
||||
description="Browse our selection of premium apartments available for climate-controlled living."
|
||||
textboxLayout="default"
|
||||
animationType="slide-up"
|
||||
features={[{ title: "Modern Studio", description: "High efficiency AC included", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/img-4.jpg" }]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia logoText="AirPro HVAC" columns={[]} videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/hvac/video-1.mp4" />
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user