Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #6.
This commit is contained in:
@@ -9,7 +9,6 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Mail, User, Calendar, Star, MapPin, Heart, Users } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -80,7 +79,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "package-1", badge: "Popularno", price: "19.99€", subtitle: "Digitalna skica i profil ličnosti", buttons: [
|
||||
{
|
||||
text: "Započni", href: "#questionnaire"},
|
||||
text: "Započni", onClick: () => window.open("https://example.com/questionnaire", "_blank")},
|
||||
],
|
||||
features: [
|
||||
"Digitalna skica visoke rezolucije", "Analiza profila ličnosti", "Dostava putem emaila"],
|
||||
@@ -122,7 +121,7 @@ export default function LandingPage() {
|
||||
title="Popunite podatke o vama"
|
||||
description="Unesite tražene informacije kako bismo izradili personalizovanu skicu vaše srodne duše. Vaši podaci su sigurni kod nas."
|
||||
buttons={[
|
||||
{ text: "Pošalji podatke" }
|
||||
{ text: "Pošalji podatke", onClick: () => window.open("https://example.com/questionnaire", "_blank") }
|
||||
]}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={true}
|
||||
@@ -148,4 +147,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user