5 Commits

Author SHA1 Message Date
dd179ae25e Merge version_6 into main
Merge version_6 into main
2025-12-27 11:26:18 +00:00
d67c71f092 Update src/app/page.tsx 2025-12-27 11:26:14 +00:00
307e3c2bcc Update src/app/globals.css 2025-12-27 11:26:13 +00:00
dbe91ab8b9 Merge version_4 into main
Merge version_4 into main
2025-12-26 16:14:02 +00:00
be073b37c7 Update src/app/page.tsx 2025-12-26 16:13:57 +00:00
2 changed files with 17 additions and 12 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #000000;; --background: #fffef5;
--card: #1b1b1b;; --card: #fffbeb;
--foreground: #ffffff;; --foreground: #121200e6;
--primary-cta: #ff0000;; --primary-cta: #ffcf40;
--secondary-cta: #151515;; --secondary-cta: #ffffff;
--accent: #303030;; --accent: #e2e2e2;
--background-accent: #303030;; --background-accent: #fef3c7;
/* 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);
@@ -495,7 +495,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-jetbrains-mono), sans-serif; font-family: var(--font-inter-tight), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-jetbrains-mono), sans-serif; font-family: var(--font-inter-tight), sans-serif;
} }

View File

@@ -8,7 +8,7 @@ import FeatureCardFourteen from '@/components/sections/feature/FeatureCardFourte
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactFaq from '@/components/sections/contact/ContactFaq'; import ContactFaq from '@/components/sections/contact/ContactFaq';
import FooterSocial from '@/components/sections/footer/FooterSocial'; import FooterSocial from '@/components/sections/footer/FooterSocial';
import { Heart, Star, Calendar, Instagram, Facebook, Linkedin } from 'lucide-react'; import { Heart, Calendar, Instagram, Facebook, Linkedin } from 'lucide-react';
export default function LandingPage() { export default function LandingPage() {
return ( return (
@@ -56,7 +56,7 @@ export default function LandingPage() {
tagIcon={Heart} tagIcon={Heart}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766764501852-mmy7v2k1.jpg" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766764501852-mmy7v2k1.jpg"
imageAlt="Restaurant ambiance" imageAlt="Restaurant ambiance"
buttons={[{ text: "Learn More", href: "#" }]} buttons={[{ text: "Join us", href: "#" }]}
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
/> />
</div> </div>
@@ -68,7 +68,6 @@ export default function LandingPage() {
textboxLayout="default" textboxLayout="default"
useInvertedBackground="noInvert" useInvertedBackground="noInvert"
tag="Menu" tag="Menu"
tagIcon={Star}
features={[ features={[
{ {
id: "1", id: "1",
@@ -111,6 +110,7 @@ export default function LandingPage() {
handle: "@margaretchen", handle: "@margaretchen",
testimonial: "Viva has become our favorite restaurant. The food is exceptional, the service is impeccable, and the atmosphere is simply perfect. We celebrate every special occasion here.", testimonial: "Viva has become our favorite restaurant. The food is exceptional, the service is impeccable, and the atmosphere is simply perfect. We celebrate every special occasion here.",
rating: 5, rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414401529-6db20epg.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766414401529-6db20epg.jpg",
imageAlt: "Margaret Chen" imageAlt: "Margaret Chen"
}, },
@@ -120,6 +120,7 @@ export default function LandingPage() {
handle: "@jameswilson", handle: "@jameswilson",
testimonial: "Outstanding culinary experience. The chef's attention to detail is remarkable, and every course was a masterpiece.", testimonial: "Outstanding culinary experience. The chef's attention to detail is remarkable, and every course was a masterpiece.",
rating: 5, rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766492697041-9adqfrju.jpg",
imageAlt: "James Wilson" imageAlt: "James Wilson"
}, },
@@ -129,6 +130,7 @@ export default function LandingPage() {
handle: "@sofiar", handle: "@sofiar",
testimonial: "The finest dining experience in the city. Worth every penny for the quality and sophistication.", testimonial: "The finest dining experience in the city. Worth every penny for the quality and sophistication.",
rating: 5, rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502911819-f5rnce5q.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502911819-f5rnce5q.jpg",
imageAlt: "Sofia Rodriguez" imageAlt: "Sofia Rodriguez"
}, },
@@ -138,6 +140,7 @@ export default function LandingPage() {
handle: "@davidkim", handle: "@davidkim",
testimonial: "Brought my family for a special celebration and they loved every moment. Highly recommended for special occasions.", testimonial: "Brought my family for a special celebration and they loved every moment. Highly recommended for special occasions.",
rating: 5, rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502912600-84fr3x4z.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502912600-84fr3x4z.jpg",
imageAlt: "David Kim" imageAlt: "David Kim"
}, },
@@ -147,6 +150,7 @@ export default function LandingPage() {
handle: "@emmathompson", handle: "@emmathompson",
testimonial: "A culinary journey I'll never forget. The wine pairing was expertly curated and enhanced every dish.", testimonial: "A culinary journey I'll never forget. The wine pairing was expertly curated and enhanced every dish.",
rating: 5, rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502913367-8j5yog7q.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502913367-8j5yog7q.jpg",
imageAlt: "Emma Thompson" imageAlt: "Emma Thompson"
}, },
@@ -156,6 +160,7 @@ export default function LandingPage() {
handle: "@michaelsantos", handle: "@michaelsantos",
testimonial: "Professional service, exquisite food, elegant ambiance. Viva sets the standard for fine dining.", testimonial: "Professional service, exquisite food, elegant ambiance. Viva sets the standard for fine dining.",
rating: 5, rating: 5,
starColor: "#ffff00",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502914201-sdgv9pae.jpg", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766502914201-sdgv9pae.jpg",
imageAlt: "Michael Santos" imageAlt: "Michael Santos"
} }