Compare commits
5 Commits
version_1_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 6f4de08cfd | |||
|
|
77d388582e | ||
| 4a63e8f4f2 | |||
| 5f4b521a9c | |||
| 0e6cac72eb |
@@ -14,14 +14,14 @@ export default function HomePage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<SectionErrorBoundary name="hero">
|
||||
<HeroCenteredLogos
|
||||
avatarsSrc={["http://img.b2bpic.net/free-photo/smiling-man_1098-15443.jpg", "http://img.b2bpic.net/free-photo/woman-smiling-with-perfect-smile_93675-133243.jpg", "http://img.b2bpic.net/free-photo/man-with-laptop-posing-coworker_23-2148746260.jpg", "http://img.b2bpic.net/free-photo/picture-self-confident-young-bearded-guy-with-tattoo-posing-indoors-closed-posture-crossign-arms-his-chest-doesn-t-believe-you-feelign-certain-while-having-argument-body-language_343059-1712.jpg"]}
|
||||
avatarText="Join 10,000+ developers"
|
||||
title="Build Tomorrow's Software Today"
|
||||
description="Powerful, scalable, and intuitive platforms for modern teams to build, deploy, and scale in record time."
|
||||
primaryButton={{ text: "Get Started", href: "#contact" }}
|
||||
secondaryButton={{ text: "See How", href: "#about" }}
|
||||
names={["Sarah", "Mike", "Elena", "David"]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-hacker-making-victory-gesture_482257-78448.jpg"
|
||||
avatarsSrc={["https://images.unsplash.com/photo-1559839734-2b71ea197ec2?auto=format&fit=crop&q=80&w=100&h=100", "https://images.unsplash.com/photo-1537368910025-700350fe46c7?auto=format&fit=crop&q=80&w=100&h=100", "https://images.unsplash.com/photo-1512820790803-83ca734da794?auto=format&fit=crop&q=80&w=100&h=100", "https://images.unsplash.com/photo-1509967419530-da38b4704bc6?auto=format&fit=crop&q=80&w=100&h=100"]}
|
||||
avatarText="4.8 Google Rating (235+ Reviews)"
|
||||
title="Dr. Mitali Pardhi"
|
||||
description="MD Dermatology, Leprosy, Venereology and Cosmetology. Expert skin, hair, and aesthetic care in Balaghat, Madhya Pradesh."
|
||||
primaryButton={{ text: "Get Directions", href: "#contact" }}
|
||||
secondaryButton={{ text: "Our Services", href: "#services" }}
|
||||
names={["Patient 1", "Patient 2", "Patient 3", "Patient 4"]}
|
||||
imageSrc="https://images.unsplash.com/photo-1559839734-2b71ea197ec2?auto=format&fit=crop&q=80&w=1200"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
@@ -29,10 +29,10 @@ export default function HomePage() {
|
||||
<div id="about" data-section="about">
|
||||
<SectionErrorBoundary name="about">
|
||||
<AboutMediaOverlay
|
||||
tag="Our Mission"
|
||||
title="Empowering Innovation at Scale"
|
||||
description="We believe in creating tools that disappear, allowing your team to focus on what truly matters: building great products."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/software-developer-working-new-user-interface-with-online-system-create-algorithm-it-agency-office-system-engineer-programming-html-code-algorithm-computer-typing-sever-data_482257-64450.jpg"
|
||||
tag="About the Clinic"
|
||||
title="Mitali Hospital"
|
||||
description="Located at Circuit House, Main Rd, Balaghat, we provide comprehensive dermatological and cosmetological treatments. Open until 7 PM."
|
||||
imageSrc="https://images.unsplash.com/photo-1519494026892-80bbd2d6fd0d?auto=format&fit=crop&q=80&w=1200"
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user