SEO tweaks, design tweaks
This commit is contained in:
+4
-1
@@ -29,12 +29,14 @@ export interface NavigationContent {
|
||||
cta: CallToAction;
|
||||
instagram?: { href: string; external?: boolean };
|
||||
megaMenuServices?: MegaMenuService[];
|
||||
megaMenuFooter?: LinkItem;
|
||||
}
|
||||
|
||||
export interface HeroContent {
|
||||
title: string;
|
||||
highlight: string;
|
||||
mobileTitle?: string;
|
||||
subtitle?: string;
|
||||
primaryCta: CallToAction;
|
||||
secondaryCta: CallToAction;
|
||||
imageUrl: string;
|
||||
@@ -49,7 +51,7 @@ export interface IntroContent {
|
||||
export interface PromiseContent {
|
||||
title: string;
|
||||
subtitle: string;
|
||||
body: string;
|
||||
body: string[];
|
||||
emphasis: string;
|
||||
cta: CallToAction;
|
||||
imageUrl: string;
|
||||
@@ -62,6 +64,7 @@ export interface IconCard {
|
||||
body: string;
|
||||
href?: string;
|
||||
order?: number;
|
||||
priceFrom?: string;
|
||||
}
|
||||
|
||||
export interface TestimonialContent {
|
||||
|
||||
Reference in New Issue
Block a user