import { BrowserRouter as Router, Routes, Route } from "react-router-dom"; import "./App.css"; // import VintageComingSoonPage from "./components/comingsoon/comingsoon"; // import DarkProductShowcase from "./components/product/product"; // import BlogPage from "./components/blogs/BlogPage"; // import BlogCard from "./components/blogs/BlogCard"; import WeddingGallery from "./WeddingGallery/WeddingGallery"; // import OtherPage from "./pages/OtherPage"; // example if you add more pages function App() { return ( {/* Default route */} {/* } /> */} } /> {/* Example extra routes */} {/* } /> } /> */} } /> {/* } /> */} ); } export default App;