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
@@ -56,13 +56,13 @@ export default function LandingPage() {
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Mitchell", handle: "Healthcare Professional", testimonial: "The quality and effectiveness of these products have transformed my patient care recommendations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148479524.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148479524.jpg?_wi=1"},
|
||||
{
|
||||
name: "Dr. James Chen", handle: "Wellness Consultant", testimonial: "Exceptional products backed by real science and customer results. Highly recommend!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors_23-2148824825.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors_23-2148824825.jpg?_wi=1"},
|
||||
{
|
||||
name: "Emma Rodriguez", handle: "Customer", testimonial: "Finally found healthcare products I can trust completely. Outstanding service and delivery.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg?_wi=1"},
|
||||
]}
|
||||
buttons={[
|
||||
{ text: "Shop Now", href: "#products" },
|
||||
@@ -126,7 +126,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Clinically Certified", description: "All products meet international healthcare standards and certifications", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-beer-factory_23-2150573957.jpg", imageAlt: "Certified quality seal", buttonIcon: CheckCircle,
|
||||
title: "Clinically Certified", description: "All products meet international healthcare standards and certifications", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-beer-factory_23-2150573957.jpg?_wi=1", imageAlt: "Certified quality seal", buttonIcon: CheckCircle,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Fast & Reliable Delivery", description: "Guaranteed delivery within 2-3 business days with tracking", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-with-mask_23-2149035866.jpg", imageAlt: "Fast delivery service", buttonIcon: Zap,
|
||||
@@ -135,7 +135,7 @@ export default function LandingPage() {
|
||||
title: "Expert Support", description: "24/7 healthcare professionals available to answer your questions", imageSrc: "http://img.b2bpic.net/free-photo/caregiver-old-woman-sitting-black-sofa_23-2148239061.jpg", imageAlt: "Customer support team", buttonIcon: Phone,
|
||||
buttonHref: "#"},
|
||||
{
|
||||
title: "Money-Back Guarantee", description: "100% satisfaction guarantee if you're not completely happy", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-beer-factory_23-2150573957.jpg", imageAlt: "Satisfaction guarantee", buttonIcon: Shield,
|
||||
title: "Money-Back Guarantee", description: "100% satisfaction guarantee if you're not completely happy", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-beer-factory_23-2150573957.jpg?_wi=2", imageAlt: "Satisfaction guarantee", buttonIcon: Shield,
|
||||
buttonHref: "#"},
|
||||
]}
|
||||
buttons={[{ text: "Learn More", href: "#" }]}
|
||||
@@ -152,11 +152,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148479524.jpg", imageAlt: "Sarah Mitchell"},
|
||||
id: "1", name: "Sarah Mitchell", imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-man_23-2148479524.jpg?_wi=2", imageAlt: "Sarah Mitchell"},
|
||||
{
|
||||
id: "2", name: "Dr. James Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors_23-2148824825.jpg", imageAlt: "Dr. James Chen"},
|
||||
id: "2", name: "Dr. James Chen", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-businesswoman-indoors_23-2148824825.jpg?_wi=2", imageAlt: "Dr. James Chen"},
|
||||
{
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg", imageAlt: "Emma Rodriguez"},
|
||||
id: "3", name: "Emma Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/content-senior-businessman-with-arms-crossed_1262-1790.jpg?_wi=2", imageAlt: "Emma Rodriguez"},
|
||||
{
|
||||
id: "4", name: "Michael Torres", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-wearing-coat_23-2149355016.jpg", imageAlt: "Michael Torres"},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user