diff --git a/src/app/page.tsx b/src/app/page.tsx
index 2ba41e0..efc3823 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -8,7 +8,8 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import HeroSplit from '@/components/sections/hero/HeroSplit';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
-import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
+import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
+import { Star } from "lucide-react";
export default function LandingPage() {
return (
@@ -29,21 +30,13 @@ export default function LandingPage() {
@@ -52,63 +45,40 @@ export default function LandingPage() {
@@ -120,17 +90,11 @@ export default function LandingPage() {
description="Founded by Ali Akbar Mashallah, our institution has survived the tides of time, remaining a steadfast sanctuary for those seeking authentic, slow-cooked Mughlai tradition. The Mashallah and Jaffri families continue to preserve the essence of a truly classic Irani cafe."
metrics={[
{
- value: "90+",
- title: "Years of Heritage",
- },
+ value: "90+", title: "Years of Heritage"},
{
- value: "2",
- title: "Generations Preserving",
- },
+ value: "2", title: "Generations Preserving"},
{
- value: "60k+",
- title: "Meals Served",
- },
+ value: "60k+", title: "Meals Served"},
]}
imageSrc="http://img.b2bpic.net/free-photo/la-major-cathedral-marseille_268835-14201.jpg"
imageAlt="Vintage Irani cafe architecture"
@@ -145,23 +109,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
- title: "Irani-style Biryani",
- description: "Tender meat, aromatic long-grain basmati. The crown jewel of Pune.",
- imageSrc: "http://img.b2bpic.net/free-photo/rice-spices-composition_23-2147894757.jpg",
- imageAlt: "Biryani",
- },
+ title: "Irani-style Biryani", description: "Tender meat, aromatic long-grain basmati. The crown jewel of Pune.", imageSrc: "http://img.b2bpic.net/free-photo/rice-spices-composition_23-2147894757.jpg", imageAlt: "Biryani"},
{
- title: "Chelo Kebab",
- description: "Marinated meat served atop buttered rice with a traditional raw egg yolk.",
- imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-assortment_23-2149598945.jpg",
- imageAlt: "Chelo Kebab",
- },
+ title: "Chelo Kebab", description: "Marinated meat served atop buttered rice with a traditional raw egg yolk.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-food-assortment_23-2149598945.jpg", imageAlt: "Chelo Kebab"},
{
- title: "Caramel Custard",
- description: "The wobbly, melt-in-the-mouth finale every patron expects.",
- imageSrc: "http://img.b2bpic.net/free-photo/dessert-creme-brulee-with-figs-currants-orange-tray-light-stone-background-autumn-composition_127032-2650.jpg",
- imageAlt: "Caramel Custard",
- },
+ title: "Caramel Custard", description: "The wobbly, melt-in-the-mouth finale every patron expects.", imageSrc: "http://img.b2bpic.net/free-photo/dessert-creme-brulee-with-figs-currants-orange-tray-light-stone-background-autumn-composition_127032-2650.jpg", imageAlt: "Caramel Custard"},
]}
title="Culinary Pillars"
description="Experience flavors perfected over six decades of uncompromised slow-cooking."
@@ -169,23 +121,30 @@ export default function LandingPage() {
-
@@ -194,14 +153,11 @@ export default function LandingPage() {
@@ -210,25 +166,17 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file
diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css
index ee8d361..302f281 100644
--- a/src/app/styles/variables.css
+++ b/src/app/styles/variables.css
@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
- --background: #f6f0e9;
- --card: #efe7dd;
- --foreground: #2b180a;
- --primary-cta: #2b180a;
+ --background: #f0f8ff;
+ --card: #e0efff;
+ --foreground: #001f3f;
+ --primary-cta: #15479c;
--primary-cta-text: #f6f0e9;
- --secondary-cta: #efe7dd;
+ --secondary-cta: #ffffff;
--secondary-cta-text: #2b180a;
- --accent: #94877c;
- --background-accent: #afa094;
+ --accent: #6ca6e8;
+ --background-accent: #a8cce8;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);