Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5adab14018 | |||
| 69943ecbc7 | |||
| 0c46026db2 | |||
| 39f4704a5b | |||
| c57a7b8c66 | |||
| 1c288aace9 | |||
| 0bb0061337 |
@@ -17,13 +17,13 @@ import { Facebook, Instagram, Twitter, Sparkles, Award, Star, Camera } from "luc
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="expand-hover"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
defaultButtonVariant="directional-hover"
|
||||
defaultTextAnimation="reveal-blur"
|
||||
borderRadius="soft"
|
||||
contentWidth="medium"
|
||||
sizing="large"
|
||||
background="aurora"
|
||||
cardStyle="gradient-mesh"
|
||||
cardStyle="subtle-shadow"
|
||||
primaryButtonStyle="diagonal-gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
@@ -162,7 +162,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="products" data-section="products">
|
||||
<ProductCardFour
|
||||
animationType="opacity"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
@@ -249,19 +249,19 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Connect"
|
||||
title="Plan Your Visit"
|
||||
description="We look forward to welcoming you to Laffinage for an unforgettable gourmet experience. For reservations or inquiries, please reach out."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/lit-store-city-night_23-2149001230.jpg"
|
||||
imageAlt="Laffinage Cafe Exterior"
|
||||
tag="Visit Us"
|
||||
title="Your Next Favorite Dessert Is Waiting"
|
||||
description="Experience Laffinage firsthand. We look forward to welcoming you. Visit us at 123 Decadent Drive, Gourmet City, India. Open: Tues - Sun, 10:00 AM - 10:00 PM (Closed Mondays). Call us at +91 98765 43210. For reservations or inquiries, please use the form below."
|
||||
imageSrc="https://images.unsplash.com/photo-1579737190186-b45d04d8c83a?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=800&q=80"
|
||||
imageAlt="Laffinage dessert display"
|
||||
mediaAnimation="opacity"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email"
|
||||
buttonText="Submit Inquiry"
|
||||
termsText="By submitting, you agree to our Terms and Conditions and Privacy Policy."
|
||||
mediaPosition="left"
|
||||
inputPlaceholder="Enter your email for inquiries"
|
||||
buttonText="Send Inquiry"
|
||||
termsText="By sending an inquiry, you agree to our Terms and Conditions and Privacy Policy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@ html {
|
||||
body {
|
||||
background-color: var(--background);
|
||||
color: var(--foreground);
|
||||
font-family: var(--font-roboto), sans-serif;
|
||||
font-family: var(--font-inter), sans-serif;
|
||||
position: relative;
|
||||
min-height: 100vh;
|
||||
overscroll-behavior: none;
|
||||
@@ -24,5 +24,5 @@ h3,
|
||||
h4,
|
||||
h5,
|
||||
h6 {
|
||||
font-family: var(--font-roboto), sans-serif;
|
||||
font-family: var(--font-libre-baskerville), serif;
|
||||
}
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #fffefe;
|
||||
--card: #f6f7f4;
|
||||
--foreground: #080908;
|
||||
--primary-cta: #0e3a29;
|
||||
--background: #151312;
|
||||
--card: #2A201C;
|
||||
--foreground: #F8F4EE;
|
||||
--primary-cta: #C8A97E;
|
||||
--primary-cta-text: #fffefe;
|
||||
--secondary-cta: #e7eecd;
|
||||
--secondary-cta: #B8855A;
|
||||
--secondary-cta-text: #080908;
|
||||
--accent: #35c18b;
|
||||
--background-accent: #ecebe4;
|
||||
--accent: #C8A97E;
|
||||
--background-accent: #2A201C;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user