4 Commits

Author SHA1 Message Date
d094b76d5a Update src/app/page.tsx 2026-05-12 00:11:22 +00:00
1a284af825 Merge version_3 into main
Merge version_3 into main
2026-05-12 00:09:37 +00:00
9bce1bc8ba Update src/app/page.tsx 2026-05-12 00:09:34 +00:00
bae6f00805 Merge version_2 into main
Merge version_2 into main
2026-05-12 00:08:39 +00:00

View File

@@ -65,6 +65,7 @@ export default function LandingPage() {
{ {
text: "Learn More"}, text: "Learn More"},
]} ]}
tag="Our Philosophy"
/> />
</div> </div>
@@ -121,7 +122,7 @@ export default function LandingPage() {
{ {
id: "b1", price: "$13", name: "Botox (per unit)", buttons: [ id: "b1", price: "$13", name: "Botox (per unit)", buttons: [
{ {
text: "Select"}, text: "Book Consultation"},
], ],
features: [ features: [
"Consultation", "Precision Application"], "Consultation", "Precision Application"],
@@ -129,7 +130,7 @@ export default function LandingPage() {
{ {
id: "b2", price: "$11", name: "Xeomin (per unit)", buttons: [ id: "b2", price: "$11", name: "Xeomin (per unit)", buttons: [
{ {
text: "Select"}, text: "Book Consultation"},
], ],
features: [ features: [
"Natural Movement", "Safe Care"], "Natural Movement", "Safe Care"],
@@ -137,7 +138,7 @@ export default function LandingPage() {
{ {
id: "b3", price: "$700", name: "Dermal Filler", buttons: [ id: "b3", price: "$700", name: "Dermal Filler", buttons: [
{ {
text: "Select"}, text: "Book Consultation"},
], ],
features: [ features: [
"Lip Augmentation", "Jawline Contouring"], "Lip Augmentation", "Jawline Contouring"],