Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="small"
|
||||
sizing="medium"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="soft-shadow"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -45,14 +45,14 @@ export default function LandingPage() {
|
||||
<HeroLogoBillboardSplit
|
||||
logoText="Kota Local"
|
||||
description="Your trusted community business serving the local market with exceptional products and personalized service"
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Discover Our Services", href: "#services" },
|
||||
{ text: "Get In Touch", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg"
|
||||
imageAlt="Local Kota business storefront with welcoming entrance"
|
||||
mediaAnimation="blur-reveal"
|
||||
frameStyle="card"
|
||||
@@ -111,16 +111,16 @@ export default function LandingPage() {
|
||||
description="We've earned the trust of our community through consistent excellence, local commitment, and genuine customer care"
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1", value: "10+", title: "Years Serving", description: "A decade of dedicated service to the Kota community"
|
||||
id: "metric-1", value: "10+", title: "Years Serving", description: "A decade of dedicated service to the Kota community", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg", imageAlt: "Years of service"
|
||||
},
|
||||
{
|
||||
id: "metric-2", value: "1000+", title: "Happy Customers", description: "Satisfied neighbors who trust us with their needs"
|
||||
id: "metric-2", value: "1000+", title: "Happy Customers", description: "Satisfied neighbors who trust us with their needs", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg", imageAlt: "Happy customers"
|
||||
},
|
||||
{
|
||||
id: "metric-3", value: "100%", title: "Local Commitment", description: "Fully invested in supporting our community"
|
||||
id: "metric-3", value: "100%", title: "Local Commitment", description: "Fully invested in supporting our community", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg", imageAlt: "Local commitment"
|
||||
},
|
||||
{
|
||||
id: "metric-4", value: "24/7", title: "Available Support", description: "Ready to help whenever you need us most"
|
||||
id: "metric-4", value: "24/7", title: "Available Support", description: "Ready to help whenever you need us most", imageSrc: "http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg", imageAlt: "Support availability"
|
||||
}
|
||||
]}
|
||||
animationType="scale-rotate"
|
||||
@@ -168,14 +168,14 @@ export default function LandingPage() {
|
||||
{ text: "Get In Touch", href: "mailto:contact@kotalocal.com" },
|
||||
{ text: "Visit Us", href: "#" }
|
||||
]}
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/girl-library_1150-18018.jpg"
|
||||
imageAlt="Kota Local business footer"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user