5 Commits

Author SHA1 Message Date
ab176bd47b Merge version_3 into main
Merge version_3 into main
2026-04-27 06:58:51 +00:00
c047180525 Update src/app/page.tsx 2026-04-27 06:58:48 +00:00
8457f72d54 Merge version_2 into main
Merge version_2 into main
2026-04-27 06:57:46 +00:00
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"
@@ -114,7 +114,9 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{ id: "q1", title: "Do you deliver cakes?", content: "Yes, we deliver freshly baked cakes across Maisammaguda." },
{ id: "q2", title: "What are your hours?", content: "We are open Monday Sunday, 8:00 AM 9:45 PM." }
{ id: "q2", title: "What are your hours?", content: "We are open Monday Sunday, 8:00 AM 9:45 PM." },
{ id: "q3", title: "Do you have vegetarian options?", content: "Yes, we have a variety of delicious vegetarian snacks, pizzas, and bakery items available daily." },
{ id: "q4", title: "Where exactly are you located?", content: "We are located in the heart of Maisammaguda, near the main campus entrance, easily accessible from all student hostels." }
]}
sideTitle="Common Questions"
faqsAnimation="slide-up"
@@ -130,6 +132,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 +149,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}