18 Commits

Author SHA1 Message Date
894ebe8e1e Update theme colors 2026-04-21 22:02:00 +00:00
fbe4eaaee4 Update theme colors 2026-04-21 22:01:55 +00:00
d4fad631ac Update theme colors 2026-04-21 22:01:46 +00:00
2dfdd51595 Update theme fonts 2026-04-21 16:32:41 +00:00
2e637293ea Update theme fonts 2026-04-21 16:32:41 +00:00
38c8ccc248 Update theme fonts 2026-04-21 16:32:06 +00:00
0194f520a9 Update theme fonts 2026-04-21 16:32:06 +00:00
3262667268 Merge version_3 into main
Merge version_3 into main
2026-04-21 16:06:45 +00:00
61561070f0 Update src/app/page.tsx 2026-04-21 16:06:42 +00:00
c14c65511c Merge version_2 into main
Merge version_2 into main
2026-04-21 16:03:11 +00:00
836f6c8cd4 Update theme fonts 2026-04-21 16:03:08 +00:00
2d8cc5fa66 Update theme fonts 2026-04-21 16:03:07 +00:00
7e2627dc33 Merge version_2 into main
Merge version_2 into main
2026-04-21 16:02:18 +00:00
63e65e6c6b Update theme fonts 2026-04-21 16:02:15 +00:00
86088ecb61 Update theme fonts 2026-04-21 16:02:15 +00:00
b461017c31 Merge version_2 into main
Merge version_2 into main
2026-04-21 15:51:47 +00:00
3a2e02893d Update src/app/page.tsx 2026-04-21 15:51:44 +00:00
ebfca805ca Merge version_1 into main
Merge version_1 into main
2026-04-21 15:44:53 +00:00
4 changed files with 39 additions and 26 deletions

View File

@@ -7,6 +7,9 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag"; import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script"; import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Raleway } from "next/font/google"; import { Raleway } from "next/font/google";
import { Libre_Baskerville } from "next/font/google";
import { Manrope } from "next/font/google";
import { DM_Sans } from "next/font/google";
@@ -20,8 +23,17 @@ export const metadata: Metadata = {
}, },
}; };
const raleway = Raleway({
variable: "--font-raleway",
const libreBaskerville = Libre_Baskerville({
variable: "--font-libre-baskerville",
subsets: ["latin"],
weight: ["400", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"], subsets: ["latin"],
}); });
@@ -33,7 +45,7 @@ export default function RootLayout({
return ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body className={`${raleway.variable} antialiased`}> <body className={`${libreBaskerville.variable} ${inter.variable} antialiased`}>
<Tag /> <Tag />
{children} {children}
<script <script

View File

@@ -45,7 +45,7 @@ export default function LandingPage() {
<HeroSplitDoubleCarousel <HeroSplitDoubleCarousel
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
title="A Symphony of Flavors" title="A Symphony of Flavors"
description="Experience the pinnacle of culinary art at Presamar. Where every dish tells a story of passion, precision, and tradition." description="Experience the award-winning coastal fusion cuisine at Presamar. Where every dish tells a story of passion, precision, and tradition."
leftCarouselItems={[ leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg", imageAlt: "Luxurious dining interior" }, { imageSrc: "http://img.b2bpic.net/free-photo/restaurant-dinner-table-with-plates-cutlery-yellow-blue-glasses_140725-8444.jpg", imageAlt: "Luxurious dining interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-head-chef-uniform-uses-spoon-taste-delicious-soup_482257-121222.jpg", imageAlt: "Chef preparing dish" }, { imageSrc: "http://img.b2bpic.net/free-photo/male-head-chef-uniform-uses-spoon-taste-delicious-soup_482257-121222.jpg", imageAlt: "Chef preparing dish" },
@@ -60,7 +60,8 @@ export default function LandingPage() {
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg", imageAlt: "Elegant setting" }, { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-wedding-reception-hall-with-decorated-luxury-table-setting_181624-13771.jpg", imageAlt: "Elegant setting" },
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg", imageAlt: "Fine dining" }, { imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-fillet-with-sauce-top_140725-6436.jpg", imageAlt: "Fine dining" },
]} ]}
buttons={[{ text: "Reserve Your Table", href: "#contact" }]} buttons={[{ text: "Reserve Your Table", href: "#contact" }]
}
avatars={[ avatars={[
{ src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Diner 1" }, { src: "http://img.b2bpic.net/free-photo/front-view-smiley-man-posing_23-2148563421.jpg", alt: "Diner 1" },
{ src: "http://img.b2bpic.net/free-photo/man-smiling_1187-3402.jpg", alt: "Diner 2" }, { src: "http://img.b2bpic.net/free-photo/man-smiling_1187-3402.jpg", alt: "Diner 2" },
@@ -146,13 +147,13 @@ export default function LandingPage() {
<FaqDouble <FaqDouble
textboxLayout="default" textboxLayout="default"
useInvertedBackground={false} useInvertedBackground={false}
title="Common Questions" title="Preguntas Frecuentes"
description="We are here to assist with your dining plans." description="Estamos aquí para ayudarle con sus planes de cena."
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance to ensure your table." }, { id: "1", title: "¿Necesito una reserva?", content: "Sí, recomendamos encarecidamente reservar con antelación para asegurar su mesa." },
{ id: "2", title: "Are there vegetarian options?", content: "Our chef crafts dedicated vegetarian menus daily." }, { id: "2", title: "¿Hay opciones vegetarianas?", content: "Nuestro chef elabora menús vegetarianos dedicados a diario." },
{ id: "3", title: "Is dress code required?", content: "We maintain an elegant casual dress code." }, { id: "3", title: "¿Se requiere código de vestimenta?", content: "Mantenemos un código de vestimenta casual elegante." },
]} ]}
/> />
</div> </div>
@@ -161,18 +162,18 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ variant: "plain" }} background={{ variant: "plain" }}
tag="Reservations" tag="Reservas"
title="Secure Your Experience" title="Asegure su Experiencia"
description="Book your table directly through our team for a seamless dining experience." description="Reserve su mesa directamente con nuestro equipo para una experiencia gastronómica sin complicaciones."
inputPlaceholder="Enter your email for booking" inputPlaceholder="Ingrese su correo para reservar"
buttonText="Reserve Now" buttonText="Reservar Ahora"
/> />
</div> </div>
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterCard <FooterCard
logoText="Presamar" logoText="Presamar"
copyrightText="© 2025 Presamar | Luxury Dining" copyrightText="© 2025 Presamar | Gastronomía de Lujo"
/> />
</div> </div>
</ReactLenis> </ReactLenis>

View File

@@ -11,7 +11,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-raleway), sans-serif; font-family: var(--font-inter), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -24,5 +24,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-raleway), sans-serif; font-family: var(--font-libre-baskerville), serif;
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #0a0a0a; --background: #ffffff;
--card: #1a1a1a; --card: #f9f9f9;
--foreground: #ffffff; --foreground: #000f06e6;
--primary-cta: #e34400; --primary-cta: #0a7039;
--primary-cta-text: #ffffff; --primary-cta-text: #ffffff;
--secondary-cta: #010101; --secondary-cta: #f9f9f9;
--secondary-cta-text: #ffffff; --secondary-cta-text: #000f06e6;
--accent: #737373; --accent: #e2e2e2;
--background-accent: #e34400; --background-accent: #c4c4c4;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);