Compare commits
3 Commits
version_25
...
version_26
| Author | SHA1 | Date | |
|---|---|---|---|
| c74227ca00 | |||
| 34667b3e39 | |||
| 3f4359dd46 |
@@ -229,58 +229,44 @@ export default function LandingPage() {
|
|||||||
</button>
|
</button>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Fixed Top Social & Contact Bar with Logo Space */}
|
{/* Fixed Top Social & Contact Bar */}
|
||||||
<div className="fixed top-0 left-0 right-0 z-50 bg-[#D4AF37] text-black py-3 px-4">
|
<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">
|
||||||
<div className="flex items-center justify-between max-w-full">
|
{/* Instagram */}
|
||||||
{/* Logo Space */}
|
<a
|
||||||
<div className="w-16 h-12 flex-shrink-0">
|
href="https://instagram.com/irentall.usa"
|
||||||
<img
|
target="_blank"
|
||||||
src="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3B5MJh3BJx339lVFA4KYjFzlzMX/uploaded-1773949161780-cc883vyf.jpg"
|
rel="noopener noreferrer"
|
||||||
alt="Irentall Logo"
|
className="hover:scale-110 transition-transform duration-300 ease-out"
|
||||||
className="w-full h-full object-contain"
|
aria-label="Follow us on Instagram"
|
||||||
/>
|
title="Follow us on Instagram @irentall.usa"
|
||||||
</div>
|
>
|
||||||
|
<Instagram className="w-6 h-6" />
|
||||||
|
</a>
|
||||||
|
|
||||||
{/* Social Icons */}
|
{/* Phone */}
|
||||||
<div className="flex items-center justify-center gap-6">
|
<a
|
||||||
{/* Instagram */}
|
href="tel:747-800-7770"
|
||||||
<a
|
className="hover:scale-110 transition-transform duration-300 ease-out"
|
||||||
href="https://instagram.com/irentall.usa"
|
aria-label="Call us"
|
||||||
target="_blank"
|
title="Call (747) 800-7770"
|
||||||
rel="noopener noreferrer"
|
>
|
||||||
className="hover:scale-110 transition-transform duration-300 ease-out"
|
<Phone className="w-6 h-6" />
|
||||||
aria-label="Follow us on Instagram"
|
</a>
|
||||||
title="Follow us on Instagram @irentall.usa"
|
|
||||||
>
|
|
||||||
<Instagram className="w-6 h-6" style={{ stroke: "#D4AF37", strokeWidth: 2 }} />
|
|
||||||
</a>
|
|
||||||
|
|
||||||
{/* Phone */}
|
{/* Google Maps */}
|
||||||
<a
|
<a
|
||||||
href="tel:747-800-7770"
|
href="https://www.google.com/maps/search/Irentall"
|
||||||
className="hover:scale-110 transition-transform duration-300 ease-out"
|
target="_blank"
|
||||||
aria-label="Call us"
|
rel="noopener noreferrer"
|
||||||
title="Call (747) 800-7770"
|
className="hover:scale-110 transition-transform duration-300 ease-out"
|
||||||
>
|
aria-label="Search Irentall on Google Maps"
|
||||||
<Phone className="w-6 h-6" style={{ stroke: "#D4AF37", strokeWidth: 2 }} />
|
title="Search Irentall on Google Maps"
|
||||||
</a>
|
>
|
||||||
|
<MapPin className="w-6 h-6" />
|
||||||
{/* Google Maps */}
|
</a>
|
||||||
<a
|
|
||||||
href="https://www.google.com/maps/search/3106+Los+Feliz+Blvd,+Los+Angeles,+CA+90039"
|
|
||||||
target="_blank"
|
|
||||||
rel="noopener noreferrer"
|
|
||||||
className="hover:scale-110 transition-transform duration-300 ease-out"
|
|
||||||
aria-label="View our location"
|
|
||||||
title="3106 Los Feliz Blvd, Los Angeles, CA 90039"
|
|
||||||
>
|
|
||||||
<MapPin className="w-6 h-6" style={{ stroke: "#D4AF37", strokeWidth: 2 }} />
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="hero" data-section="hero" className="relative z-10 mt-24">
|
<div id="hero" data-section="hero" className="relative z-10 mt-16">
|
||||||
<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