6 Commits

Author SHA1 Message Date
1a531b0c28 Update src/app/page.tsx 2026-04-22 23:21:43 +00:00
0e2302b34e Update src/app/page.tsx 2026-04-22 23:18:01 +00:00
10df6ebf2b Switch to version 10: modified src/app/page.tsx 2026-04-22 23:16:14 +00:00
50fefa20bd Switch to version 11: modified src/app/page.tsx 2026-04-22 23:16:03 +00:00
0e1ae9066e Switch to version 12: modified src/app/page.tsx 2026-04-22 23:16:01 +00:00
0d719f79c7 Merge version_13 into main
Merge version_13 into main
2026-04-22 23:13:34 +00:00

View File

@@ -10,7 +10,7 @@ import HeroSplit from '@/components/sections/hero/HeroSplit';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
export default function LandingPage() {
return (
@@ -55,7 +55,7 @@ export default function LandingPage() {
{
text: "Book Your Appointment", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776816423484-lkjajz0a.jpg"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776899864196-n8ecn36a.jpg"
mediaAnimation="slide-up"
avatars={[
{
@@ -157,21 +157,30 @@ export default function LandingPage() {
</div>
<div id="testimonials" data-section="testimonials">
<TestimonialCardTwelve
cardTitle="Client Highlights"
cardTag="Featured Portraits"
cardAnimation="slide-up"
<TestimonialCardOne
animationType="slide-up"
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
testimonials={[
{
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-women-with-brushes-taking-selfie-makeup-mirror_23-2148113380.jpg"},
id: "1", name: "Sarah J.", role: "Client", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/two-smiling-women-with-brushes-taking-selfie-makeup-mirror_23-2148113380.jpg"},
{
id: "2", name: "Michael K.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg"},
id: "2", name: "Michael K.", role: "Client", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-smiling-blonde-fashion-model-sits-white-suit-soft-armchair_8353-5476.jpg"},
{
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/close-beauty-portrait-topless-woman-with-perfect-skin-natural-makeup-plump-nude-lips-white-backgroundx9_343596-8012.jpg"},
id: "3", name: "Emily R.", role: "Client", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-beauty-portrait-topless-woman-with-perfect-skin-natural-makeup-plump-nude-lips-white-backgroundx9_343596-8012.jpg"},
{
id: "4", name: "David L.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-blonde-african-young-women-holding-wooden-frame-front-their-face_23-2148178772.jpg"},
id: "4", name: "David L.", role: "Client", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-blonde-african-young-women-holding-wooden-frame-front-their-face_23-2148178772.jpg"},
{
id: "5", name: "Jessica B.", role: "Client", company: "Local", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-shopping-mall_23-2150585900.jpg"},
]}
title="Color Me Beautiful "
description="Real experiences from guests who trusted us with their beauty journey."
/>
</div>
@@ -191,7 +200,7 @@ export default function LandingPage() {
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/uploaded-1776817294655-0g2i4q1k.png"
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CMv5A1hLreQ2HOQXjmZon0f2CG/tmp/a-girl-with-pretty-hair-that-just-got-he-1776815568462-d4bd74f3.png"
/>
</div>