25-05-2025/New Changes

This commit is contained in:
2025-05-26 00:24:55 +02:00
parent d2281b9648
commit b19c24efc1
20 changed files with 11058 additions and 37 deletions

View File

@ -17,7 +17,7 @@ const HeroSection: React.FC<HeroSectionProps> = ({
subtitle,
buttonText,
buttonHref,
imageUrl = "/hero-bg.jpg", // Default background image
imageUrl = "/hero-bg-2.jpg", // Default background image
}) => {
return (
<section className="relative h-[70vh] md:h-[85vh] flex items-center justify-center text-center bg-gradient-to-b from-black/10 to-black/40 text-white overflow-hidden">

View File

@ -17,7 +17,7 @@ const HeroSectionDynamic: React.FC<HeroSectionProps> = ({
subtitle,
buttonText,
buttonHref,
imageUrl = "/hero-bg.jpg", // Ensure this high-quality image exists
imageUrl = "/hero-bg-2.jpg", // Ensure this high-quality image exists
}) => {
return (
<section className="relative flex items-center bg-background min-h-screen overflow-hidden">

View File

@ -17,7 +17,7 @@ const HeroSectionModern: React.FC<HeroSectionProps> = ({
subtitle,
buttonText,
buttonHref,
imageUrl = "/hero-bg.jpg", // Default background image - MAKE SURE THIS EXISTS
imageUrl = "/hero-bg-2.jpg", // Default background image - MAKE SURE THIS EXISTS
}) => {
return (
// Use min-h-screen for full viewport height adjust if needed