Merge version_4 into main #3

Merged
bender merged 1 commits from version_4 into main 2026-04-28 10:06:56 +00:00

View File

@@ -6,7 +6,7 @@ import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial';
import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
import MetricCardThree from '@/components/sections/metrics/MetricCardThree';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
@@ -44,46 +44,17 @@ export default function LandingPage() {
</div>
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="We build brands local businesses can't ignore"
<HeroLogoBillboard
logoText="Cove Studio"
description="Marketing, web design, and growth strategy for the businesses shaping your city. Four specialists. One unified mission."
testimonials={[
{
name: "Sarah Miller", handle: "@sarah-boutique", testimonial: "Cove Studio completely redefined our digital presence.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/different-accessories-seashells-money_23-2148122247.jpg"},
{
name: "James Cook", handle: "@cook-eats", testimonial: "The best investment we've made for our cafe.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-starfish_23-2147836762.jpg"},
{
name: "Anna Smith", handle: "@anna-salon", testimonial: "Cove Studio captures our essence perfectly.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/sea-ocean-background-sign-summer_1203-3792.jpg"},
{
name: "Brad Pitt", handle: "@studio-fit", testimonial: "Professional, fast, and results-oriented.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/blank-notebook-with-straw-hat-laptop_23-2148100647.jpg"},
{
name: "Cathy Young", handle: "@boutique-cathy", testimonial: "Truly exceeded our expectations.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/corporate-workers-brainstorming-together_23-2148804504.jpg"},
]}
buttons={[
{
text: "See Our Work", href: "#work"},
{
text: "Start Your Project", href: "#contact"},
]}
background={{ variant: "sparkles-gradient" }}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-postcards-with-beach-accessories_23-2148228708.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/flat-lay-postcards-with-beach-accessories_23-2148228708.jpg", alt: "Portrait of happy client 1"},
{
src: "http://img.b2bpic.net/free-photo/startup-business-people-strategy-board-presentation-workshop_53876-31545.jpg", alt: "Portrait of happy client 2"},
{
src: "http://img.b2bpic.net/free-photo/solar-panels-male-worker-analyzing-performance-data-laptop-optimizing-efficiency_482257-135442.jpg", alt: "Portrait of happy client 3"},
{
src: "http://img.b2bpic.net/free-photo/white-grey-business-cards_23-2148500495.jpg", alt: "Portrait of happy client 4"},
{
src: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", alt: "Portrait of happy client 5"},
]}
avatarText="Join 500+ satisfied local business owners"
/>
</div>
@@ -233,10 +204,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "sparkles-gradient"}}
variant: "animated-grid"}}
tag="Get Started"
title="Ready to shape your city?"
description="Let's discuss how we can elevate your brand."
buttonText="Start Your Project"
imageSrc="http://img.b2bpic.net/free-photo/isolated-shot-cheerful-extreme-young-blonde-stuntwoman-biker-wearing-white-tank-top-khaki-pants-sitting-floor-smiling-happily-holding-black-motorcycle-safety-helmet_343059-3288.jpg"
/>
</div>