Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e19007b0b | |||
| 50257134b6 | |||
| 5db4e1a628 | |||
| 49f75b4907 | |||
| 2ac2d69bd4 | |||
| 69b53a510f | |||
| 4ef889c636 | |||
| 754d057c33 | |||
| 53278e3562 |
1371
src/app/layout.tsx
1371
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
||||
tag="Welcome to Punjtara"
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIo49dalQqRYBNnbe4ghkEfkV/uploaded-1772702841393-ghky4bdb.jpg"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIo49dalQqRYBNnbe4ghkEfkV/uploaded-1772704880219-te8m4voh.jpg"
|
||||
imageAlt="Punjtara restaurant open-air seating area"
|
||||
mediaAnimation="opacity"
|
||||
imagePosition="right"
|
||||
@@ -114,7 +114,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
id: "3", title: "Malai Boti Roll", description:
|
||||
"Grilled malai boti wrapped in traditional flatbread with fresh vegetables. Perfect for on-the-go dining.", tag: "Wrap Special", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIo49dalQqRYBNnbe4ghkEfkV/uploaded-1772703491884-bji38jhy.jpg", imageAlt: "Malai Boti Roll - wrapped delicacy", buttons: [{ text: "Order by Phone", href: "tel:+923331234567" }],
|
||||
"Grilled malai boti wrapped in traditional flatbread with fresh vegetables. Perfect for on-the-go dining.", tag: "Wrap Special", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AWIo49dalQqRYBNnbe4ghkEfkV/uploaded-1772704972857-i3uhtvyl.jpg", imageAlt: "Malai Boti Roll - wrapped delicacy", buttons: [{ text: "Order by Phone", href: "tel:+923331234567" }],
|
||||
},
|
||||
{
|
||||
id: "4", title: "Traditional Chai", description:
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #120006e6;
|
||||
--primary-cta: #e63946;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #120006e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #e63946;
|
||||
--background: #f5f5f5;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #511f1f;
|
||||
--primary-cta-text: #f5f5f5;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1c1c1c;
|
||||
--accent: #e63946;
|
||||
--background-accent: #e8bea8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user