Compare commits
7 Commits
version_23
...
version_26
| Author | SHA1 | Date | |
|---|---|---|---|
| c74227ca00 | |||
| 34667b3e39 | |||
| 3f4359dd46 | |||
| 30c0b01057 | |||
| 0b84fe33a3 | |||
| 970fa3fbea | |||
| 9807ee790c |
@@ -1,7 +1,6 @@
|
|||||||
"use client";
|
"use client";
|
||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarStyleCentered from "@/components/navbar/NavbarStyleCentered/NavbarStyleCentered";
|
|
||||||
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel";
|
||||||
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
import FeatureCardSixteen from "@/components/sections/feature/FeatureCardSixteen";
|
||||||
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen";
|
||||||
@@ -231,7 +230,7 @@ export default function LandingPage() {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Fixed Top Social & Contact Bar */}
|
{/* Fixed Top Social & Contact Bar */}
|
||||||
<div className="fixed top-0 left-0 right-0 z-50 bg-gradient-to-r from-[var(--primary-cta)] to-[var(--primary-cta)] text-[var(--primary-cta-text)] py-3 px-4 flex items-center justify-center gap-6">
|
<div className="fixed top-0 left-0 right-0 z-50 bg-[#D4AF37] text-black py-3 px-4 flex items-center justify-center gap-6">
|
||||||
{/* Instagram */}
|
{/* Instagram */}
|
||||||
<a
|
<a
|
||||||
href="https://instagram.com/irentall.usa"
|
href="https://instagram.com/irentall.usa"
|
||||||
@@ -256,28 +255,18 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
{/* Google Maps */}
|
{/* Google Maps */}
|
||||||
<a
|
<a
|
||||||
href="https://www.google.com/maps/search/3106+Los+Feliz+Blvd,+Los+Angeles,+CA+90039"
|
href="https://www.google.com/maps/search/Irentall"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noopener noreferrer"
|
rel="noopener noreferrer"
|
||||||
className="hover:scale-110 transition-transform duration-300 ease-out"
|
className="hover:scale-110 transition-transform duration-300 ease-out"
|
||||||
aria-label="View our location"
|
aria-label="Search Irentall on Google Maps"
|
||||||
title="3106 Los Feliz Blvd, Los Angeles, CA 90039"
|
title="Search Irentall on Google Maps"
|
||||||
>
|
>
|
||||||
<MapPin className="w-6 h-6" />
|
<MapPin className="w-6 h-6" />
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="nav" data-section="nav" className="relative z-20 mt-16">
|
<div id="hero" data-section="hero" className="relative z-10 mt-16">
|
||||||
<NavbarStyleCentered
|
|
||||||
brandName=""
|
|
||||||
navItems={[]}
|
|
||||||
button={{
|
|
||||||
text: "Call Now", href: "tel:747-800-7770"
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="hero" data-section="hero" className="relative z-10">
|
|
||||||
<HeroSplitDoubleCarousel
|
<HeroSplitDoubleCarousel
|
||||||
title="Find Your Perfect Wedding Dress in Los Angeles"
|
title="Find Your Perfect Wedding Dress in Los Angeles"
|
||||||
description="Personalized bridal styling with a curated collection of stunning gowns. Our expert team will guide you through every moment of your journey to find the dress of your dreams."
|
description="Personalized bridal styling with a curated collection of stunning gowns. Our expert team will guide you through every moment of your journey to find the dress of your dreams."
|
||||||
|
|||||||
Reference in New Issue
Block a user