<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Amanda's Spring Market โ€“ May 2, 2026 | The Amanda Hill Team</title>
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Nunito:wght@400;600;700;800&family=Playfair+Display:wght@400;700&display=swap" rel="stylesheet" />
<style>
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
--cream: #f5f0e8;
--cream-mid: #ede7d9;
--warm-white: #fdfaf5;
--brown: #3a2e22;
--brown-mid: #6b5744;
--pink: #f2b8c0;
--lavender: #c5b8e0;
--yellow: #f0d97a;
--blue: #a8c8e0;
--sage: #a8c8a0;
}
body {
font-family: 'Nunito', sans-serif;
background: var(--cream);
color: var(--brown);
line-height: 1.6;
}
/* NAV */
.site-nav {
background: #fff;
border-bottom: 1px solid #e8e0d0;
padding: 12px 32px;
display: flex;
align-items: center;
justify-content: space-between;
}
.nav-logo {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
color: var(--brown);
}
.nav-logo img {
height: 42px;
width: 42px;
border-radius: 50%;
}
.nav-logo-text {
font-family: 'Playfair Display', serif;
font-size: .95rem;
font-weight: 700;
line-height: 1.2;
}
.nav-logo-text small {
display: block;
font-family: 'Nunito', sans-serif;
font-size: .68rem;
font-weight: 700;
letter-spacing: .1em;
text-transform: uppercase;
color: var(--brown-mid);
}
.nav-back {
font-size: .78rem;
font-weight: 700;
letter-spacing: .08em;
text-transform: uppercase;
color: var(--brown-mid);
text-decoration: none;
}
.nav-back:hover { text-decoration: underline; }
/* HERO */
.hero {
background: var(--warm-white);
position: relative;
overflow: hidden;
padding: 54px 24px 44px;
text-align: center;
border-bottom: 2px solid var(--cream-mid);
}
.hero-florals {
position: absolute;
inset: 0;
pointer-events: none;
}
.hero-invite {
position: relative;
font-size: .8rem;
font-weight: 800;
letter-spacing: .18em;
text-transform: uppercase;
color: var(--brown);
margin-bottom: 8px;
}
.hero-title {
position: relative;
font-family: 'Dancing Script', cursive;
font-size: clamp(3rem, 9vw, 6.2rem);
color: var(--brown);
line-height: 1.05;
margin-bottom: 30px;
}
.date-banner {
position: relative;
background: var(--cream-mid);
border-radius: 12px;
display: inline-grid;
grid-template-columns: 1fr auto 1fr;
align-items: center;
padding: 20px 32px;
margin-bottom: 28px;
max-width: 480px;
width: 100%;
}
.date-col { text-align: center; }
.date-col.center {
border-left: 1.5px solid #c8beae;
border-right: 1.5px solid #c8beae;
padding: 0 28px;
margin: 0 4px;
}
.date-label {
font-size: .68rem;
font-weight: 800;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--brown-mid);
display: block;
}
.date-value {
font-family: 'Playfair Display', serif;
font-size: 1.15rem;
font-weight: 700;
color: var(--brown);
display: block;
white-space: nowrap;
}
.date-big {
font-family: 'Playfair Display', serif;
font-size: 3rem;
font-weight: 700;
line-height: 1;
color: var(--brown);
display: block;
}
.hero-tagline {
position: relative;
font-size: 1rem;
color: var(--brown-mid);
max-width: 540px;
margin: 0 auto 22px;
font-weight: 600;
}
.hero-location {
position: relative;
font-size: .82rem;
font-weight: 800;
letter-spacing: .1em;
text-transform: uppercase;
color: var(--brown);
}
.hero-location span {
display: block;
color: var(--brown-mid);
font-weight: 600;
letter-spacing: normal;
text-transform: none;
font-size: .88rem;
margin-top: 2px;
}
/* HIGHLIGHTS */
.highlights {
background: var(--warm-white);
border-top: 1px solid #e8e0d0;
border-bottom: 1px solid #e8e0d0;
padding: 28px 24px;
}
.highlights-inner {
max-width: 860px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
gap: 10px;
justify-content: center;
}
.pill {
display: flex;
align-items: center;
gap: 7px;
background: var(--cream);
border: 1.5px solid #d8cfc0;
border-radius: 50px;
padding: 8px 16px;
font-size: .86rem;
font-weight: 700;
color: var(--brown);
}
.pill .icon { display: flex; align-items: center; flex-shrink: 0; }
.pill .icon svg { width: 15px; height: 15px; }
/* SVG icons in info cells */
.ic-icon { margin-bottom: 10px; display: flex; justify-content: center; }
.ic-icon svg { width: 28px; height: 28px; }
/* VENDORS */
.section {
max-width: 860px;
margin: 0 auto;
padding: 48px 24px;
}
.section-title {
font-family: 'Dancing Script', cursive;
font-size: 2.4rem;
color: var(--brown);
margin-bottom: 4px;
}
.section-subtitle {
font-size: .76rem;
font-weight: 800;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--brown-mid);
margin-bottom: 22px;
}
.vendor-count {
display: inline-flex;
align-items: center;
gap: 6px;
background: var(--cream-mid);
border-radius: 50px;
padding: 5px 14px;
font-size: .78rem;
font-weight: 800;
letter-spacing: .04em;
color: var(--brown-mid);
margin-bottom: 20px;
}
.vendors-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
gap: 10px;
}
.vendor-card {
background: var(--warm-white);
border: 1.5px solid #e0d8c8;
border-radius: 10px;
padding: 13px 15px;
display: flex;
align-items: center;
gap: 10px;
font-size: .86rem;
font-weight: 700;
color: var(--brown);
transition: border-color .2s, transform .15s, box-shadow .15s;
}
.vendor-card:hover {
border-color: #b8a898;
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(58,46,34,.08);
}
.vendor-dot {
width: 8px; height: 8px;
border-radius: 50%;
flex-shrink: 0;
}
.vendor-card:nth-child(4n+1) .vendor-dot { background: var(--pink); }
.vendor-card:nth-child(4n+2) .vendor-dot { background: var(--sage); }
.vendor-card:nth-child(4n+3) .vendor-dot { background: var(--lavender); }
.vendor-card:nth-child(4n+0) .vendor-dot { background: var(--yellow); }
/* INFO ROW */
.info-row {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
gap: 1px;
background: #e0d8c8;
border-top: 1px solid #e0d8c8;
border-bottom: 1px solid #e0d8c8;
}
.info-cell {
background: var(--warm-white);
padding: 26px 20px;
text-align: center;
}
.ic-label {
font-size: .66rem;
font-weight: 800;
letter-spacing: .14em;
text-transform: uppercase;
color: var(--brown-mid);
margin-bottom: 4px;
}
.ic-value {
font-weight: 700;
font-size: .92rem;
color: var(--brown);
}
.ic-value small {
display: block;
font-size: .76rem;
font-weight: 600;
color: var(--brown-mid);
margin-top: 2px;
}
/* CTA */
.cta-block {
background: var(--brown);
color: #fff;
text-align: center;
padding: 54px 24px;
position: relative;
overflow: hidden;
}
.cta-block::before {
content: '';
position: absolute; inset: 0;
background: radial-gradient(ellipse 70% 80% at 50% 50%, rgba(255,255,255,.04), transparent 70%);
}
.cta-title {
position: relative;
font-family: 'Dancing Script', cursive;
font-size: 2.8rem;
margin-bottom: 10px;
}
.cta-sub {
position: relative;
font-size: .9rem;
font-weight: 600;
opacity: .72;
max-width: 420px;
margin: 0 auto 26px;
}
.cta-btn {
position: relative;
display: inline-block;
background: var(--cream);
color: var(--brown);
font-family: 'Nunito', sans-serif;
font-size: .86rem;
font-weight: 800;
letter-spacing: .1em;
text-transform: uppercase;
text-decoration: none;
padding: 14px 36px;
border-radius: 50px;
transition: background .2s, transform .15s;
}
.cta-btn:hover { background: #fff; transform: translateY(-2px); }
.cta-note {
position: relative;
margin-top: 14px;
font-size: .74rem;
opacity: .5;
font-weight: 600;
}
/* FOOTER */
.footer {
background: #2c2318;
color: rgba(255,255,255,.55);
text-align: center;
padding: 26px 24px;
font-size: .76rem;
font-weight: 600;
}
.footer-logo {
font-family: 'Playfair Display', serif;
font-size: 1rem;
color: #fff;
margin-bottom: 5px;
}
.footer a { color: rgba(255,255,255,.75); text-decoration: none; }
.footer a:hover { color: #fff; }
@media (max-width: 580px) {
.date-banner { grid-template-columns: 1fr; gap: 14px; }
.date-col.center {
border: none;
border-top: 1.5px solid #c8beae;
border-bottom: 1.5px solid #c8beae;
padding: 14px 0;
margin: 0;
}
.vendors-grid { grid-template-columns: 1fr 1fr; }
.site-nav { padding: 12px 16px; }
}
</style>
</head>
<body>
<!-- NAV -->
<nav class="site-nav">
<a href="https://theamandahillteam.com" class="nav-logo">
<img src="https://theamandahillteam.com/wp-content/uploads/2023/01/AHT-133x133.png" alt="The Amanda Hill Team" />
<div class="nav-logo-text">
The Amanda Hill Team
<small>Bray Real Estate ยท Grand Junction, CO</small>
</div>
</a>
<a href="https://theamandahillteam.com" class="nav-back">โ† Back to Site</a>
</nav>
<!-- HERO -->
<section class="hero">
<!-- pastel floral decorations -->
<div class="hero-florals">
<svg width="100%" height="100%" viewBox="0 0 1200 430" preserveAspectRatio="xMidYMid slice" xmlns="http://www.w3.org/2000/svg" style="position:absolute;inset:0;">
<!-- shopping bag outlines -->
<g opacity=".16" stroke="#8b7355" stroke-width="1.8" fill="none">
<rect x="26" y="55" width="56" height="66" rx="5"/>
<path d="M41 55 C41 38 71 38 71 55"/>
<circle cx="54" cy="98" r="5" fill="#8b7355" opacity=".5" stroke="none"/>
<rect x="10" y="295" width="50" height="60" rx="5"/>
<path d="M24 295 C24 280 48 280 48 295"/>
<rect x="1112" y="38" width="56" height="66" rx="5"/>
<path d="M1127 38 C1127 21 1157 21 1157 38"/>
<rect x="1130" y="305" width="50" height="60" rx="5"/>
<path d="M1144 305 C1144 290 1168 290 1168 305"/>
<rect x="1058" y="162" width="46" height="56" rx="5"/>
<path d="M1071 162 C1071 147 1093 147 1093 162"/>
<rect x="80" y="340" width="42" height="52" rx="5"/>
<path d="M92 340 C92 326 112 326 112 340"/>
</g>
<!-- pink flower TL -->
<g transform="translate(92,32)">
<ellipse cx="0" cy="-15" rx="7" ry="10" fill="#f2b8c0" opacity=".75"/>
<ellipse cx="13" cy="-7" rx="7" ry="10" fill="#f2b8c0" opacity=".75" transform="rotate(60 13 -7)"/>
<ellipse cx="13" cy="7" rx="7" ry="10" fill="#f2b8c0" opacity=".75" transform="rotate(120 13 7)"/>
<ellipse cx="0" cy="15" rx="7" ry="10" fill="#f2b8c0" opacity=".75"/>
<ellipse cx="-13" cy="7" rx="7" ry="10" fill="#f2b8c0" opacity=".75" transform="rotate(60 -13 7)"/>
<ellipse cx="-13" cy="-7" rx="7" ry="10" fill="#f2b8c0" opacity=".75" transform="rotate(120 -13 -7)"/>
<circle cx="0" cy="0" r="7" fill="#f9e87a" opacity=".95"/>
</g>
<!-- lavender flower top center-left -->
<g transform="translate(320,20)">
<ellipse cx="0" cy="-13" rx="6" ry="9" fill="#c5b8e0" opacity=".7"/>
<ellipse cx="11" cy="-6" rx="6" ry="9" fill="#c5b8e0" opacity=".7" transform="rotate(60 11 -6)"/>
<ellipse cx="11" cy="6" rx="6" ry="9" fill="#c5b8e0" opacity=".7" transform="rotate(120 11 6)"/>
<ellipse cx="0" cy="13" rx="6" ry="9" fill="#c5b8e0" opacity=".7"/>
<ellipse cx="-11" cy="6" rx="6" ry="9" fill="#c5b8e0" opacity=".7" transform="rotate(60 -11 6)"/>
<ellipse cx="-11" cy="-6" rx="6" ry="9" fill="#c5b8e0" opacity=".7" transform="rotate(120 -11 -6)"/>
<circle cx="0" cy="0" r="6" fill="#f9e87a" opacity=".95"/>
</g>
<!-- yellow flower TR -->
<g transform="translate(1058,28)">
<ellipse cx="0" cy="-14" rx="7" ry="10" fill="#f0d97a" opacity=".75"/>
<ellipse cx="12" cy="-7" rx="7" ry="10" fill="#f0d97a" opacity=".75" transform="rotate(60 12 -7)"/>
<ellipse cx="12" cy="7" rx="7" ry="10" fill="#f0d97a" opacity=".75" transform="rotate(120 12 7)"/>
<ellipse cx="0" cy="14" rx="7" ry="10" fill="#f0d97a" opacity=".75"/>
<ellipse cx="-12" cy="7" rx="7" ry="10" fill="#f0d97a" opacity=".75" transform="rotate(60 -12 7)"/>
<ellipse cx="-12" cy="-7" rx="7" ry="10" fill="#f0d97a" opacity=".75" transform="rotate(120 -12 -7)"/>
<circle cx="0" cy="0" r="7" fill="#fff" opacity=".95"/>
</g>
<!-- blue flower right middle -->
<g transform="translate(1155,205)">
<ellipse cx="0" cy="-13" rx="6" ry="9" fill="#a8c8e0" opacity=".7"/>
<ellipse cx="11" cy="-6" rx="6" ry="9" fill="#a8c8e0" opacity=".7" transform="rotate(60 11 -6)"/>
<ellipse cx="11" cy="6" rx="6" ry="9" fill="#a8c8e0" opacity=".7" transform="rotate(120 11 6)"/>
<ellipse cx="0" cy="13" rx="6" ry="9" fill="#a8c8e0" opacity=".7"/>
<ellipse cx="-11" cy="6" rx="6" ry="9" fill="#a8c8e0" opacity=".7" transform="rotate(60 -11 6)"/>
<ellipse cx="-11" cy="-6" rx="6" ry="9" fill="#a8c8e0" opacity=".7" transform="rotate(120 -11 -6)"/>
<circle cx="0" cy="0" r="6" fill="#f9e87a" opacity=".95"/>
</g>
<!-- sage green flower BL -->
<g transform="translate(55,390)">
<ellipse cx="0" cy="-12" rx="6" ry="9" fill="#a8c8a0" opacity=".7"/>
<ellipse cx="10" cy="-6" rx="6" ry="9" fill="#a8c8a0" opacity=".7" transform="rotate(60 10 -6)"/>
<ellipse cx="10" cy="6" rx="6" ry="9" fill="#a8c8a0" opacity=".7" transform="rotate(120 10 6)"/>
<ellipse cx="0" cy="12" rx="6" ry="9" fill="#a8c8a0" opacity=".7"/>
<ellipse cx="-10" cy="6" rx="6" ry="9" fill="#a8c8a0" opacity=".7" transform="rotate(60 -10 6)"/>
<ellipse cx="-10" cy="-6" rx="6" ry="9" fill="#a8c8a0" opacity=".7" transform="rotate(120 -10 -6)"/>
<circle cx="0" cy="0" r="6" fill="#f9e87a" opacity=".95"/>
</g>
<!-- pink flower BR -->
<g transform="translate(1090,388)">
<ellipse cx="0" cy="-14" rx="7" ry="10" fill="#f2b8c0" opacity=".7"/>
<ellipse cx="12" cy="-7" rx="7" ry="10" fill="#f2b8c0" opacity=".7" transform="rotate(60 12 -7)"/>
<ellipse cx="12" cy="7" rx="7" ry="10" fill="#f2b8c0" opacity=".7" transform="rotate(120 12 7)"/>
<ellipse cx="0" cy="14" rx="7" ry="10" fill="#f2b8c0" opacity=".7"/>
<ellipse cx="-12" cy="7" rx="7" ry="10" fill="#f2b8c0" opacity=".7" transform="rotate(60 -12 7)"/>
<ellipse cx="-12" cy="-7" rx="7" ry="10" fill="#f2b8c0" opacity=".7" transform="rotate(120 -12 -7)"/>
<circle cx="0" cy="0" r="7" fill="#fff" opacity=".95"/>
</g>
<!-- small lavender top right -->
<g transform="translate(870,18)">
<ellipse cx="0" cy="-10" rx="5" ry="7" fill="#c5b8e0" opacity=".6"/>
<ellipse cx="9" cy="-5" rx="5" ry="7" fill="#c5b8e0" opacity=".6" transform="rotate(60 9 -5)"/>
<ellipse cx="9" cy="5" rx="5" ry="7" fill="#c5b8e0" opacity=".6" transform="rotate(120 9 5)"/>
<ellipse cx="0" cy="10" rx="5" ry="7" fill="#c5b8e0" opacity=".6"/>
<ellipse cx="-9" cy="5" rx="5" ry="7" fill="#c5b8e0" opacity=".6" transform="rotate(60 -9 5)"/>
<ellipse cx="-9" cy="-5" rx="5" ry="7" fill="#c5b8e0" opacity=".6" transform="rotate(120 -9 -5)"/>
<circle cx="0" cy="0" r="5" fill="#f9e87a" opacity=".9"/>
</g>
</svg>
</div>
<p class="hero-invite">You're Invited to a Free Community Event!</p>
<h1 class="hero-title">Amanda's Spring Market</h1>
<div class="date-banner">
<div class="date-col">
<div class="date-label">Day</div>
<div class="date-value">Saturday</div>
</div>
<div class="date-col center">
<div class="date-label">May</div>
<div class="date-big">2</div>
<div class="date-label">2026</div>
</div>
<div class="date-col">
<div class="date-label">Hours</div>
<div class="date-value">10am โ€“ 3pm</div>
</div>
</div>
<p class="hero-tagline">
Join us for a fun, free community pop-up market featuring local vendors,
businesses, food trucks, raffle drawings, kid activities, and more!
</p>
<div class="hero-location">
Event Location: Bray Real Estate
<span>1015 N 7th St, Grand Junction, CO 81501</span>
</div>
</section>
<!-- HIGHLIGHT PILLS -->
<div class="highlights">
<div class="highlights-inner">
<div class="pill">
<span class="icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M6 2L3 6v14a2 2 0 002 2h14a2 2 0 002-2V6l-3-4z"/><line x1="3" y1="6" x2="21" y2="6"/><path d="M16 10a4 4 0 01-8 0"/></svg></span> 19+ Local Vendors
</div>
<div class="pill">
<span class="icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><rect x="1" y="3" width="15" height="13" rx="1"/><path d="M16 8h4l3 5v3h-7V8z"/><circle cx="5.5" cy="18.5" r="2.5"/><circle cx="18.5" cy="18.5" r="2.5"/></svg></span> Local Food Trucks
</div>
<div class="pill">
<span class="icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M20 12V22H4V12"/><path d="M22 7H2v5h20V7z"/><path d="M12 22V7"/><path d="M12 7H7.5a2.5 2.5 0 010-5C11 2 12 7 12 7z"/><path d="M12 7h4.5a2.5 2.5 0 000-5C13 2 12 7 12 7z"/></svg></span> Raffle Drawings &amp; Prizes
</div>
<div class="pill">
<span class="icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><path d="M8 14s1.5 2 4 2 4-2 4-2"/><line x1="9" y1="9" x2="9.01" y2="9"/><line x1="15" y1="9" x2="15.01" y2="9"/></svg></span> Kid Activities
</div>
<div class="pill">
<span class="icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><line x1="12" y1="1" x2="12" y2="23"/><path d="M17 5H9.5a3.5 3.5 0 000 7h5a3.5 3.5 0 010 7H6"/></svg></span> Free Admission
</div>
<div class="pill">
<span class="icon"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="20 6 9 17 4 12"/></svg></span> No Ticket Required
</div>
</div>
</div>
<!-- VENDORS SECTION -->
<div class="section">
<p class="section-title">Confirmed Vendors</p>
<p class="section-subtitle">Meet Our Local Makers &amp; Small Businesses</p>
<div class="vendor-count">๐ŸŒธ 19 confirmed vendors!</div>
<div class="vendors-grid">
<div class="vendor-card"><span class="vendor-dot"></span>Sister's Pretzels and Pens</div>
<div class="vendor-card"><span class="vendor-dot"></span>Mary's Whim</div>
<div class="vendor-card"><span class="vendor-dot"></span>Stitches and the Geek</div>
<div class="vendor-card"><span class="vendor-dot"></span>MY curiosiT's</div>
<div class="vendor-card"><span class="vendor-dot"></span>Heatrix Comfort Solutions LLC</div>
<div class="vendor-card"><span class="vendor-dot"></span>Hedge &amp; Hex</div>
<div class="vendor-card"><span class="vendor-dot"></span>Sunset Studios</div>
<div class="vendor-card"><span class="vendor-dot"></span>Sweet Creations by Nicole</div>
<div class="vendor-card"><span class="vendor-dot"></span>3 Sweet Cookie Cakes</div>
<div class="vendor-card"><span class="vendor-dot"></span>Beads Of Time</div>
<div class="vendor-card"><span class="vendor-dot"></span>Sam and Aubs Co.</div>
<div class="vendor-card"><span class="vendor-dot"></span>HeatWorx: Heat-Crafted Creations</div>
<div class="vendor-card"><span class="vendor-dot"></span>Pam's Treasures</div>
<div class="vendor-card"><span class="vendor-dot"></span>Kris's Happy Chimes</div>
<div class="vendor-card"><span class="vendor-dot"></span>Charms Wild Muse Pottery</div>
<div class="vendor-card"><span class="vendor-dot"></span>Mom and Anna Stitch-Craft</div>
<div class="vendor-card"><span class="vendor-dot"></span>Cups and Things by Yvette</div>
<div class="vendor-card"><span class="vendor-dot"></span>Jewelry by Miss M</div>
<div class="vendor-card"><span class="vendor-dot"></span>Infinite Creations</div>
</div>
</div>
<!-- INFO STRIP -->
<div class="info-row">
<div class="info-cell">
<div class="ic-icon">๐Ÿ“…</div>
<div class="ic-label">Date &amp; Time</div>
<div class="ic-value">Saturday, May 2, 2026<small>10:00 AM โ€“ 3:00 PM</small></div>
</div>
<div class="info-cell">
<div class="ic-icon">๐Ÿ“</div>
<div class="ic-label">Location</div>
<div class="ic-value">Bray Real Estate<small>1015 N 7th St ยท Grand Junction, CO 81501</small></div>
</div>
<div class="info-cell">
<div class="ic-icon">๐Ÿ’ธ</div>
<div class="ic-label">Admission</div>
<div class="ic-value">Completely Free<small>No ticket or RSVP required</small></div>
</div>
<div class="info-cell">
<div class="ic-icon">๐ŸŽŸ๏ธ</div>
<div class="ic-label">Raffle</div>
<div class="ic-value">Prize Drawings<small>Must be present to win</small></div>
</div>
</div>
<!-- CTA -->
<div class="cta-block">
<p class="cta-title">We'd Love to See You There!</p>
<p class="cta-sub">No tickets, no cost โ€” just show up and enjoy a beautiful spring morning with your community.</p>
<a href="https://facebook.com/events/s/amandas-spring-market/2477570436019662/" target="_blank" rel="noopener" class="cta-btn">RSVP on Facebook</a>
<p class="cta-note">RSVP is optional โ€” walk-ins always welcome!</p>
</div>
<!-- FOOTER -->
<footer class="footer">
<div class="footer-logo">The Amanda Hill Team</div>
Presented by Amanda Hill &nbsp;ยท&nbsp;
<a href="https://theamandahillteam.com">theamandahillteam.com</a> &nbsp;ยท&nbsp;
Bray Real Estate ยท Grand Junction, CO
</footer>
</body>
</html>