Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -162,14 +162,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Kako zakazati termin?", content: "Pozovite nas na 066 416253."},
|
||||
id: "f1", title: "Kako da zakažem termin?", content: "Termin možete zakazati pozivom na naš broj telefona 066 416253 ili dolaskom u salon."},
|
||||
{
|
||||
id: "f2", title: "Da li radite vikendom?", content: "Da, radimo subotom do 16h."},
|
||||
id: "f2", title: "Koje su metode plaćanja?", content: "Prihvatamo gotovinsko plaćanje i platne kartice."},
|
||||
{
|
||||
id: "f3", title: "Gde se nalazite?", content: "Bulevar Jovana Dučića 39D, Novi Sad."},
|
||||
id: "f3", title: "Da li je potrebno zakazivanje unapred?", content: "Da, preporučujemo zakazivanje bar 2-3 dana unapred radi dostupnosti termina."},
|
||||
{
|
||||
id: "f4", title: "Radno vreme?", content: "Radimo svakog radnog dana od 09h do 20h, a subotom od 09h do 16h."},
|
||||
]}
|
||||
title="Često postavljena pitanja"
|
||||
description="Sve informacije na jednom mestu."
|
||||
description="Saznajte sve bitne informacije o našem radu."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -178,7 +180,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Rezervišite termin"
|
||||
description="Bulevar Jovana Dučića 39D, Novi Sad. Telefon: 066 416253"
|
||||
description="Posetite nas na adresi Bulevar Jovana Dučića 39D, Novi Sad ili nas pozovite na 066 416253 za sve upite."
|
||||
inputs={[
|
||||
{
|
||||
name: "Ime", type: "text", placeholder: "Vaše ime"},
|
||||
@@ -193,7 +195,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
logoText="Frizerski Salon"
|
||||
logoText="Frizerski Salon Novi Sad"
|
||||
leftLink={{
|
||||
text: "Bulevar Jovana Dučića 39D", href: "#"}}
|
||||
rightLink={{
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f6f7;
|
||||
--background: #fbfaf8;
|
||||
--card: #ffffff;
|
||||
--foreground: #25190c;
|
||||
--primary-cta: #ff6207;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #c6a87d;
|
||||
--primary-cta-text: #f7f6f7;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta: #f1eee9;
|
||||
--secondary-cta-text: #25190c;
|
||||
--accent: #ffce93;
|
||||
--background-accent: #e8cfa8;
|
||||
--accent: #d4b98c;
|
||||
--background-accent: #e7e2d9;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user