2 Commits

Author SHA1 Message Date
fe0f2c84cf Update src/app/page.tsx 2026-04-27 06:57:43 +00:00
5d05f67a6b Merge version_1 into main
Merge version_1 into main
2026-04-27 06:28:44 +00:00

View File

@@ -48,7 +48,8 @@ export default function LandingPage() {
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/romantic-date-couple-love-cafe-happy-couple-love-enjoying-romantic-moment_8353-6650.jpg", imageAlt: "Baker's cafe exterior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/colorful-sweet-doughnuts-with-sprinkles-wooden-cutting-board_114579-53449.jpg", imageAlt: "Fresh bakery items" }
]}
]
}
mediaAnimation="slide-up"
rating={5}
ratingText="Trusted by hundreds of students daily"
@@ -97,12 +98,11 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
useInvertedBackground={false}
testimonial="The Nepali chef makes very tasty noodles and maintains hygiene. Best restaurant in this area!"
testimonial="Absolutely fantastic experience! Every visit feels special. The atmosphere is cozy, the food is consistently fresh, and the staff is incredibly warm. Definitely a must-visit spot for anyone in the neighborhood!"
rating={5}
author="Ankit Kumar, Student"
author="Priya Sharma, Student"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/head-shot-happy-beautiful-young-woman-posing-indoors-looking-camera-smiling_74855-10218.jpg", alt: "Customer 1" },
{ src: "http://img.b2bpic.net/free-photo/team-young-colleagues-having-meeting-cafe_273609-16122.jpg", alt: "Customer 2" }
{ src: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-hair_23-2148216175.jpg", alt: "Priya" }
]}
ratingAnimation="slide-up"
avatarsAnimation="blur-reveal"
@@ -130,6 +130,7 @@ export default function LandingPage() {
description="Located in Maisammaguda, Hyderabad. Come visit us for a quick bite or order your next celebration cake."
imageSrc="http://img.b2bpic.net/free-photo/cafe-bar-hotel-loft-style_1150-10724.jpg"
mediaAnimation="slide-up"
buttonText="Contact Us"
/>
</div>
@@ -146,4 +147,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}