Compare commits
7 Commits
version_2_
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 885ff319f1 | |||
|
|
75a0c249a6 | ||
| 40b37978c5 | |||
|
|
e4e8150089 | ||
| 82318d725e | |||
|
|
8c8e8e98cd | ||
| 7be90c52bb |
@@ -5,15 +5,15 @@
|
||||
|
||||
:root {
|
||||
/* @colorThemes/lightTheme/blueWhite */
|
||||
--background: #ffffff;
|
||||
--card: #f0f4f8;
|
||||
--background: #fdfaf6;
|
||||
--card: #fdfaf6;
|
||||
--foreground: #333333;
|
||||
--primary-cta: #4a90e2;
|
||||
--primary-cta: #b8860b; /* DarkGoldenrod */
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #e0e0e0;
|
||||
--secondary-cta: #e6d8ad; /* Light gold */
|
||||
--secondary-cta-text: #333333;
|
||||
--accent: #1e62b3;
|
||||
--background-accent: #d6e6f2;
|
||||
--accent: #daa520; /* Goldenrod */
|
||||
--background-accent: #fff8dc; /* Cornsilk */
|
||||
|
||||
/* @layout/border-radius/rounded */
|
||||
--radius: 0.5rem;
|
||||
|
||||
@@ -2,7 +2,7 @@ import AboutTextSplit from '@/components/sections/about/AboutTextSplit';
|
||||
import ContactCta from '@/components/sections/contact/ContactCta';
|
||||
import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn';
|
||||
import FeaturesComparison from '@/components/sections/features/FeaturesComparison';
|
||||
import HeroBrand from '@/components/sections/hero/HeroBrand';
|
||||
import HeroBrandCarousel from '@/components/sections/hero/HeroBrandCarousel';
|
||||
import ProductMediaCards from '@/components/sections/product/ProductMediaCards';
|
||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||
import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards';
|
||||
@@ -13,8 +13,8 @@ export default function HomePage() {
|
||||
<>
|
||||
<div id="home" data-section="home">
|
||||
<SectionErrorBoundary name="home">
|
||||
<HeroBrand
|
||||
brand="Experience Unrivaled Luxury"
|
||||
<HeroBrandCarousel
|
||||
brand="Luxury"
|
||||
description="Discover a sanctuary of elegance and comfort in the heart of the city, where every stay is a masterpiece of hospitality."
|
||||
primaryButton={{
|
||||
text: "Book Your Stay",
|
||||
@@ -24,7 +24,11 @@ export default function HomePage() {
|
||||
text: "Explore Rooms",
|
||||
href: "#rooms",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg"
|
||||
items={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-sauna-with-panoramic-windows-wooden-design_169016-70021.jpg" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-hotel-reception-hall-office-with-decor-shelf_105762-1676.jpg" },
|
||||
{ imageSrc: "https://img.b2bpic.net/free-photo/luxury-hotel-room-with-modern-design_105762-1677.jpg" },
|
||||
]}
|
||||
/>
|
||||
</SectionErrorBoundary>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user