Merge version_1 into main #2
@@ -19,7 +19,7 @@ export default function LandingPage() {
|
||||
borderRadius="pill"
|
||||
contentWidth="small"
|
||||
sizing="largeSmall"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="solid"
|
||||
primaryButtonStyle="primary-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
||||
<HeroSplitKpi
|
||||
title="Your Favourite Boutique in Langebaan"
|
||||
description="Stylish women's clothing, beautiful gifts, handmade soaps, and thoughtful finds. Trusted by locals and holiday visitors since day one."
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "plain" }}
|
||||
kpis={[
|
||||
{ value: "4.3★", label: "Customer Rating" },
|
||||
{ value: "10+", label: "Years Serving" },
|
||||
@@ -118,11 +118,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "2", name: "Claire Daniels", role: "Holiday Visitor", company: "Visiting from Cape Town", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=1", imageAlt: "Claire Daniels"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Claire Daniels"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Emma Thompson", role: "Gift Shopper", company: "Regular Customer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=1", imageAlt: "Emma Thompson"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emma Thompson"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Lisa Johnson", role: "Fashion Enthusiast", company: "Langebaan", rating: 5,
|
||||
@@ -130,11 +130,11 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "5", name: "Rachel Bennett", role: "Returning Visitor", company: "Annual Holiday Guest", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg?_wi=2", imageAlt: "Rachel Bennett"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-woman_23-2148603029.jpg", imageAlt: "Rachel Bennett"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Jessica Brown", role: "Local Favorite", company: "Langebaan Community", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=2", imageAlt: "Jessica Brown"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Jessica Brown"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
|
||||
Reference in New Issue
Block a user