Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -52,13 +52,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Elena K.", handle: "Regular Customer", testimonial: "Amazing place... everything is handmade... such an empowering example!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg", imageAlt: "happy woman smiling professional portrait headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg?_wi=1", imageAlt: "happy woman smiling professional portrait headshot"},
|
||||
{
|
||||
name: "Sofia M.", handle: "Event Planner", testimonial: "The cheesecake is legendary. Their hospitality makes every visit special.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=1", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
{
|
||||
name: "Ariana D.", handle: "Food Blogger", testimonial: "Charming escape in the heart of Ferizaj. Incredible taste, incredible team.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", imageAlt: "happy woman smiling warm professional portrait"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg?_wi=1", imageAlt: "happy woman smiling warm professional portrait"},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[{ text: "View Today's Collection", href: "#products" }]}
|
||||
@@ -128,17 +128,17 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Elena K.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg", imageAlt: "happy woman smiling professional portrait headshot"},
|
||||
id: "1", name: "Elena K.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg?_wi=2", imageAlt: "happy woman smiling professional portrait headshot"},
|
||||
{
|
||||
id: "2", name: "Sofia M.", imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
id: "2", name: "Sofia M.", imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=2", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
{
|
||||
id: "3", name: "Ariana D.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg", imageAlt: "happy woman smiling warm professional portrait"},
|
||||
id: "3", name: "Ariana D.", imageSrc: "http://img.b2bpic.net/free-photo/brunette-girl-giving-thumb-up_23-2147650951.jpg?_wi=2", imageAlt: "happy woman smiling warm professional portrait"},
|
||||
{
|
||||
id: "4", name: "Marcus T.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-caucasian-guy-dating-afro-american-girl_1262-19996.jpg", imageAlt: "happy man smiling warm professional portrait"},
|
||||
{
|
||||
id: "5", name: "Livia C.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg", imageAlt: "happy woman smiling professional portrait headshot"},
|
||||
id: "5", name: "Livia C.", imageSrc: "http://img.b2bpic.net/free-photo/elegant-beautiful-young-woman-dress-room_23-2148068394.jpg?_wi=3", imageAlt: "happy woman smiling professional portrait headshot"},
|
||||
{
|
||||
id: "6", name: "Giovanni R.", imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
id: "6", name: "Giovanni R.", imageSrc: "http://img.b2bpic.net/free-photo/purposeful-young-businessman-looking-away_1262-3609.jpg?_wi=3", imageAlt: "happy man smiling professional portrait headshot"},
|
||||
]}
|
||||
cardTitle="Loved by Ferizaj's Sweetest Moments"
|
||||
cardTag="See What They Say"
|
||||
|
||||
Reference in New Issue
Block a user