What We Do
More than just an app.
[Vacation Kitchen Photo]
Exclusive Concierge Service
Vacation Kitchen Stocking
We coordinate with you before your arrival, shop your full grocery list, and stock your kitchen before you walk through the door. Available throughout St. Pete Beach and surrounding areas. Additional fee applies.Learn More →
[Grocery Shopping Photo]
Grocery Shopping & Delivery
Personalized grocery shopping built around you. We text and call throughout the shop, check produce quality and expiration dates, and always confirm before making substitutions. Every order handled as if we were shopping for our own family.Learn More →
[Pharmacy/Errand Photo]
Errands & Concierge Services
We take on the tasks that eat up your day. From prescription pickups and returns to restaurant pickups, specialty store runs, and catering retrieval. We communicate directly, pay attention to the details, and follow through so you don't have to think about it again.Learn More →
<style>
.spsc-services {
font-family: inherit;
max-width: 1200px;
margin: 0 auto;
}
.spsc-services-header {
text-align: center;
margin-bottom: 40px;
}
.spsc-services-eyebrow {
color: #E8739A;
letter-spacing: 2px;
font-size: 13px;
font-weight: 500;
margin-bottom: 10px;
text-transform: uppercase;
}
.spsc-services-title {
font-family: 'Caveat', cursive;
font-size: 42px;
font-weight: 500;
color: #1A1A1A;
margin: 0;
line-height: 1.1;
}
.spsc-services-grid {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
gap: 24px;
}
.spsc-service-card {
background: #FFFFFF;
border-radius: 8px;
overflow: hidden;
border: 1px solid #E8E2D5;
display: flex;
flex-direction: column;
}
.spsc-service-card-image {
width: 100%;
height: 200px;
background-size: cover;
background-position: center;
background-color: #E8739A;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 12px;
text-align: center;
padding: 10px;
}
.spsc-service-card-content {
padding: 24px;
display: flex;
flex-direction: column;
flex: 1;
}
.spsc-service-eyebrow {
color: #E8739A;
letter-spacing: 1.5px;
font-size: 11px;
font-weight: 600;
margin-bottom: 8px;
text-transform: uppercase;
min-height: 16px;
}
.spsc-service-title {
font-size: 22px;
font-weight: 500;
color: #1A1A1A;
margin: 0 0 12px 0;
line-height: 1.2;
}
.spsc-service-description {
font-size: 14px;
color: #5A5A5A;
line-height: 1.6;
margin: 0 0 18px 0;
flex: 1;
}
.spsc-service-link {
color: #E8739A;
font-size: 14px;
font-weight: 500;
text-decoration: none;
display: inline-block;
}
.spsc-service-link:hover {
color: #C4527A;
}
@media (max-width: 980px) {
.spsc-services-grid {
grid-template-columns: 1fr;
gap: 20px;
}
.spsc-services-title {
font-size: 34px;
}
.spsc-service-link {
display: none;
}
.spsc-service-card-image {
height: 180px;
}
}
</style>
<div class="spsc-services">
<div class="spsc-services-header">
<div class="spsc-services-eyebrow">What We Do</div>
<h2 class="spsc-services-title">More than just an app.</h2>
</div>
<div class="spsc-services-grid">
<div class="spsc-service-card">
<div class="spsc-service-card-image">[Vacation Kitchen Photo]</div>
<div class="spsc-service-card-content">
<div class="spsc-service-eyebrow">Exclusive Concierge Service</div>
<h3 class="spsc-service-title">Vacation Kitchen Stocking</h3>
<p class="spsc-service-description">We coordinate with you before your arrival, shop your full grocery list, and stock your kitchen before you walk through the door. Available throughout St. Pete Beach and surrounding areas. Additional fee applies.</p>
<a href="/tourists/" class="spsc-service-link">Learn More →</a>
</div>
</div>
<div class="spsc-service-card">
<div class="spsc-service-card-image">[Grocery Shopping Photo]</div>
<div class="spsc-service-card-content">
<div class="spsc-service-eyebrow"> </div>
<h3 class="spsc-service-title">Grocery Shopping & Delivery</h3>
<p class="spsc-service-description">Personalized grocery shopping built around you. We text and call throughout the shop, check produce quality and expiration dates, and always confirm before making substitutions. Every order handled as if we were shopping for our own family.</p>
<a href="/services/" class="spsc-service-link">Learn More →</a>
</div>
</div>
<div class="spsc-service-card">
<div class="spsc-service-card-image">[Pharmacy/Errand Photo]</div>
<div class="spsc-service-card-content">
<div class="spsc-service-eyebrow"> </div>
<h3 class="spsc-service-title">Errands & Concierge Services</h3>
<p class="spsc-service-description">We take on the tasks that eat up your day. From prescription pickups and returns to restaurant pickups, specialty store runs, and catering retrieval. We communicate directly, pay attention to the details, and follow through so you don't have to think about it again.</p>
<a href="/services/" class="spsc-service-link">Learn More →</a>
</div>
</div>
</div>
</div>