Merge version_1 into main #4

Merged
bender merged 2 commits from version_1 into main 2026-03-25 18:26:35 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -96,16 +96,16 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "Isabelle Laurent", role: "Art Collector", company: "Private Client", rating: 5,
content: "Seven Dials Beauty continually amazes me with its truly unique offerings. Its my secret source for exquisite finds.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860832.jpg", imageAlt: "Isabelle Laurent"},
quote: "Seven Dials Beauty continually amazes me with its truly unique offerings. Its my secret source for exquisite finds.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-bride-before-wedding_23-2149860832.jpg", imageAlt: "Isabelle Laurent"},
{
id: "2", name: "Marcus Thorne", role: "Fashion Editor", company: "Elegance Magazine", rating: 5,
content: "The curation here is impeccable. I've found products I genuinely couldn't source anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-55799.jpg", imageAlt: "Marcus Thorne"},
quote: "The curation here is impeccable. I've found products I genuinely couldn't source anywhere else.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-55799.jpg", imageAlt: "Marcus Thorne"},
{
id: "3", name: "Elena Petrova", role: "Luxury Lifestyle Influencer", company: "Self-Employed", rating: 4.9,
content: "A truly refreshing experience. Every purchase feels like discovering a hidden gem.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-attractive-female-model-laughs-sincerely-keeps-hand-chest-applies-facial-clay-mask-skin-rejuvenation-gets-beauty-treatments_273609-38704.jpg", imageAlt: "Elena Petrova"},
quote: "A truly refreshing experience. Every purchase feels like discovering a hidden gem.", imageSrc: "http://img.b2bpic.net/free-photo/horizontal-shot-attractive-female-model-laughs-sincerely-keeps-hand-chest-applies-facial-clay-mask-skin-rejuvenation-gets-beauty-treatments_273609-38704.jpg", imageAlt: "Elena Petrova"},
{
id: "4", name: "David Chen", role: "Architect", company: "Urban Designs", rating: 4.8,
content: "I appreciate the attention to detail and the story behind each product. It's more than just beauty; it's an experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "David Chen"},
quote: "I appreciate the attention to detail and the story behind each product. It's more than just beauty; it's an experience.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-cozy-office_23-2149739353.jpg", imageAlt: "David Chen"},
]}
kpiItems={[
{

View File

@@ -88,27 +88,27 @@ export default function LandingPage() {
title: "Expert Curation", description: "Every product is hand-selected by our discerning team for its exceptional quality and unique story, ensuring you only encounter the finest.", icon: Sparkles,
mediaItems: [
{
type: "image", src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"},
src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"},
src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"},
],
},
{
title: "Insider Access", description: "Gain entry to a world of beauty secrets and limited-edition releases, available exclusively to the Seven Dials community.", icon: Lock,
mediaItems: [
{
type: "image", src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"},
src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"},
src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"},
],
},
{
title: "Personalized Discovery", description: "Beyond mere transactions, we offer a guided journey to uncover beauty solutions perfectly tailored to your individual preferences and desires. Ask for Lucy.", icon: Heart,
mediaItems: [
{
type: "image", src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"},
src: "http://img.b2bpic.net/free-photo/white-leather-box_1203-2949.jpg", alt: "Exclusive access"},
{
type: "image", src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"},
src: "http://img.b2bpic.net/free-photo/fathers-day-composition-with-card_23-2147806775.jpg", alt: "Storytelling"},
],
},
]}