diff --git a/public/friendships.png b/public/friendships.png new file mode 100644 index 0000000..54bf5b9 Binary files /dev/null and b/public/friendships.png differ diff --git a/public/web_elements_tagline.png b/public/web_elements_tagline.png new file mode 100644 index 0000000..7121b62 Binary files /dev/null and b/public/web_elements_tagline.png differ diff --git a/src/pages/Landing.js b/src/pages/Landing.js index 427e1cf..a30f9f4 100644 --- a/src/pages/Landing.js +++ b/src/pages/Landing.js @@ -7,13 +7,13 @@ import PublicFooter from '../components/PublicFooter'; const Landing = () => { // LOAF brand assets (local) - const taglineImage = `${process.env.PUBLIC_URL}/tagline-image.png`; + const taglineImage = `${process.env.PUBLIC_URL}/web_elements_tagline.png`; const shootingStar = `${process.env.PUBLIC_URL}/shooting_star_2.png`; const iconMeetGreet = `${process.env.PUBLIC_URL}/icon-meet-greet.png`; const iconSocials = `${process.env.PUBLIC_URL}/icon-socials.png`; const iconActive = `${process.env.PUBLIC_URL}/icon-active.png`; const heroLoaf = `${process.env.PUBLIC_URL}/hero-loaf.png`; - + const friendships = `${process.env.PUBLIC_URL}/friendships.png`; const InfoCard = ({ iconSrc, infoTitle, description }) => (
@@ -75,10 +75,17 @@ const Landing = () => { {/* Hero Section */} -
-
+
+ {/* Friendships background image */} +
+ Friendships +
+ {/* Blur Overlay */} +
+ {/* Left column Loaf Image */} +
- LOAF + LOAF
@@ -91,8 +98,9 @@ const Landing = () => { LOAF is supported by the Hollyfield Foundation

-
- LOAF Tagline + {/* Right Column Loaf Tagline */} +
+ LOAF Tagline