diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 03872ac..e4cd1e9 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,6 +6,7 @@ import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; +import FooterSimple from '@/components/sections/footer/FooterSimple'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -14,18 +15,16 @@ export default function HomePage() {
@@ -35,10 +34,7 @@ export default function HomePage() { @@ -51,47 +47,19 @@ export default function HomePage() { description="Discover our signature dishes, from crispy Fish & Chips to our decadent Biscoff Cheesecake." items={[ { - title: "Fish & Chips", - description: "Classic, perfectly battered fish served with golden fries.", - href: "#", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-2dr1zpkn.webp?_wi=1", - }, + title: "Fish & Chips", description: "Classic, perfectly battered fish served with golden fries.", href: "#", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-2dr1zpkn.webp"}, { - title: "Margherita Pizza", - description: "Authentic Italian thin-crust pizza with fresh basil.", - href: "#", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-vhjj46hp.jpg?_wi=1", - }, + title: "Margherita Pizza", description: "Authentic Italian thin-crust pizza with fresh basil.", href: "#", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-vhjj46hp.jpg"}, { - title: "Vietnamese Coffee", - description: "Robust, aromatic, and deeply satisfying.", - href: "#", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-0s4393k4.webp?_wi=1", - }, + title: "Vietnamese Coffee", description: "Robust, aromatic, and deeply satisfying.", href: "#", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-0s4393k4.webp"}, { - title: "Burmese Roll", - description: "A flavorful bite packed with Asian fusion spices.", - href: "#", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847575-4zwkae0r.jpg?_wi=2", - }, + title: "Burmese Roll", description: "A flavorful bite packed with Asian fusion spices.", href: "#", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847575-4zwkae0r.jpg"}, { - title: "Pesto Pasta", - description: "Fresh basil pesto tossed with premium pasta.", - href: "#", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-2dr1zpkn.webp?_wi=2", - }, + title: "Pesto Pasta", description: "Fresh basil pesto tossed with premium pasta.", href: "#", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-2dr1zpkn.webp"}, { - title: "Tiramisu", - description: "A classic Italian dessert finish.", - href: "#", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-vhjj46hp.jpg?_wi=2", - }, + title: "Tiramisu", description: "A classic Italian dessert finish.", href: "#", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-vhjj46hp.jpg"}, { - title: "Butter Garlic Prawns", - description: "Juicy prawns sautéed in a rich garlic butter sauce.", - href: "#", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-0s4393k4.webp?_wi=2", - }, + title: "Butter Garlic Prawns", description: "Juicy prawns sautéed in a rich garlic butter sauce.", href: "#", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-0s4393k4.webp"}, ]} /> @@ -104,31 +72,16 @@ export default function HomePage() { title="Experience the Sky Salt Difference" metrics={[ { - value: "4.7/5", - title: "Swiggy Dineout", - features: [ - "1,000+ ratings", - "High quality ingredients", - "Artistic plating", - ], + value: "4.7/5", title: "Swiggy Dineout", features: [ + "1,000+ ratings", "High quality ingredients", "Artistic plating"], }, { - value: "4.4/5", - title: "Justdial", - features: [ - "1,320+ reviews", - "Work-friendly", - "Live sports", - ], + value: "4.4/5", title: "Justdial", features: [ + "1,320+ reviews", "Work-friendly", "Live sports"], }, { - value: "Open Daily", - title: "12 PM - 11 PM", - features: [ - "Dine-in available", - "Delivery options", - "Table booking", - ], + value: "Open Daily", title: "12 PM - 11 PM", features: [ + "Dine-in available", "Delivery options", "Table booking"], }, ]} description="We blend luxury, comfort, and culinary excellence to provide a rooftop experience that stands out in the heart of Jubilee Hills." @@ -142,14 +95,7 @@ export default function HomePage() { tag="As Featured In" title="Where Hyderabad Eats" names={[ - "Swiggy Dineout", - "Justdial", - "Wanderlog", - "Snapchat Maps", - "District", - "Corner Inc", - "Axis Tower", - ]} + "Swiggy Dineout", "Justdial", "Wanderlog", "Snapchat Maps", "District", "Corner Inc", "Axis Tower"]} description="Recognized across major city platforms for our aesthetic ambiance and diverse global menu." /> @@ -162,35 +108,15 @@ export default function HomePage() { title="Memories Made at Sky Salt" testimonials={[ { - name: "Ananya R.", - role: "Food Blogger", - quote: "The sunset view here is unmatched in Jubilee Hills. A perfect date night spot.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847575-4zwkae0r.jpg?_wi=3", - }, + name: "Ananya R.", role: "Food Blogger", quote: "The sunset view here is unmatched in Jubilee Hills. A perfect date night spot.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847575-4zwkae0r.jpg"}, { - name: "Vikram K.", - role: "Tech Professional", - quote: "Great coffee and a work-friendly vibe during the day. The staff is fantastic.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-2dr1zpkn.webp?_wi=3", - }, + name: "Vikram K.", role: "Tech Professional", quote: "Great coffee and a work-friendly vibe during the day. The staff is fantastic.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-2dr1zpkn.webp"}, { - name: "Sneha P.", - role: "Marketing Head", - quote: "Phenomenal flavors! The Butter Garlic Prawns are to die for.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-vhjj46hp.jpg?_wi=3", - }, + name: "Sneha P.", role: "Marketing Head", quote: "Phenomenal flavors! The Butter Garlic Prawns are to die for.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-vhjj46hp.jpg"}, { - name: "Rahul M.", - role: "Student", - quote: "Best place to catch a cricket match with friends on the rooftop.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-0s4393k4.webp?_wi=3", - }, + name: "Rahul M.", role: "Student", quote: "Best place to catch a cricket match with friends on the rooftop.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847577-0s4393k4.webp"}, { - name: "Kavya S.", - role: "Interior Designer", - quote: "Love the ambiance and artistic presentation of the food here.", - imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847575-4zwkae0r.jpg?_wi=4", - }, + name: "Kavya S.", role: "Interior Designer", quote: "Love the ambiance and artistic presentation of the food here.", imageSrc: "https://storage.googleapis.com/webild/users/user_3FWFl14k0jkEPKZSTP83qhqNJ8T/uploaded-1782183847575-4zwkae0r.jpg"}, ]} description="See what our cherished guests have to say about their experience under the stars." /> @@ -204,21 +130,13 @@ export default function HomePage() { title="Need Help Planning?" items={[ { - question: "Is table reservation required?", - answer: "Highly recommended, especially for sunset hours and date nights. You can book via Swiggy Dineout.", - }, + question: "Is table reservation required?", answer: "Highly recommended, especially for sunset hours and date nights. You can book via Swiggy Dineout."}, { - question: "Do you offer delivery?", - answer: "Yes, we offer delivery services within the local area.", - }, + question: "Do you offer delivery?", answer: "Yes, we offer delivery services within the local area."}, { - question: "Is there parking available?", - answer: "Yes, parking is available at the Axis Tower building.", - }, + question: "Is there parking available?", answer: "Yes, parking is available at the Axis Tower building."}, { - question: "Are gluten-free options available?", - answer: "Yes, we offer naturally gluten-free dish options on our menu.", - }, + question: "Are gluten-free options available?", answer: "Yes, we offer naturally gluten-free dish options on our menu."}, ]} description="Find answers to our most frequently asked questions regarding reservations, parking, and dietary options." /> @@ -231,16 +149,27 @@ export default function HomePage() { tag="Book Your Table" text="Join us at the 6th floor for an unforgettable rooftop experience in Jubilee Hills." primaryButton={{ - text: "Call Now (+91 89192 96510)", - href: "tel:+918919296510", - }} + text: "Call Now (+91 89192 96510)", href: "tel:+918919296510"}} secondaryButton={{ - text: "Get Directions", - href: "https://maps.app.goo.gl/dummy", - }} + text: "Get Directions", href: "https://maps.app.goo.gl/dummy"}} /> + + ); }