@@ -52,7 +52,7 @@ export default function LandingPage() {
{ text: "Order Now", href: "https://www.instagram.com/shreepanditjifoods" },
]}
buttonAnimation="slide-up"
- background={{ variant: "radial-gradient" }}
+ background={{ variant: "sparkles-gradient" }}
dashboard={{
title: "Authentic Morning Breakfast", logoIcon: UtensilsCrossed,
imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg", searchPlaceholder: "Search menu items...", sidebarItems: [
@@ -133,8 +133,8 @@ export default function LandingPage() {
]}
textboxLayout="default"
useInvertedBackground={false}
- gridVariant="three-columns-all-equal-width"
- animationType="slide-up"
+ gridVariant="bento-grid"
+ animationType="scale-rotate"
products={[
{
id: "1", brand: "Morning Special", name: "Bun Makhan", price: "₹40", rating: 5,
@@ -174,7 +174,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
showRating={false}
- animationType="slide-up"
+ animationType="depth-3d"
testimonials={[
{
id: "1", name: "Morning Rush", handle: "@breakfasttime", testimonial:
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index ef75a7b..03d7b00 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #fbfaff;
- --card: #f7f5ff;
- --foreground: #0f0022;
- --primary-cta: #8b5cf6;
+ --background: #010912;
+ --card: #152840;
+ --foreground: #e6f0ff;
+ --primary-cta: #cee7ff;
--primary-cta-text: #fbfaff;
- --secondary-cta: #ffffff;
+ --secondary-cta: #0e1a29;
--secondary-cta-text: #0f0022;
- --accent: #d8cef5;
- --background-accent: #c4a8f9;
+ --accent: #3f5c79;
+ --background-accent: #004a93;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);