Compare commits
28 Commits
version_2
...
version_23
| Author | SHA1 | Date | |
|---|---|---|---|
| 60a3525ced | |||
| 3586145063 | |||
| 41f75abbd0 | |||
| 4fdff6641b | |||
| 14103b6949 | |||
| dd98c9c0c1 | |||
| a985600617 | |||
| bc9a5194b3 | |||
| 601ae3ad8e | |||
| 73619d677e | |||
| 13f6628221 | |||
| 928fd2b293 | |||
| 251f0b457c | |||
| dfda7c1842 | |||
| 0bfd0fd714 | |||
| 52d8bc2491 | |||
| 894ebe8e1e | |||
| fbe4eaaee4 | |||
| d4fad631ac | |||
| 2dfdd51595 | |||
| 2e637293ea | |||
| 38c8ccc248 | |||
| 0194f520a9 | |||
| 3262667268 | |||
| 61561070f0 | |||
| c14c65511c | |||
| 7e2627dc33 | |||
| b461017c31 |
@@ -8,6 +8,8 @@ import Tag from "@/tag/Tag";
|
||||
import { getVisualEditScript } from "@/utils/visual-edit-script";
|
||||
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";
|
||||
|
||||
|
||||
|
||||
@@ -23,6 +25,8 @@ export const metadata: Metadata = {
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
const libreBaskerville = Libre_Baskerville({
|
||||
variable: "--font-libre-baskerville",
|
||||
subsets: ["latin"],
|
||||
|
||||
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
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={[
|
||||
{ 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" },
|
||||
@@ -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/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={[
|
||||
{ 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" },
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffff;
|
||||
--primary-cta: #e34400;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #010101;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #737373;
|
||||
--background-accent: #e34400;
|
||||
--background: #efebe5;
|
||||
--card: #f7f2ea;
|
||||
--foreground: #000000;
|
||||
--primary-cta: #000000;
|
||||
--primary-cta-text: #efebe5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #000000;
|
||||
--accent: #ffffff;
|
||||
--background-accent: #e1b875;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user